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
2
votes
2 answers

Programmatically set edited cell on Spark Datagrid

What is the equivalent of editedItemPosition for the Spark datagrid?
Gurtnamona
  • 21
  • 2
2
votes
1 answer

Pros and cons of Spark vs. Halo theme in Flex 4

Possible Duplicate: What are the downsides to using Spark over Halo in Flex? I have a library written in Flex 3 (and hence, with Halo theme), so it's getting a lot of conflicts in my application (which is Flex 4 and Spark theme). I've changed to…
Enrique
  • 4,693
  • 5
  • 51
  • 71
2
votes
4 answers

Adobe Flex 4.5 Spark: Binding ItemRenderer Component to Parent

In Flex 3, it used to be possible to bind a component property within an itemRenderer via outerDocument. So for instance, if there was a image inside an itemRenderer that was only displayed on a given condition of the parent, something like this…
Shawn
  • 2,406
  • 1
  • 26
  • 31
2
votes
2 answers

Make the Flex4 Button look exactly like the Flex3 Button

If I had a button in Flex3 And I want to change this to Flex4 .buttonStyle{ corner-radius:5; …
Zeeshan Rang
  • 19,375
  • 28
  • 72
  • 100
2
votes
2 answers

flex - spark styles not working yet spark is the current theme

I am trying to figure out why I am getting an error when using the chromeColor (or other spark style related items): This is the…
Scott Szretter
  • 3,938
  • 11
  • 57
  • 76
2
votes
1 answer

Flex - creating new Primitives

To start - its best to say im new to Flex / OOP in general. I have been trying to add a custom class based on StrokedElement in order to implement a simple grid (not like the existing Flex Grids - this would just be for display - not holding…
2
votes
2 answers

Make disabled Flex Spark Button more readable using CSS

I have a Flex Spark Button that I've changed the background to a dark color using s|Button { color: #66ffff; chromeColor: #333333; } The problem is that when the button is disabled, it's very hard to read (the text color and background…
Steve Kuo
  • 61,876
  • 75
  • 195
  • 257
2
votes
1 answer

Make a tab blink in Spark (Flex)

In a Flex 4 app (with Spark components) I have a ViewStack with various screens, and a TabBar to navigate between them. I'd like the screens to be able to "blink" their tab when something happens in them (like Windows task bar buttons). How can I do…
Bart van Heukelom
  • 43,244
  • 59
  • 186
  • 301
2
votes
3 answers

What's the equivalent of this Flex MX code in Spark?

What's the equivalent of an inline itemRenderer checkbox element in spark?
enon
  • 449
  • 2
  • 7
  • 18
2
votes
3 answers

Alternative to barColor property in progress bar + Flex 4

I had used a property 'barColor' in ProgressBar component for showing performance with filling colours. Now I am moving the application to Flex 4. So this property is not available in Flex 4. Can you please any one known about the alternative for…
RKCY
  • 4,095
  • 14
  • 61
  • 97
2
votes
1 answer

Flex 4: Is there a simple way to extend Spark button?

I created a somewhat custom Spark button by doing the File > New > MXML skin and basing it on spark.components.button. The problem is that I need to add an extra text field to the button component and dynamically change that text...but of course,…
Gregir
  • 1,574
  • 5
  • 21
  • 43
2
votes
1 answer

Changing label color for Flex 4 FormItems

Wonder if there is a way to change color for a label in Spark FormItem component. I tried this: @namespace s "library://ns.adobe.com/flex/spark"; @namespace mx "library://ns.adobe.com/flex/mx"; s|FormItem s|Label#labelDisplay { color: #333333; …
Nick G.
  • 557
  • 9
  • 18
2
votes
1 answer

Flex Spark DropDownList selectedItem didn't update after dataProvider changed

I have two dataProvider's for one DropDownList. The following code can be compiled and run.
Candy Chiu
  • 6,579
  • 9
  • 48
  • 69
2
votes
1 answer

Skinning a Spark HSlider in Flex 4

The application I'm working on needs to have a slider to allow the user to select a Date. However, the Spark hSlider component does not have a 'labels' field like the halo hSlider does - into which you could put a collection of labels to be…
DannyC
  • 79
  • 9
2
votes
3 answers

Avoid ItemRenders Caching in a Spark List in Flex 4

I have two Spark Lists with custom Item Renderers. I'm working on an application that enables users to drag these Item Renderers from one List to the other. When one of these IRs is dropped in a new position or in another List, I'm updating the…
oscarm
  • 2,630
  • 6
  • 41
  • 74