Search Results

0
votes
5answers
202 views

What does {variable} do in flex

I have been using { } around variables in MXML without really understanding what they are for. I am now needing to know if I should use it around a variable..what does that do? example: …
0
votes
2answers
116 views

Sizing Flex DataGridColumns(Dynamic number)

I have a DataGrid that has between 4-10 columns. I want the columns to be of width '50'. I have already set the width attribute in MXML. I am using "colName.hide = true" to hide various columns dep …
0
votes
1answer
170 views

Flex: Getting a variable from your regular component to an inline item renderer

I am trying to turn labels red when they can no longer be added to a list because of size requirements. The renderer works but Flex creates a separate component. I can't think of any good way to ge …