i am developing an application where client can add his photos to appear on a sphere or ball or coffee cup and able to save them and give it for printing using flex. like itasveer.com site. i tried to
I would like to know if it is the same to assign properties to my custom component in its own class, or from the parent document. Please see snippet below:
What is the opposite of String.charAt()?? If I Have a string: var Str:Stri开发者_如何学编程ng=\"Hello World\";
I have data model (dataProvider as ArrayCollection) i want to display in few views , each view should show filtered data.
I have the following scenario : A Flex 3 DataGrid is sitting here At runtime, a column is added to this grid
in flex 3 how to shrink the text when i shrink the 开发者_运维技巧component?Use the font size style?
I\'m trying to include a swc library in a flowplayer plugin I\'m building, but when I include this swc it is referencing some of the core framework resource bundles.But for some reason the mxmlc compi
I\'ve some components with dynamic heights. They have to be aligned with respect to the bottom of my canvas container, so I cannot set the same y for all components.
I\'m using PopupManager to display (开发者_JAVA技巧not modal) popups in Flex. How can I make the background of my TitleWindow popup completely transparent?
I am trying to: 1) create a dynamic property 2) bind that property to a label This works great for \"sealed properties\", but for dynamic properties there doesn\'t appear to be any event triggered.Ar