mxml
How to have same component ID in different state (Flex Mobile Project)
For example, in my flex mobile application I have a portrait and a landscape state. Both with the same components, but they are being laid out using different HGroups and VGroups in each state. If i w[详细]
2023-02-25 05:15 分类:问答Flex Webservice and Android
I have a problem when I try to access to a webservice from a mobile application. When I try the address of the webservice on my browser, it works, when I try in my application on the emulator of Flash[详细]
2023-02-25 01:32 分类:问答Multi page database application in Flash Builder - how to access/call different screens?
I am trying to create my first real world application. It\'s a database driven (via Web Services) application in Flash Builder 4.[详细]
2023-02-24 08:08 分类:问答ItemRenderer shows through ItemEditor on AdvancedDataGrid
I\'m pretty new to Flex, so there\'s probably a good chance I\'m missing something obvious, but in the first example code, everything works as expected. When not editing the cell, it shows a centered[详细]
2023-02-22 18:29 分类:问答Flex: Unused mxml and .as files in a flex project
I am trying to make the project build light by removing all the unused (mxml,xml and image ) files. Currently I am manually searching for each image and then removing the unused file. But is there a w[详细]
2023-02-22 12:54 分类:问答Ambigous reference when using the CodeBehind pattern
I\'m getting the ambiguous reference error when trying to bind properties. Here\'s the code: MXML <?xml version=\"1.0\" encoding=\"utf-8\"?>[详细]
2023-02-21 06:06 分类:问答Trying to generate Buttons with a loop, but Icon property causes problem
I\'m trying to generate a button with the loop of an array, but I can\'t make the icon style and the stylename work :([详细]
2023-02-20 10:05 分类:问答How to display images from an array in Flex?
I\'m making a Matching Game in Flex. I want to have images from one array on my left and images from the second array on my right, so that user can drag&drop images from the left onto matching ima[详细]
2023-02-20 00:40 分类:问答Is mxml natively supported by flash?
I开发者_如何学编程\'m now using the cairngorm flex framework,and it supports mxml . Is this supported natively by flash or only supported by frameworks?No, MXML is not natively supported in Flash. Th[详细]
2023-02-18 19:23 分类:问答flex title window
Despite adding: source=\"myScript.as\" (that basically feeds the main.mxml file) to my TitleWindow compone开发者_JAVA百科nt MXML file (which I instantiate from the main.mxml file) the variables defi[详细]
2023-02-18 17:07 分类:问答