I come from the Delphi school. I was really used and pleased with Delphi grids with the plus features of InfoPower. Not just me, my users loves all features that include grids. Some motives for that a
Can anybody exp开发者_StackOverflowlain me what exactly Resource manager do. Thanks in advance.Basically, you can use this for creating internationalized applications.
I\'m currently having a problem on loading video files from my local host. i have tried compiling my mxml with -use-network=false. but i cant do so because my project is also loading videos from youtu
In my adobe AIR application I have registered a global error handler. While debugging I get stack trace of all errors and error events, but in release mode stack trace is not available unless you put
I\'m currently migrating a large project from Flex 3 to Flex 4.5. The problem I\'m stuck on is network communication: we\'re using a custom protocol that we embed in AMF3, but it seems the messages se
I have an item renderer with an HBox with the scroll bar showing. 开发者_运维问答Because the scroll bar is in the ItemRenderer of a TileList when a user drags the slider it triggers the click event on
I have a TileList with a custom item renderer. I need to change the children of the ItemRenderer when the dataprovider changes for the TileList.
I want a LinkButton\'s style to stay unchanged when the mouse hovers over it. (But I still want the tooltip to work.) How do I do this?
If I had a button in Flex3 <mx:Button label=\"Testing\" cornerradius=\'5\'/> And I want to cha开发者_运维问答nge this to Flex4
Within a specific canvas, I would like a user to be able to p开发者_如何学Cress a combination of keys which will trigger an event.(a bit like a cheat in an old megadrive game). Not sure where to start