Top "Mxml" questions

MXML is an XML-based declarative language similar to CFML

Flex Warning: Unable to bind to property 'foo' on class 'Object' (class is not an IEventDispatcher)

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 mxml
How to put\save files into your application directory? (adobe air)

How to put\save files into your application directory? (adobe air) (code example, please)

actionscript-3 file air mxml filesystems
How i write inline conditional statement in Flex with two expressions(case)?

How 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 mxml
Flex 4: Build a Group with a background

I'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 gumbo
Can I bind a Flex component property to a function?

I want to set the enabled property on a button based on the return value of a function that has …

apache-flex actionscript-3 mxml
How to set TextArea height to its content height

I have an mx:TextArea and I want its height to be the same as its content height. There is …

apache-flex mxml flex4
Flex custom item renderer for the displayed item in the combobox

I 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 itemrenderer
restricting character set in a Textinput field

I have a TextInput field that should be restricted to either capital letters, lowercase letters, numbers and underscores. This is …

apache-flex mxml character textinput restrict
How to delete part of a string in actionscript?

So my string is something like "BlaBlaBlaDDDaaa2aaa345" I want to get rid of its sub string which is "BlaBlaBlaDDD" …

apache-flex flash actionscript-3 string mxml
Resolving Component libs with Flex SDK mxmlc

I'm new to Flex SDK and trying to implement a simple project using Doug Mccune's CoverFlow widget. Most of the …

apache-flex mxml