MXML is an XML-based declarative language similar to CFML

learn more… | top users | synonyms

0
votes
0answers
2 views

How to compile a flex book component to swf?

I downloaded source files for Pageflip effect here http://www.rubenswieringa.com/code/as3/flex/Book/source/ , and I need to compile them to swf. Can somebody tell me how to do that in Flash Builder? ...
1
vote
1answer
18 views

Add MXML event listener on component's child

I'm not sure if this is possble, but I would like to add an event listener on a sub component from MXML. Something like this: My Component <s:Group> <s:Button id="myBtn" label="click ...
0
votes
0answers
29 views

Adding tab key function in rich text editor (Flex 3)

I'm trying to add the tab key functionality in a rich text editor using the event keyDown. Just to be clear, on a tab key, I need the control to remain in the same text box with '\t' spaces ahead and ...
0
votes
1answer
20 views

Bindable(event=“…”) public static function

I am trying to bind to a static function, I designate a binding event name and then fire the event from another static function. [Bindable(event="dataUpdated")] public static function ...
2
votes
1answer
30 views

iFrame not loading inside Flex popup

I'm trying to load pdf inside of iFrame which open in a pop-up window. Pop up is showing but but its not loading pdf. Here is my code -Main.mxml <![CDATA[ import mx.controls.Alert; ...
0
votes
1answer
29 views

how to call java method from actionscript

I've just now started working on Flex. May be its basic question but I’m not aware of it – how can I call a java method from actionscript. I want to call some java method on double click of a event. ...
-1
votes
1answer
45 views

MXML - Create combobox dynamically on click of button [closed]

Need help on creating combo box dynamically in Flex. How do I create combobox dynamically on click of button. Thanks in advance.
0
votes
1answer
65 views

Do MXML apps using Apache flex 4.9.1 SDK automatically compile with falcon?

Did I get the following assumptions right? ASC 2.0 is used to compile pure Actionscript projects, Falcon is used to compile MXML apps, Apache Flex 4.9.1 SDK automatically compile using Falcon ...
0
votes
0answers
36 views

Flex 4 multiple Image preview resize

