Top "Flex4" questions

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

How to set skin at runtime in Flex 4

I have a bunch of custom controls based on a SkinnableContainer. When adding the control at design time, I can …

runtime flex4 skin gumbo
Flex 4 embedding fonts for Spark components

I'm having a problem embedding fonts with the Open Source Flex 4.5 SDK (Hero), although am having the same issues with …

flex4 embedded-fonts
Setting compiler.theme option for Halo/Flex 4 in FlashDevelop

Here's what works with ant build.xml: <mxmlc file="${module.main.dir}/main.mxml" keep-generated-actionscript="false" output="${module.output.…

apache-flex flex4 flashdevelop halo
Flex: how to control Spark datagrid header-text alignment?

If I have 10 columns in a Spark datagrid, and some headers need to be left-justified, some headers right-justified, and some …

actionscript-3 apache-flex flex4 flex-spark
Compiling with Flex4 SDK

I'm trying to compile an existing Flex3 project with the Flex4 SDK. I'm getting this error: Warning: This compilation unit …

apache-flex flash flex4 actionscript-3 mxmlc
How to refresh an application in Flex?

I have designed a quiz application in Flex 4. At the end I want to reload my application (that is refresh …

apache-flex actionscript-3 browser flex4
How to send parameters via the URL to PHP from Flex HttpService

Forgive me if this has already been answered/ is extremely basic/ the question is worded incorrectly, I am very new …

php apache-flex flex4 flash-builder httpservice
FXG Editor for Flex

The only FXG editor I've seen for Flex is by 7jigen, works online or as a Flex app. Does anyone …

apache-flex flex4 fxg
Spark TextArea or RichText autosize

I have done lots of searching on this subject, but it seems what I am finding is either out of …

apache-flex flex4 textarea richtext
How to re-render itemRenderer for a DropDownList in Flex4?

I have created a custom ComboCheck which extends the spark DropDownList that is a DropDownList of checkboxes. Inside of my …

apache-flex actionscript-3 flex4 drop-down-menu itemrenderer