Questions tagged [halo]

Halo is the default theme for Flex 3

See About Themes for more information.

50 questions
8
votes
1 answer

What's the deal with Halo and Spark in Flex 4?

I used Flex 2/3 for a couple of years and have just come back to it, upgrading to Flex 4. I'm seeing some references to Halo and Spark themes but I never got into themes in my previous work so I'm a bit confused what's going on. Am I correct that…
Mr. Boy
  • 60,845
  • 93
  • 320
  • 589
7
votes
1 answer

parentApplication and FlexGlobals.topLevelApplication in Flex 4

In Flex 4, are there any differences between parentApplication and FlexGlobals.topLevelApplication? Are referring to the same top level application? I think both are same; one (parentApplication) belongs to Spark and the other…
Vijey
  • 6,536
  • 7
  • 43
  • 50
7
votes
1 answer

Blue "Halo" on tabs in Safari

I have a issue on tab in safari specially. I have create tabs and when I select any tab create border blue around it. I think it's call HALO effect. You can check it in attached image. I tried to solved this but had no success. How do I remove that…
user1780370
  • 851
  • 1
  • 17
  • 27
6
votes
2 answers

What are the downsides to using Spark over Halo in Flex?

Is there more work, or source code files required to customize your look and feel (skins)? How maintainable and readable is Spark relative to Halo? Is it more productive and easier to customize overall than Halo, about the same, less? If you're an…
Manius
  • 3,594
  • 3
  • 34
  • 44
5
votes
0 answers

Creating a border container with border sides and separate corner radius

In the Spark BorderContainer component the border sides and corner radius styles were not copied over from the halo component set (see here). Specifically: borderSides (left, top, bottom, right) cornerRadius(TL/TR/BL/BR) …
1.21 gigawatts
  • 16,517
  • 32
  • 123
  • 231
5
votes
2 answers

Setting compiler.theme option for Halo/Flex 4 in FlashDevelop

Here's what works with ant build.xml:
pm_labs
  • 1,135
  • 12
  • 22
5
votes
7 answers

How do you remove the border of a Flex 4 TextArea Component (spark themed halo)

With the Flex 3 SDK you simply needed to set the borderThickness style to 0, or set borderStyle to none. With the Flex 4 SDK ad the Spark theme, this has no effect.
Joel Hooks
  • 6,465
  • 4
  • 33
  • 39
3
votes
1 answer

Halo theme on a Spark component

I have a Flex form made up mostly of MX components. Due to limitations with the MX mx.controls.ComboBox, I'd like to use the Spark control, spark.components.ComboBox. This works, except the Spark ComboBox sticks out visually because it doesn't use…
Steve Kuo
  • 61,876
  • 75
  • 195
  • 257
3
votes
1 answer

What's the difference between the mx/fx/s object types in Flex 4?

Flex4 provides the following namespaces: xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/halo" What's the difference? Which namespace provide which function? Where can I…
ufk
  • 30,912
  • 70
  • 235
  • 386
3
votes
1 answer

In Flex, is there a Spark equivalent of DividedBox?

I need a kind of DividedBox with Flex (4.6). This is a component where two groups of components are separated by a bar that can be moved with the mouse. The user can hence chose which group can have more space on the screen. Of course, there are…
Vincent Hiribarren
  • 5,254
  • 2
  • 41
  • 65
2
votes
2 answers

Is it possible to style a Spark Button like an old Halo Button? (with CSS only)

I think Adobe are messing with me, from all the docs and tutorials it seems like styling a simple button got much more difficult in Flex 4 (Spark). I used to be able to have my designer create the CSS as it wasn't too far off from web standard CSS.…
kreek
  • 8,774
  • 8
  • 44
  • 69
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
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
3 answers

What is the difference between Halo and Spark in Flex3 and Flex4?

Possible Duplicate: What are the downsides to using Spark over Halo in Flex? What is the difference between Halo and Spark in Flex3 and Flex4?
Raju
  • 176
  • 3
  • 11
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
1
2 3 4