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
1 answer

Flex, access view.data object into a variable

Below is the code i'm looking at the moment. In this View, it…
Pete
  • 683
  • 1
  • 8
  • 17
0
votes
2 answers

flex buttonbar initially anything selected flex 4

hello i have this buttonbar:
sstauross
  • 2,602
  • 2
  • 30
  • 50
0
votes
2 answers

Two-line itemeditor for whole row in single-line s:Datagrid?

I have some DataGrids with pretty standard one-line itemrenderers, but need to use a custom two-line itemeditor for the whole row. I want to/must do this because I cannot edit each cell individually, but need to edit the whole object before I can…
user1346245
0
votes
2 answers

Flex 4.5: Setting textAlign GridColumn's itemRenderer through AS3

Maybe this is really simple, but I can't figure out how to set 'textAlign' property for default itemRenderer in AS3 (not mxml). I need to adjust it based on type's properties, 'int' or 'Number' aligned right, 'String' aligned left and so on. I'm…
vladiastudillo
  • 407
  • 1
  • 10
  • 23
0
votes
1 answer

Dynamically change text flow spark flex

how can I dynamically change some word color in spark component TextArea. For example, I want in text "A quick brown fox jumps over the lazy dog." word "dog" to be red color and word "fox" green.
0
votes
1 answer

Change the label and icon placement for a Flex Spark ButtonBar control

Im trying to create a custom skin for ButtonBarButton. I need to create vertical layout of icon and label placement like in this exapmle for mx ButtonBar component:…
janiss
  • 158
  • 2
  • 11
0
votes
1 answer

Flex Column Color

I having a problem with contentColor / backgroundColor of a Spark DatagridColumn. I have --- < component like.. combobox>
-1
votes
1 answer

How do you set a class factory in CSS styles?

I've been having trouble setting the item renderer of a Spark DataGrid in CSS and then I remembered the compiler creates a class factory for it. This CSS does not work: .myGrid { itemRenderer: ClassReference("myItemRenderer"); } but…
1.21 gigawatts
  • 16,517
  • 32
  • 123
  • 231
-1
votes
2 answers

Save data back to xml file using datagrid in flash builder

I have an xml file which has employee details who have registered with the company. I am populating the xml using a local server. I have a login page and have a registration page. I have successfully populated my xml data into a datagrid and can not…
Nikhil Kumar
  • 141
  • 1
  • 14
-1
votes
1 answer

Error #1009 during flex alert or popup

I am getting error #1009 in my flex project whenever I alert or popup something - TypeError: Error #1009: Cannot access a property or method of a null object reference. at mx.managers.marshalClasses::FocusManagerMarshalMixin/focusInHandler() at…
Naveen Ramawat
  • 1,425
  • 1
  • 15
  • 27
-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…
1 2 3
34
35