I\'m a Flex newbie and am porting a 开发者_高级运维pure Flash/AS3 application to Flex 4.5. In my original Flash/AS3 application I had a Sprite acting as a background. I put it underneath all other Di
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
I need help with a question that I could not answer yet. I have the following scenario: One application Java EE / Flex 4 running on a tomcat, inside my Flex layer I have a iFrame passing a url to an
I am dynamically adding items to a stage. How ever I am having a hard time addressing the objects to remove them from the stage.
I am loading my datagrid with data from a XML file as the example below. My XML file consists of 4 columns of data that shows into my datagrid. However I want the datagrid to show only certain columns
I am using Flex 4.5 and I want to set the maximum characters limit according to the textinput width 开发者_运维问答means if user enter more character then the textinput width it should not accept thos
I have a problem with RichText element and (auto)-indents in paragraphs. (see image) 开发者_Go百科
Porting 开发者_高级运维a pure Flash/AS3 application to Flex 4.5 this code: <fx:Script> <![CDATA[
<fx:XML id=\"dataGridDataFieldsXML\" source=\"assets/dataGridDataFieldsXML.xml\"/> <s:XMLListCollection id=\"showGridFields\" source=\"{dataGridDataFieldsXML.viewer}\"/>
while running the flex PMD, it is throwing some errors in the below line. var strHandle:String = ConfigXMLModelLocator.getInstance().handle;