Search Results

2
votes
1answer
78 views

Define possible values for a property in Flex

In Flex, is it possible to include some kind of MetaData to a property, to be able to list all possible values that a property can use? I want to be able to list the values when calling the propert …
0
votes
2answers
50 views

Width/Height of dynamically loaded Image

I've been struggling with this problem for far to long now, and I'm guessing the solution is quite easy. In my Flex application, I've got a component that extends UIComponent where I'm loa …