I\'m pretty sure my dynamic mxml layout must give me two scrollbars (horizontal and vertic开发者_StackOverflow社区al) but it only shows vertical one.
I\'m using the ravis FusionWidgets component in flex to create guages. I have a problem to change a guage in my program.
Here is the problem...I\'m working on a flex application(actionscript)... I have a Panel in my application which contains 2 buttons and 3 canvas components at certain posstions...now I want to store
public class Greeter extends MovieClip { public function Greeter() { addEventListener(Event.ADDED_TO_STAGE, go);
In html, it\'s possible to use jquery or javascrip开发者_StackOverflowt to refresh a list of stuff every 10 seconds or so to make it appear like it\'s live.
I have an MXML component that includes a .as file with <fx:Script source=\"myfile.as\" /> Running asdoc throws a whole bunch of errors like
I need to create an extension of a Flex component, which (obviously) means that the new component should be able to be used whenever the parent is used. But I don\'t see the way to do it, Flex offers
I\'m creating a class that extends another class. public class ASClass extends UIComponent{ } but I\'m trying to make it extend multiple classes. Is this somehow possible? I r开发者_运维问答ead i
I have a dataProvider that\'s defined with mx:XML like this. <mx:dataProvider> <mx:XML format=\"e4x\">
Here is my problem, fairly obvious: [img at bottom] The problem, as you can see, is that the text (height and width) is nothing like the Height and Width of the compoent (Spark TextArea) that I have