Questions tagged [halo]

Halo is the default theme for Flex 3

See About Themes for more information.

50 questions
0
votes
1 answer

Flex - Custom tooltip style for a single component

How can we customize the background and font color of a single instance of a tooltip for one component? (Without changing all tooltips in the application.) This is needed for the HALO component set (4.1 SDK), not Spark (css methods preferred).
Mifune
  • 370
  • 1
  • 5
  • 14
0
votes
1 answer

How do I update an mxml property dynamically in Flex?

I'm using Flex 4.0, with the Halo theme, and a custom component that I have the source of. I want to call the component with a parameter to hide or show some items. The parameter is dynamic, meaning it is set in a method after the mxml has…
Tominator
  • 1,224
  • 3
  • 19
  • 37
0
votes
1 answer

Does Spark Grid replace MX Grid?

I wanted to use the Spark Grid but at the same time I realized there are no Spark equivalents for certain components like the . So, I mixed both Spark and Halo components in the program but when I ran it, I got the error: …
helpdesk
  • 1,984
  • 6
  • 32
  • 50
0
votes
2 answers

Flex Accessibility - Cannot set screen reader order

I'm having a problem where I'm not able to set up a custom reading order for text in my Flex application. I'm setting the tabIndex property on each text element, which I understand is the proper way to set the reading order for a screen…
Wesley Petrowski
  • 1,131
  • 7
  • 11
0
votes
2 answers

Flex - Flash Builder Design View not showing embedded fonts correctly

Tools: Air 2, Flex SDK 4.1, Flash Builder, Halo component set (NO Spark being used at all) Fonts work perfectly when running the appliction, but not in design view. This effectively makes design view WORTHLESS because it's impossible to properly…
Manius
  • 3,594
  • 3
  • 34
  • 44
0
votes
0 answers

Add halo to image when hover

First time posting. I have the following shortcode in my stylesheet for creating images in circles .make-circle { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; } If I want to add a 'halo' shadow on hover how would…
0
votes
1 answer

Spark Scroller in AdvancedDataGrid

AdvancedDataGrid uses a Halo Scroller by default. How can I change it to a Spark Scroller?
user383715
  • 25
  • 4
0
votes
1 answer
0
votes
1 answer

Where is Border component in Flex/mx library?

I have an old Flex app build with the Halo library. Now that Halo was changed to mx library, it makes the old Border component stop working and I'm unable to build the project anymore. Even when I try to change the library to MX, the Border cannot…
thethanghn
  • 319
  • 2
  • 5
  • 21
0
votes
1 answer

Migrating CSS from Flex 3 to Flex 4

Is there a guide or document that deals specifically with migrating CSS and style attributes from Flex 3 to Flex 4? I have an application that I'm keeping on the 2006 namespace, but I'm having trouble with a couple concepts, like the halo only…
Dan Monego
  • 9,637
  • 6
  • 37
  • 72
0
votes
0 answers

Anti-Halo Algorithm in Matlab

I'm looking to remove unwanted halo artifacts from an image, that is located in the LAB colorspace. So my Question is: Given an image I in Lab-Colorspace, the gauss blurred L-Channel I(blur), a sharped L-Channel I(sharp), and the resulting sharpened…
noob
  • 23
  • 7
0
votes
1 answer

Difference between halo and mx namespace

As far as I know, the support for library://ns.adobe.com/flex/halo namespace has been dropped, and now we have to use library://ns.adobe.com/flex/mx instead (reference). Can someone provide if there's any difference between the two namespaces? I am…
Andree
  • 3,033
  • 6
  • 36
  • 56
0
votes
2 answers

"'borderThickness' is only supported by the halo theme" Flex namespace warning

I'm trying to understand what is going on with my namespaces since I upgraded to flash builder 4. xmlns:mx="http://www.adobe.com/2006/mxml" in the application and in the stylesheets: @namespace mx "library://ns.adobe.com/flex/mx"; Everything seems…
pfunc
  • 1,305
  • 2
  • 24
  • 52
0
votes
1 answer

DateChooser updating correctly only if visible at start

I'm writing a Flex application and I came across what I think is a weird problem. I want to create a text box and a DateChooser as the datefield didn't do what I wanted and it's Halo so I can't skin it easily. I want the DateChooser to show when I…
Tam
  • 11,872
  • 19
  • 69
  • 119
0
votes
1 answer

flashbuilder exception in HaloBorder.as

I am editing a very old project that has been created in flex 3. I am using flashbuilder 4.5 with flex 4.5.1 to do so. When I try to run the projects I get an error in HaloBorder.as, wich is part of the sdk. Because it is part of the sdk I cannot…
Jerodev
  • 32,252
  • 11
  • 87
  • 108