MXML is an XML-based declarative language similar to CFML
I've got an object that contains a dozen or so fields I want to bind to form elements, so that …
apache-flex actionscript-3 binding flex3 mxmlHow to put\save files into your application directory? (adobe air) (code example, please)
actionscript-3 file air mxml filesystemsHow i write the inline conditional statement in Flex with two expressions(case) like text="{expression, expression2 ? true:false}" Flex …
actionscript-3 apache-flex flash-builder mxmlI'm trying to build a simple component extending spark.components.Group to have a background color, more specifically a spark.…
apache-flex actionscript-3 mxml flex4 gumboI want to set the enabled property on a button based on the return value of a function that has …
apache-flex actionscript-3 mxmlI have an mx:TextArea and I want its height to be the same as its content height. There is …
apache-flex mxml flex4I am using a custom item renderer in a combobox to display a custom drawing instead of the default text …
apache-flex actionscript-3 combobox mxml itemrendererI have a TextInput field that should be restricted to either capital letters, lowercase letters, numbers and underscores. This is …
apache-flex mxml character textinput restrictSo my string is something like "BlaBlaBlaDDDaaa2aaa345" I want to get rid of its sub string which is "BlaBlaBlaDDD" …
apache-flex flash actionscript-3 string mxmlI'm new to Flex SDK and trying to implement a simple project using Doug Mccune's CoverFlow widget. Most of the …
apache-flex mxml