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…
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.
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,…
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…
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…
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'
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…
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…
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
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…
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…
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…
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…
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,…