Questions tagged [flex-mx]

MX is a standard library for skinning components in Adobe Flex.

MX (sometimes referred to as Halo) is a standard library for skinning components in Adobe Flex.

MX is being superseded by .

46 questions
0
votes
1 answer

Programmatically create grid in flex

I'm trying to learn flex right now and I'm having some troubles. I want to create a new grid but not in the XML. I want to create it in the script section. This is the code I wrote:
0
votes
1 answer

FLEX - Disable specific Tree nodes

Ey guys, I want to disable specific nodes in a mx:Tree component. The dataprovider is a XML file, and here is a sample of that menu:
Stian Berg Larsen
  • 543
  • 2
  • 10
  • 29
0
votes
1 answer

Embedded font in mx-AdvancedDataGridItemRenderer not working

I'm facing here really annoying issue when trying to embed custom font in AdvancedDataGridItemRenderer. After some research I found this solution:…
xhuur
  • 103
  • 1
  • 7
0
votes
0 answers

Reset videoDisplay

Trying to completely reset my mx videoDisplay component, so that it will trigger the Ready event when I load new content. As of now, it will only trigger the Ready event if I load a new movie. If I try to stop it, clear it, and load the same movie…
Stian Berg Larsen
  • 543
  • 2
  • 10
  • 29
0
votes
1 answer

How to get clip content to work on mx TabNavigator?

I have a TabNavigator and before that a ViewStack with TabBar that would not clip it's contents. It over flows the border or appears under other components positioned further down the screen. Has anyone run into this before? Here is my…
1.21 gigawatts
  • 16,517
  • 32
  • 123
  • 231
0
votes
1 answer

Flash, actionscript, flex, add mx.controls.* component to flash.display.Sprite

I am working on my project and need to create thermometer component in flash (component will display current temp value). So I decided to use Sprite (flash.display.Sprite) component as wrapper and created these children: flash.display.Bitmap,…
user678489
  • 51
  • 1
  • 2
0
votes
1 answer

resizable Grid Row and Grid Item

I have an mx:Grid component in my flex application. But I would like to resize it by clicking and dragging in the border. This component doesn't allow doing that. Does anybody know any custom component to do this? I want to put a panel in each…
Kezern
  • 473
  • 5
  • 19
0
votes
1 answer

Flex Chart, determining chart area (not including

I am working on a flex application comparing multiple instance of the mx:PlotChart class. I need normalize the various instances of the PlotCharts such that the change in data value per pixel between charts remains constant. To do this, I must find…
Kevin John
  • 71
  • 8
0
votes
0 answers

How can i slide long text in flex mx text area

I have a long string (~10k lines), and I am trying to do something similar to paging: split the text into parts that have indexes and set the text in the area to the current index. For example, when the first 100 lines are set and the scroll…
MDelchev
  • 91
  • 1
  • 6
0
votes
2 answers

Why there is a MX library and also a Spark library in flex?

I'm new to flex, and very confused with that there is a "MX" library and also a "Spark" library? They have a lot of similar controls. Why both of them exist? Which one should I choose?
Freewind
  • 193,756
  • 157
  • 432
  • 708
0
votes
1 answer

Flex toolbar element

Is there any Toolbar exists in Flex like c# ToolBar (http://msdn.microsoft.com/en-us/library/ms752063.aspx) I'm using HBox and clipAndEnableScrolling = true But I need to have scrolling when content is wider, like c# does
Max
  • 1,090
  • 10
  • 23
0
votes
2 answers

Change column width in Flex Grid

I'm using a mx.containers.Grid to layout some data, and the last column is a set of checkboxes. MXML Code snippet:
EC0
  • 663
  • 1
  • 7
  • 10
-1
votes
1 answer

Error accessing to property in Flex (mxml)

I have an MXML file with this:
Fran Verona
  • 5,438
  • 6
  • 46
  • 85
-1
votes
1 answer

Seemingly inconsistent behaviour when assigning dataProvider to Flex's PopUpMenuButton

I'm trying to get two different test dropdowns working in the same fashion. When I use…
-2
votes
1 answer

Error:defalut skin class null :: while adding Spark List to Mx ViewStack

Also tried adding it List in NavigatorContent Class. Still the Default Skin of the spark List goes null when i assign the dataprovider and hence i get a error. Now for the background i am using a Custom Tree which extends Spark List in a Legacy…