Questions tagged [mxml]

MXML is an XML-based declarative language similar to CFML

MXML is an XML-based () declarative language created as part of the Adobe Flex framework.

MXML tags represent components written in ActionScript () under the hood. When you compile a Flex () application, the MXML is compiled using Adobe's mxmlc compiler into ActionScript which is then compiled with the application's actionscript code into a SWF () file.

Because of this, anything done in MXML could also be written in Actionscript. The language exists in order to simplify and accelerate application development for the Adobe Flash platform.

1126 questions
-1
votes
1 answer

finding all popups in flex application

I have an as my ApplicationMainView.mxml, and am trying to access all current popups I have opened through it. Is there a way to do this outside of looking through every child view component manually? My goal is to show the login view…
Jordan.J.D
  • 7,999
  • 11
  • 48
  • 78
-1
votes
1 answer

How can I import opening component at default package?

There is a button in opening component(welcome page) and it is invisible at the beginning. When user pass to another component, the button is supposed to be visible. However I cannot reach the property. What is the way of importing opening component…
coner
  • 270
  • 7
  • 21
-1
votes
1 answer

Error 2124 Unknown Type

I am trying to read and parse an XML file but Builder constantly throws Error #2124: Loader file is an unknown type. Here is the code I do the action
coner
  • 270
  • 7
  • 21
-1
votes
1 answer

How to check a Number in mxml?

I'm trying to check if Number is defined in flex mxml. Both of the following does not work: How is this done correctly?
membersound
  • 81,582
  • 193
  • 585
  • 1,120
-1
votes
1 answer

AS3 sound sound specific timeline playing

I want to play a sound's specific time, i tried using position , but not gonna help , help me please help me , i need to play a file from specific time to a specific time , i tried using current position , but how do i make it stop , i dont wanna…
Jeffin
  • 1,099
  • 12
  • 23
-1
votes
2 answers

starling viewport in a flex mxml application

I'm trying to create a flex mxml project that contains a starling viewport. If I create an actionscript project, that I extend Sprite and am able to work with starling. but if my main project is an MXML File, I can't seem to add the starling…
ufk
  • 30,912
  • 70
  • 235
  • 386
-1
votes
2 answers

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 not skip to the next object. The following code…
shark1608
  • 649
  • 11
  • 24
-1
votes
1 answer

MXML - Create combobox dynamically on click of button

Need help on creating combo box dynamically in Flex. How do I create combobox dynamically on click of button. Thanks in advance.
-1
votes
2 answers

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 it works well when included directly in my mxml…
-1
votes
1 answer

DataGrid with footer

I search a solution to create DataGrid with footer, I found some idea to do that with avanced DataGrid but it's look like very hard. So do you know a simple solution for a footer on DataGrid. Thanks a lot
Flex60460
  • 933
  • 2
  • 18
  • 49
-1
votes
1 answer

Change the Selected TEXT Color on Spark DataGrid cell

Does anyone know a way to apply style on selected text in a Spark DataGrid? I think that the best way is to have an itemrenderer with textarea but after, I don't know how to do. My goal isn't to change color label if cell is selected. Indeed, in…
Flex60460
  • 933
  • 2
  • 18
  • 49
-2
votes
1 answer

Free Flex Drag and Drop IDE

Does anyone know if there are any free IDE's for Flex Development that allow you to drag and drop components from a toolbox? I have tried to download Tofino created by Ensemble but this product does not feature on their product list anymore. I have…
-2
votes
1 answer

Flex: Is it possible for a changewatcher to watch multiple variables?

I have a Flex variable that depends on a number of other Flex variables. I want this variable to be updated any time any of the variables it depends on are updated. Is it possible to do this using a single ChangeWatcher? Specifically, can the…
danxinnoble
  • 155
  • 1
  • 6
-2
votes
1 answer

Getting TypeError: Error #1009: Cannot access a property or method of a null object reference

I have created small application for login in flex desktop application. In which I am refering webservice method for login for this have created the Authentication class. Now I want to refer different Textinput value for mobile no and Textinput…
user286004
  • 75
  • 1
  • 3
  • 8
-3
votes
1 answer

is out there any Open Source phpmyadmin flash user intrface?

is out there any Open Source phpmyadmin flash user intrface?
Rella
  • 65,003
  • 109
  • 363
  • 636
1 2 3
75
76