Questions tagged [halo]

Halo is the default theme for Flex 3

See About Themes for more information.

50 questions
2
votes
2 answers

Set Spark button width in ButtonBar

How do I set the individual button sizes in a Spark ButtonBar? It used to be something like: I get an error when I try to do the same in Spark: Cannot resolve attribute…
kristen
  • 478
  • 2
  • 10
  • 34
2
votes
2 answers

Strange "INavigatorContent" error compiling in 4.0

I've recently decided to try an upgrade to 4.0. The only error I still can't work out is this one: "The children of Halo navigators must implement INavigatorContent" I seem to be getting it on all my ViewStacks that have validators.
Stephano
  • 5,716
  • 7
  • 41
  • 57
1
vote
3 answers

Friends-of-friends algorithm written in Python need to be in Fortran 90/95

I'm trying to write my own code for a 'friends-of-friends' algorithm. This algorithm acts on a set of 3d data points and returns the number of 'halos' in the dataset. Each halo is a collection of point whose distance is less than the linking length,…
Brian
  • 13,996
  • 19
  • 70
  • 94
1
vote
2 answers

How to prevent truncating the bottom of text in Flex comboboxes?

I am currently modifying a flex GUI to give it a new look. I am new to flex but I manage to get most of the work done. However I have a problem with comboboxes: I use a rather big font size and the bottom of some characters is truncated ("g" for…
jeremy-george
  • 1,171
  • 1
  • 9
  • 20
1
vote
1 answer

Skin Flex 4 combobox to look like Flex 3 combobox

As I have migrated my application to Flex 4 recently, I want to utilize the component in my application rather than . The problem is that the look and feel of both are different. How can I make the component…
Tyr1on
  • 1,999
  • 2
  • 13
  • 20
1
vote
3 answers

"The style 'dropShadowVisible' is only supported by type 'mx.controls.List' with the theme(s) 'spark'" Flex theme warning

What can I do to remove this warning in Flex? I'm using the Halo theme and do not want to use the Spark theme. The style 'dropShadowVisible' is only supported by type 'mx.controls.List' with the theme(s) 'spark'
YProgrammer
  • 855
  • 3
  • 8
  • 14
1
vote
1 answer

Skinning Halo scroll bar in Flex

I have the Spark scroll bar in my application skinned the way I want where I use s|VScrollBar and then set skinClass: ClassReference(my skin class) in my CSS file. For my Halo scroll bar I have the skins set for each element of the scroll bar…
Heather Roberts
  • 1,978
  • 1
  • 24
  • 33
1
vote
2 answers

How can I switch to the Halo theme in Flash Builder 4?

As you know, Adobe added a new theme called Spark in Flash Builder 4, but it looks really ugly to me. The problem is that I can't switch the current theme to Halo! What I've tried: Change theme settings in project properties. No effect - all new…
Laserson
  • 535
  • 1
  • 8
  • 21
1
vote
1 answer

NetLogo 5.2 - hide the halo

I'm using the "mouse-down?" code. The problem is that whenever user clicks on a turtle the halo appears. I want to get rid of the halo, or at least hide it. Please help me to get rid of the halo or hide it. Thank you Asnat Zohar objects with halo
1
vote
1 answer

How change "halo" in a object when detect collision?

I have an object that changes its color when it collides with another object, and decreases its size: gameObject.transform.localScale /= 2; but it has a white halo. I want the halo to match my object's color. So when the object is a green color, so…
Rf Mvs
  • 166
  • 11
1
vote
1 answer

Replicate Default Flex 4 style in Flex 3

I was wondering if anyone has run across a style or stylesheet replicating the default Flex 4 style (Spark) over to Flex 3. I love the cleaner and less blue look of Flex 4, but I have to develop an application with Flex 3 for compatibility…
rosswil
  • 1,057
  • 9
  • 14
1
vote
0 answers

Remove unwanted halo when overlaying transparent PNG using WriteableBitmapEx Windows Phone

As seen from the image, the edges of eclipse is not smooth. I am using the following blend mode. Other modes produce more unwanted result. writeableBmp.Blit(destRect, wbCircle, sourceRect, WriteableBitmapExtensions.BlendMode.Alpha); Attached is…
PutraKg
  • 2,226
  • 3
  • 31
  • 60
1
vote
0 answers

Glowing/halo effect on cube mesh using TGA file

First of all, we (my friends and I) are working on a Computer Graphics project where we are supposed to simulate particles (in our case, small cubes (mesh3d)) that would interact with each other in a space context. This is, hundreds of particles…
Floran Gmehlin
  • 824
  • 1
  • 11
  • 34
1
vote
1 answer

Flex mobile project does not support mx:Canvas?

In Flash Builder, if I new a Flex Mobile Project, and paste the following code:
willzeng
  • 915
  • 1
  • 8
  • 19
0
votes
2 answers

How to change paddingLeft and paddingRight of spark.components.Button?

The class 'Button' in package mx.controls has the style 'paddingLeft' and 'paddingRight'. But now I don't want to use this old Halo theme anymore, I'm moving everything to Spark. However, I can't find these padding styles in spark.components.Button,…
jondinham
  • 8,271
  • 17
  • 80
  • 137