I added a MXML component in flex and selected the base as UICom开发者_如何学运维ponent. I want to make it accessible so that automated testing tools can Access it. I am using TestComplete for automate
I am using view stack...so when view change like when we move from one page to another hide event is dispatched.So i am saving the information of last page in hide event before i go to next page.but t
i have created 开发者_如何学编程custom components in flex where i have used a button,i want to change button text when i will use that component in other mmxl file how i can do that? thanks in advance
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 want to develop an application in flex 3 in开发者_如何转开发 that application I can add the text dynamically on the image. Also I can able to rotate the text, change the size of text container. Can
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 need to have link buttons at end of each parent node as shown below ->IBM Machines (rename | delete | disable)
I am working in Flex3. Here I have a datagrid which contains data. some columns are editable. when the user changes the column data web service is called. Here using function of focusOut, I am calling
Does Flex 3 support threading? If so, are t开发者_开发知识库here any examples or links I could look at?Somewhere, in Adobe, Flash Player does support multithreading... http://www.bytearray.org/?p=3007
I would like to know when an Array of objects is empty (or not). I tried using the ObjectProxy as follow:开发者_开发知识库