I\'ve a carousel, that has got an image and a label that shows a description of the icon. It is done usingIt has got an ItemRenderer that renders the image above the icon description text.
I am an actionscript developer and I know nothing when it comes to mxml.recently switched to using flash builder and I really like it but I want to create an AIR application in flash builder but I don
public var log_img:Class; [Embed(source=\"../images/logo.jpg\")] Which is used this way: <monitor:MonitorDisplay backgroundImage=\"{ log_img }\"/>
Having this code in a flex3 project worked (note the enabled property on the sixth item): <mx:XMLList id=\"items\">
Can anyone recommend good library with components or skins for existing components that would mimic iOS/iPad style for Flex 4.5 开发者_如何学运维Mobile Application project please?
I have a simple button function that changes the selectedIndex on a view stack without using the menu bar component. I call the function from the click property on the button and pass an int as the in
I am currently working on the largest Flex / Flash Builder 开发者_StackOverflow中文版4 application I have ever built. I am acustomed to keeping all of my MXML programming in one file. What are some be
I have come across Adobe MXML that looks very similar to Microsoft\'s XAML. Who came up with this idea first? The reason I ask is, when I first saw WPF and the XAML approach, I thought it was a very u
I\'m working on a simple task/calendar tool where tasks can be added dynamically to a canvas.Here is the main application as defined in Main.mxml, which is essentially just a Canvas and a button for a
If you create a popup via: PopUpManager.addPopUp( popup, this, false ); PopUpMan开发者_如何学运维ager.bringToFront( popup );