gumbo
Flex 4.5: Using Move transition on Style?
In Flex 3 it was possible touse 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[详细]
2023-03-24 20:01 分类:问答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.[详细]
2023-01-29 22:26 分类:问答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.[详细]
2023-01-26 02:00 分类:问答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,[详细]
2023-01-22 06:57 分类:问答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[详细]
2023-01-15 03:58 分类:问答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.[详细]
2022-12-30 12:36 分类:问答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\');[详细]
2022-12-09 09:11 分类:问答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.[详细]
2022-12-08 09:38 分类:问答