I am having a few issues with getting properties on a component I have created (actually a port of an AS2 component) to work in Flex Builder2.
I have a property which in the actionscript file I have defined as [Inspectable(type="Color", defaultValue="0x808080")] In FlexBuilder the property appears under other. It doesnt display a color picker, can only styles use the color picker? Also even though it doesnt display the picker when I enter a hex value as 0xFF9900 it displays a small icon with a warning that that is not a valid number??? Irrespective of the color issue does this mean that hex values cant be entered in a property in FlexBuilder? (It also doesnt like #FF9900)