Are there any way t开发者_Python百科o declare a child component in mxml which is private/protected or even static?
\"What technology best describes the ba开发者_C百科ckend that your Flex application will connect to?\"
I\'m working with Flex 3.4 SDK. I\'m trying to programmatically(yep, must be this way) style/skin a VBox so that its top right corner is rounded, and it gets a two colors gradient brackground.
I have two Lists that both are drag-drop enabled. I also draw a chart according the items in the second list and trigger drawChart method whenever a drag-drop event occurs between them.
I\'m interested in building a thick client application for my existing web services that will run on the IPhone. Flash finally seems to be an option, so I thought about using Flex for client side deve
In my application i want checkbox on the accordion ,so is it possiable to set checkbox ? if it is possiable How can i identified child ?
A simple question, really - but one I\'ve been beating my head against the wall for hours and hours trying to solve:
What would be the best way to secure .net web services used by a flex application (both desktop and browser) that requires login?
Can any one tell me ho开发者_如何学Gow can I connect .net and flex using remote objects? Actually till now I know how can flex and jsp connects with HTTP services, but now I need to connect with .net.
I have a panel inside which I have a datagrid and a button. The functionality is that when I click the button, an row gets added to the data grid. I have described the pane height and width in %. But