Tagged Questions
The gumbo tag has no wiki summary.
4
votes
1answer
3k views
How to set skin at runtime in Flex 4
I have a bunch of custom controls based on a SkinnableContainer.
When adding the control at design time, I can specify a skin by using the skinClass attribute on the tag.
I need to add some of ...
3
votes
2answers
10k views
Flex 4: Build a Group with a background
I'm trying to build a simple component extending spark.components.Group to have a background color, more specifically a spark.primitives.Rect component stretched to fill the background.
This is what ...
3
votes
2answers
3k views
Complex Maven2 with Flex4 Setup
I have been struggling to get Maven2 to cooperate with me, and was wondering if anyone out there had any ideas on how to get this working.... I am working on a Flash project, and we are considering ...
2
votes
2answers
496 views
Edit Multiple States At Once in Flash Builder 4
While in Design mode in Flash Builder 4 (gumbo, beta 2), is it possible to edit multiple states at once? In the "states" window, it would seem like I should be able to shift-select multiple states so ...
2
votes
3answers
10k views
Custom Preloader in Flex 4?
Has anyone successfully implemented a custom preloader in Flex 4? In my experience, when I specify a custom preloader using the preloader="com.foo.MyPreloader" in the Application tag, the preloader ...
1
vote
1answer
59 views
Can somebody please explain this common binding pitfall to me? (using the wrong bindable event name)
I refer to this site link text
Using the wrong event name in the
[Bindable] tag can cause your
application to not bind your property,
and you will not even know why. When
you use the ...
1
vote
2answers
4k views
Convert Flex Builder 3 project to Flash Builder 4
I just upgraded to Flash Builder 4 (beta 2) from Flex Builder 3 which I have been using since it came out. Problem: All the projects that were in my workspace from Flex Builder 3 did not carry over ...
1
vote
1answer
2k views
FileReference and HttpService Browse Image Modify it then Upload it
I am trying to do an image uploader, user can:
- browse local file with button.browse
- select one and save it as a FileReference.
- then we do FileReference.load() then bind the data to our image ...
1
vote
1answer
364 views
Adobe Air 1.5.2 and Flash Builder
Recently I'm working on some air stuff, and I am using Flash Builder and latest Nightly build SDK in order to compile my application ( I even used stable version before this stage ), but when ever I ...
0
votes
0answers
288 views
Flex 4.5: Using Move transition on Style?
In Flex 3 it was possible to use a Move transition effect on a style like "left", "right", "top" or "bottom". For example I had a HBox with 100% width and height on the Application and in this HBox I ...
0
votes
1answer
347 views
flex 4 how do I change the flex theme dynamically at runtime, not at compile time?
flash builder 4 comes with a couple of cool spark themes, and there are tons of others out there on the web, I want to be able to change the theme at runtime, without recompiling.
Is this possible?
...
0
votes
1answer
662 views
Setting default Index for a Drop Down List in flex 4
I have a drop down list that gets its data from a php web service method.This response is smthing like :
array('id'=>integer,'name'=>'lin')
When the page loads, I want to set the selected index ...
0
votes
2answers
308 views
flex/flashbuilder 4 gumbo states are sometimes blank
Below is a very simple example, randomly, if I click the step2 button the state will change but the Step 2 panel will not be there.
I suspect the children of the state are not getting created for ...
0
votes
1answer
904 views
how do I make a TileGroup layout that has the jaggy edge on top?
I have spark.components.TileGroup that contains buttons.
I would like the buttons to appear like tabs on top of the ViewStack they serve
At the moment, if I have 6 items in the TileList it lays it ...
0
votes
1answer
89 views
Can one keep both version of Flex builder simultaneously (verision 3 and version 4) on his/her machine
I have Flex builder 3 already installed on my machine. Now, I want to use Flex builder 4 also (officially Flash BUilder 4) on same machine. Can I directly start with Flex builder 4 and import my Flex ...
0
votes
1answer
678 views
Can't interact with children of an itemRenderer in Flex 4 Gumbo
I thought this would be pretty easy but I'm running into all sorts of problems with this. I have an ItemRenderer with a an image and two labels. I want to assign separate mouse events to the image and ...
0
votes
1answer
113 views
Air: Possible? Writing into installed application package
This is probably a bad idea or whatever you wan't to call it. Nevertheless, curious to know if Air can write inside it's own installed package. I'm referring to the OSX '.app' files found in great ...
0
votes
1answer
234 views
Why is the compiler complaining about a possibly undefined property
I have a very simple practice program for Flex 4 ( Gumbo ).
package
{
import mx.controls.ColorPicker;
import mx.controls.Label;
import mx.events.ColorPickerEvent;
import ...
0
votes
1answer
788 views
Flex Multi Service call problem
I tried to call a service using a for loop and it seems that only the first service call seems to work. My guess is that once a service is called it needs to wait until result event until it can be ...
0
votes
1answer
411 views
Changing css properties for selector at runtime
I have a css that defines de skin-class for a custom component, like this :
view|PlaceHolderView {
skin-class:ClassReference('view.skin.PlaceHolderSkin');
}
Is there a way to change that value ...
0
votes
1answer
292 views
Syntax/error checking breaks in FlexBuilder/Flashbuilder with class libraries over Samba?
We have our class libraries on a shared server we access via Samba (and ssh for command line). Sadly, several features seem to fail in both Flex Builder and Flash Builder/Gumbo with this setup. For ...