I\'m trying to pass some properties to a component I\'ve created in Flash Builder 4. In my example below I want to pass the \"label\" property to update the label property of the Button.
Is there a c++ framework for building rich desktop applications? Essentially the important feature I\'m looking for similar to Flex4 MXML to separate the visual presentation and application logic int
In my example below, when I click \"Add Content\", new stack content is loaded into the ViewStack as expected. But when I then click \"Close Content\", I\'m expecting it to close the newly created con
this is a follow up question from this one, I don\'t want to keep going in the comments and preventing people from getting hard-earned reputation... :)
what\'s the difference between MXML and Actionscript3 wh开发者_StackOverflow中文版en we need to use MXML ??MXML is a way to design and layout a flex application and Action Script 3 is where all the lo
Here are the files - MXML: <mx:HTTPService id=\"score\" url=\"http://...score.php\" fault=\"mx.controls.Alert.show(event.fault.faultString)\"
If I wanted to do something like this: <mx:Canvasxm开发者_开发知识库lns:mx=\"http://www.adobe.com/2006/mxml\"
I have actionscript file with a binding {someBinding}... The Main.mxml is where all the action happens. If I set {someBinding} in the \"text\" of a label component I will have a number.
I\'m working on dashboard editor in flex, an application that allow users to drag ui objects inside a canvas. i need a solution to save the canvas with the objects inside (with all properties and loca
Having seen several different ways of setting up larger projects in flex, I\'m wondering what your opinions are of how to organize projects that are going to require 2 or more different applications.