Flash has MXML and Microsoft ha开发者_StackOverflows XAML. What markup languages does Java have?XAML and MXML are UI markups for WPF and Flex.The equivalent Java tool is JavaFX.With that Sun took a d
I have a button in Flex that has mx:skin set to an image, but i want to set it so that when i change the language the image change as well. The code is something like the following:
My flex app has various Custom components. I want the tooltips for all of them to show at the top-right corner.
The application which developed by AIR(flex builder),Could connect wit开发者_开发问答h server(php) side.Yes, it can. You could use AMFPHP or ZendAMF for instance. Here are some good articles and tutor
I have an MXML component in a website that I am reusing in a few different screens. Based on what the user clicks, the component initializes a few values and starts playing media.
i have an editable DataGrid, something like: <mx:Datagrid editable=\"true\" dataProvider=\"{arrayListPreferences}\" id=\"preferencesGrid\">
I want to extract/read the button icon image as a Flex image component, then apply transform filters to it to make it black/white and then apply image as an icon t开发者_如何转开发o another button.
How to create multiple processes in Adobe Air program? Docs? Tuts? Algorithms? (for ex I have some design logic and some services client logic i want to ru开发者_Python百科n them in separate processes
I have the next component, which is substituted into the data grid as rendered item. <mx:VBox xmlns:mx=\"http://ww开发者_C百科w.adobe.com/2006/mxml\" click=\"navigateToURL(new URLRequest(\'{data.G
I want to have 2 dataproviders for 1 advancedDataGrid: 1 normal and second one for combobox in a one of columns. I want to have this combobox to have data from a column in database (i already have it