Top "Flex4" questions

Flex 4 is an Apache (previously Adobe) Framework used to build RIA for Flash Player.

Flex error- White exclamation point in gray circle: What does it mean?

We have a flex app that will typically run for long periods of time (could be days or weeks). When …

apache-flex actionscript-3 flex3 flex4
Change color of a Flex 4 spark Button

Is there an easy way to change the background color of a Flex 4 spark Button without messing with skins? UPDATE: …

button flex4 flex-spark
Flex's FileReference.save() can only be called in a user event handler -- how can I get around this?

I need to call FileReference.save() after a web service call has completed, but this method has a restriction: "In …

apache-flex actionscript-3 actionscript filereference flex4
Set Flex component width to 100% at runtime?

If I am creating say a input field through MXML, I can set the width to 100%. But I cannot seem …

apache-flex flash actionscript-3 mxml flex4
Saving and loading image to local SQLite BLOB using Flex 4.5

I need to be able to save and load images into an SQLite database using Flex 4.5 for a mobile application. …

apache-flex flex4 flex4.5
Converting a String into a Date object in Flex

Possible Duplicate: Date to String <-> String to Date I have a date in String form: "Tue Sep 25 12:24:18 …

actionscript-3 flash apache-flex actionscript flex4
Flex align checkbox in datagrid Flex

I use an item renderer to display a checkbox in my datagrid like; <mx:DataGridColumn headerText="Visible" dataField="visibleInd" …

apache-flex datagrid checkbox flex4
Get or Set Cell Values in a Datagrid progmatically

In Flex 4 using a pre populated data grid, how can I get or set specific values programatically, IE I wont …

apache-flex actionscript-3 datagrid flex4
Change Background Color of datagrid cell based on more than one condition in Flex

Hi I'm very new to Adobe Flex, apologize if my question sounds stupid. Anyhow here it is. I am trying …

actionscript-3 apache-flex flex4 flex4.5
How do you remove the border of a Flex 4 TextArea Component (spark themed halo)

With the Flex 3 SDK you simply needed to set the borderThickness style to 0, or set borderStyle to none. With the …

apache-flex flex4 adobe halo