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).
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…
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: …
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…