I have an application whit accordion <mx:Accordion minHeight=\"200\" includeIn=\"radegund0\" top=\"10\" bottom=\"10\" left=\"10\" right=\"10\" openDuration=\"2000\" openEasingFunction=\"{Elastic.e
I have a simple air app that is deployed on a server. All it does is that it makes a httpService request to a webpage every 5 mins. For some reason, it starts out at out at 25MB memory utilization (Ta
I have some flex3 code that uses a TextArea to select a line from a char index: var tf:IUITextField=ta.mx_internal::getTextField();
I have editable grids which are 2-way binded to my model. What I want is to validate my data when user edits any cell before it get updated in model. I have 开发者_开发问答applied my validation at Ite
I\'m having a problem where I\'m not able to set up a custom reading order for text in my Flex application.I\'m setting the tabIndex property on each text element, which I understand is the proper way
I\'m having problems setting up Ant to use with Flex. I install it fine but I get this error when I try and check the install: Unable to locate tools.jar.
Vikram Raman I am de开发者_运维技巧veloping a small application for blackberry playbook. I am using flash builder burrito SDK, i could retrive data from xml,but i could not edit and delete data in xm
I know this question was asked before, but none of the solutions work properly. How do I render a basic html in flex 4 without an iframe? I saw textarea renders some weird format that would suffice if
I have a scenario where I am listening to both CLICK and MouseDown events for an object. On MouseDown I do a startDrag(). And on Click, I perform something else.
I am drawing some l开发者_C百科ines in my program using graphics.lineTo(xx, yy); The program has a background image over which these lines are drawn.