Solution for Canvas having rounded corner and a background
I have faced a problem when i tried to have a canvas with rounded corner and having an image. I doesn’t want to make the rounded corners in image as the content is going to be scaled. After doing some research on Net i found a good solution to the problem. it is a kind […]
Creating a custom formatter
You create a custom formatter by creating a class that extends the mx.formatters.Formatter base class, or by creating a class that extends one of the standard formatter classes, which all extend mx.formatters.Formatter. The following example shows the class hierarchy for formatters: Like standard formatter classes, your custom formatter class must contain a public format() method […]
ObjectCollector: Accessing Flex’s objects by id (even dynamic generated) from anywhere
Flex’s components have a nice id property which can be used to easily referencing object created. All you know, that if I get the following mxml Application file: I can then create a Script block into which I’ll point to TextInput in this way: Perfect, but how can I reference dynamically created objects (components outside […]
Determining a DataGridColumn object’s current sort order – callLater()
The callLater() method queues an operation to be performed for the next screen refresh, rather than in the current update. Without the callLater() method, you might try to access a property of a component that is not yet available. The callLater() method is most commonly used with the creationComplete event to ensure that a component […]
Sameera at LinkedIn