problem description image mxml <fx:Script> <![CDATA[ import UI.ThumbnailPreviewControl; private var thPreviewControl:ThumbnailPreviewControl private function ...
0
votes
1answer
54 views

Button skin issue in Flex

I have created a button skin named HTMLBtnBlue.mxml, I created another skin with copy of HTMLBtnBlue.mxml and named it HTMLBtnYellow and changes up color to 0xF8C313. code for HTMLBtn.mxml is as ...
1
vote
2answers
31 views

Connect ActionScript class (Socket) with mxml Script code

my problem is the following: I have an actionscript class that represents a socketclient. This code works. In addition to that I have a Main.mxml file with fx:script code (In my original file there ...
0
votes
1answer
32 views

Adding <fx:Declarations> via action script

I have an mxml page that has this tag: <fx:Declarations> <mx:StringValidator id = "validator" source = "{myTextInput}" ...
0
votes
1answer
32 views

In Flex how would you pass a var object back and forth between an MXML application file and MXML component file

I have a Flex Application I'm working on with a group. It's a simple travel agency where our data pulled from a URL and stored in an XML object. Currently we have our application structured with the ...
0
votes
0answers
53 views

How to use defaults.css?

I am using Flash Builder 4.7 with Flex 4.6 and Adobe AIR 3.7 I have a library project that produces a SWC. I have included a defaults.css file in the root of the src folder. When I try and use this ...
1
vote
0answers
57 views

Flash Builder Code completion for events

When I'm using a built-in EventDispatcher the code completion will show a list of all events that are fired by the class, example: How can I achieve the same for my own classes, for example I might ...
0
votes
1answer
42 views

Flex: Properties of an item are not accessible in action script

This question talks about verticalAlign property but the answer might be relevant for other style properties as well. I have a grid object in my mxml file: <mx:Grid width = "100%" ...
-1
votes
2answers
44 views

How do i re use this class in all my mxml components

Please i am new to Flex and Actionscript 3, but i know its an OOP language, I'm coming from a Java Background. I have a class that helps me check if the user of my AIR app has an internet connection ...
0
votes
2answers
23 views

Binding a label to an object property

I am doing an intro to as project where I have a class, Einstein, that has a property of name. The name property is private, but I have getters and setters for it. In the mxml file, I have a label and ...
0
votes
2answers
36 views

Express Vector.<T> in MXML

Is there a better way to do this: <Area elements="{Vector.&lt;MyClass&gt;([N01, N02, N03])}"> Area.elements is a Vector of type MyClass, the elements I'm passing are other UIElements ...
0
votes
2answers
36 views

How do I create s:Path.data, polygon coords?

I have a PNG image, the image features a shape surrounded by a transparent area: I want to recreate this image as a path in flex mxml, something like this: <s:Path data="M 0 0 L 0 100 L 100 ...
0
votes
0answers
59 views

how change mxml property completion in flashBuilder 4.7

I'm looking for advanced modification of the mxml code completion. for example: completion on the property scrollSnappingMode on a List is managed by the metatag : [Inspectable(category="General", ...
0
votes
2answers
62 views

Changing color of datatatip in column chart in Flex3.0

I have a column chart in flex3.0. I am not able to change the font color or the background skin color of the the Datatip. I have datatip set as true and not getting any function to change for Datatip. ...
0
votes
1answer
39 views

Edit mxml code from other class in actionscript in Flex

I've got one class, that describes UI in mxml and another that holds logic in as. Is there some way, how to change UI via changing mxml based on the value of some variable in my actionscript class? ...
0
votes
0answers
39 views

showDataEffect doesn't work on dynamic LineSeries - Flex 4 mobile adobe air

In my mobile app im trying to dynamically create series in mx:LineChart. Its working. What i need to do is applying effect when data is change. On static series it's always work but with this it is ...
1
vote
2answers
115 views

How to set backgroundImage property in css file in flex 4?

I want to set backgroundImage property to something like "../img/foo.png" in flex. My code looks like this: <fx:Style> @namespace s "library://ns.adobe.com/flex/spark"; @namespace mx ...
1
vote
1answer
60 views

Flex 4.5 , How to create generic skinning library and dynamically change the theme of my AIR application ?

I'm working on enterprise level AIR application, i need to change my application UI for multiple clients,it has a complex UI with more that 250 MXML skin files for all display objects such as buttons, ...
0
votes
2answers
47 views

Get id of clicked Object within Group

<fx:Script> <![CDATA[ private function handleClick(id:String):void { trace("id clicked: " + id); if(id == "1") { trace("1 clicked"); ...
0
votes
1answer
75 views

ActionScript 3.0 - reading each MXML element

If there is already a post for this, I'm sorry but I could not find it. I have the following form (sample): <mx:Label x="105.5" y="0" text="Cadastramento Basico" fontSize="22"/> <mx:Text ...
0
votes
1answer
28 views

activex in actionscript

Is it possible to run an activex control in a MXML file using actionscript? Here's an equivalent of what I would like to do in Javascript function getUserName(){ var s = new ...
0
votes
0answers
56 views

Adobe AIR weird UI bug

I got a bug report for an application that is used by more then 100 people for over an year, The UI gets weird in this user case, on a Mac OSX using latest Adobe AIR Here is a section of the UI code, ...
0
votes
0answers
93 views

Flex 4: Flash Player 11 SWZ files caching

I am usig the Flex 4.1 to create my Application, and to reduce the size of the application.swf I sat the framework linkage to RSL, which produce a small swf file. and as what I read about the RSL ...
0
votes
1answer
63 views

Zoom drawing like a map in flex

I am trying to zoom my drawing like a map in flex, but all what i've done it's zooming by HSlider. Can you explain me how to zoom my drawing like a google map? Here's my code for zooming: My zooming ...
0
votes
1answer
58 views

How to draw not out of panel borders in Flex?

I want to draw some lines, they must not goes across the panel borders, I don't know how to do that... Line goes over the panel borders, but I want that line goes into panel and then i would can zoom ...
0
votes
1answer
63 views

How to draw in Panel Flex?

I have a problem when i want to draw the line in the panel. I don't know how to do that, please explain me... I'm trying to put the SpriteVisualElement in the panel but i get "component declaration ...
0
votes
0answers
92 views

Change data provider for ComboBox from another mxml in flex

I am very new to flex, in my page Mainui.mxml has one combobox (to show list of modules) and on select event calling one function to load Linkbutton (to show sub modules). I have another one page ...
0
votes
0answers
23 views

cleaning up my mxml code

I got some mxml code, but it's a lot of data, and want to make the code simpler and take out everything that is not needed. Since I do not have that much experience I am wondering you could give me ...
0
votes
3answers
70 views

Different fonts inside a label

If I have labels such as "1234B", "5678M"... How can I change this label so the letter at the end is smaller size than the size of numbers?
1
vote
1answer
123 views

Flex: Is it a good idea or design to include an MXML another MXML file?

I want to know if its a good idea to have an mxml file for each component, then inline these various components in one mxml file and able to communicate between these mxml files ? For example I have ...
0
votes
1answer
73 views

Masked MovieClip area is included in height

I have a MovieClip which I compiled to SWC and imported to Flash Builder. The MovieClip has a masked (visible) area, and an invisible area which is hidden by the mask: I wrapped the MC in a ...
0
votes
2answers
77 views

Accessing elements in mxml from action script

I have a mxml application as below . How do I change text of label from actionscript file ? <?xml version="1.0" encoding="utf-8"?> <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" ...
0
votes
1answer
100 views

How to alter TabBar tab background color in custom TabNavigator component

I'm creating a custom TabNavigator component to be used in other applications. Right now though, the background of the tabs will not change (although other style changes do apply). in my ...
0
votes
1answer
72 views

Execute Actionscript class function from mxml

I need to create a video player using OSMF . I want to seperate our mxml file from actionscript files . How can I do that ? I have a actionscript class file and I want to execute its constructor when ...
-3
votes
1answer
267 views

Flex 4 Itemrenderer for List

I just started working with Flex. I know it's pathetic but it's a long story. Now, the problem I am facing is that I have a list component which has a dataprovider on it. What I would like to do is ...
0
votes
1answer
82 views

How to include mxml componnent from a Flex library into a different Flex project?

I created a Flex Library Project which contains an .MXML file with one componnent (a button). It's called Button.mxml in myLibrary.views package. Then i created a different Flex Mobile project in ...
1
vote
2answers
93 views

How to display error message in flex

I am new to this Adobe flex development.Right now I am working on the application and in my mxml form I have to place 2 fields. one is Radio button(option (yes ,no) )and another one is text ...
0
votes
1answer
34 views

Flex: Place mx:FormItems side by side in a mx:Form

I have a mx:Form containing two FormItems. By default the FormItems are placed vertically one on top of the other but due to space constraints I want to place the two FormItems side by side. How can I ...
0
votes
0answers
168 views

AS3 (Flex/MXML) rtmp connection rejected on localTrusted file

I'm writing an application which connects to an external rtmp server to get a live stream. Opening the file with firefox over the localhost (apache 2.2 server) works fine and I'm getting the stream. ...
0
votes
0answers
44 views

Cannot edit custom flash pro components from flashbuilder UI

I have a situation in Flashbuilder 4.6, where I cannot access to edit custom Flash Professional Components from the Flashbuilder UI. This has been working fine for some time, and all of a sudden ...
0
votes
0answers
73 views

Bind children to s:TileGroup

A the moment my MXML displays three children inside a TileGroup. <s:TileGroup width="90%"> <admin:MyComponent width="300" height="150" serviceID="101" /> <admin:MyComponent ...
0
votes
1answer
146 views

Very simple flex animation not moving along x axis

I'm trying to use Animate in MXML to move a button along X or Y axis. My button increase width when clicked, but does not move at all. What is wrong with this code ? It should be something really ...

1 2 3 4 5 20