Questions tagged [flex-spark]

Spark is the new component skinning library introduced in Adobe Flex 4.

Spark is a library for skinning components in Adobe Flex. Spark supersedes the previous library, Flex MX.

521 questions
0
votes
2 answers

Embedding fonts not working

Please see the simplest of examples below, this is running as AIR Desktop on windows.
Drahcir
  • 11,772
  • 24
  • 86
  • 128
0
votes
0 answers

spark DataGrid content goes to invisible when rotate few degrees

I have an android application working on Adobe Air. Simply, I have a Spark DataGrid in a view. When I rotate my devices(tablet or mobile phone) few degrees(4-5), datagrid content goes to invisible and -if I continue to next position(Portrait to…
nadir.shpz
  • 124
  • 1
  • 13
0
votes
1 answer

Flex 4 spark datagrid selected row change with tab

I'm trying to change the selected row in a spark data grid when tabbing passed the last column. In other words, I'd like to highlighted row to follow the active cell. Any ideas? Thank You.
jayron
  • 69
  • 7
0
votes
1 answer

How to render a collection of DisplayObject instances in a spark List?

Is it possible to have a Spark List display items from an ArrayCollection of DisplayObjects (i.e.: Canvas)? Something like the code below does not render anything unless I specify an itemRenderer.
Carlos Bittencourt
  • 352
  • 1
  • 3
  • 9
0
votes
2 answers

How to test how performant an item renderer is?

I have just watched this video on Performance Tips and Tricks for Flex and Flash Development and it lists 3 things that are measured when using and creating Flex. Creation Validation Rendering How do I measure these items on my own projects? In…
1.21 gigawatts
  • 16,517
  • 32
  • 123
  • 231
0
votes
1 answer

Setting custom TextInput into Flext/Spark ComboBox

Is there a way to set my custom made TextInput component (call it CustomTextInput) as textInput property of ComboBox? I've tried something like this:
SadClown
  • 648
  • 8
  • 16
0
votes
1 answer

DataGrid column value not showing with labelFunction

I have a Spark DataGrid that I'm using a labelFunction with. However it's not showing any results. var c3:GridColumn = new GridColumn("Date Added"); c3.width = 150; //c3.dataField = "date"; c3.labelFunction = getFormattedDateNoTimeGrid; public…
1.21 gigawatts
  • 16,517
  • 32
  • 123
  • 231
0
votes
1 answer

How to set the text color of a row in a Spark DataGrid

I have had a lot of trouble with setting the row color and text color in Spark DataGrids more times than I can remember. This post shows how to set it.
1.21 gigawatts
  • 16,517
  • 32
  • 123
  • 231
0
votes
1 answer

How to remove the caret indicator on Spark DataGrid

I couldn't find a simple way to get remove or hide the caretIndicator in the Spark DataGrid so I'm posting the solution here if there's not a better way.
1.21 gigawatts
  • 16,517
  • 32
  • 123
  • 231
0
votes
1 answer

s:WindowedApplication - How to remove system chrome?

I have a Spark WindowedApplication (AIR for Windows Desktop) and I want remove the title bar and borders, this option will be set via cmd line when the application is launched. How can I do this?
Drahcir
  • 11,772
  • 24
  • 86
  • 128
0
votes
2 answers

Accessing elements in mxml from action script

I have a mxml application as below . How do I change text of label from actionscript file ?
Pit Digger
  • 9,618
  • 23
  • 78
  • 122
0
votes
2 answers

spark datagrid selectable

Is there a way to make text inside spark datagrid cells selectable? I don't want to make the cells editable. I've tried extending the DefaultGridItemRenderer and setting selectable = true on it, but that does nothing. I'm using Flex sdk 4.9
0
votes
1 answer

how to make a view running even after it goes out of context in flex spark?

I am designing a video conference application for android using flex and red5 on the server side. I have 3 views: **Chat View(text chat) - Streams View(where the other users streams will be shown) and Me View(where your own camera will be shown) **.…
0
votes
1 answer

How to get notification if skin changed on spark button

I have a spark button subclass with a custom skinclass, defined as follows:
Wim Deblauwe
  • 25,113
  • 20
  • 133
  • 211
0
votes
1 answer

ItemRenderer Objects Changing Properties

Apologies for the vague title. I could not think of a better way to word it in so few words. Basically, I am creating a custom ItemRenderer (IR). The IR has a label on the left side and an icon on the right side. The icon on the right side is…
Josh
  • 8,079
  • 3
  • 24
  • 49