1
vote
0answers
9 views
Whats the itemChangeEffect equivalent in Spark List?
In flex 3, with List component, you could add an effect to the itemChangeEffect property, allowing you to animate the addition/removal of the items in the list control.
The equiv in the spark list …
0
votes
2answers
26 views
Can I make my MXML Component a Singleton?
I have an MXML component in a website that I am reusing in a few different screens.
Based on what the user clicks, the component initializes a few values and starts playing media.
Now if I click …
0
votes
3answers
60 views
How to create multiple processes in Adobe Air program?
How to create multiple processes in Adobe Air program? Docs? Tuts? Algorithms? (for ex I have some design logic and some services client logic i want to run them in separate processes) (Air 2.0 is ok …
0
votes
0answers
23 views
FLEX: Initializing a Windowed Application vía Action Script
Hi everybody :)
I have a Main Application ("MainFile") and I want to start another Application (WindowedApplication) when the user clicks on a button. I want to do this via Action Script; Anyone …
0
votes
3answers
46 views
Base class for custom components
In my flex app I have various custom components done with mxml or actionscript.
I want all of them to extend a base-class where I can define properties/event listeners etc.
Can someone give me an …
0
votes
1answer
21 views
Compiling the mxml file inluding other mxml and .as files using ant.
Hi All,
I have an mxml application that is in flex_src directory and parallel to that i have two folders in which i have my action scripts files in certain package hirarchy like …
0
votes
2answers
36 views
Creating loop for sending variable to other components in Flex
Hi!
I have some simple function in Flex in which I would like to send one of my variables to all the components used in my app... The problem is that there is lots of components in my app, and I'm not …
1
vote
3answers
936 views
Using HTML formatting to output variables in Flex/MXML
Hi,
I'm trying to output a sentence containing 4 variables, with their values emboldened using the following code:
<mx:Text width="100%" y="307">
<mx:htmlText>
…
0
votes
3answers
157 views
Flex BitmapData or ImageSnapshot for uninitialized components
Hi!
I would like to make some kind of thumbnail with capturing BitmapData or ImageSnapshot of some UNINITIALIZED components in my Flex application.
Is it possible?
Thanks in advance!
m.
0
votes
1answer
20 views
Converting button Icon back to Image
I want to extract/read the button icon image as a Flex image component, then apply transform filters to it to make it black/white and then apply image as an icon to another button.
Any ideas how I …
0
votes
2answers
22 views
Listening for enable/disable state change
For my custom components, when they go from enabled to disabled or disabled to enabled, I want to trigger a custom event.
I can't find any related events in the livedocs.
Any clues please?
0
votes
2answers
23 views
MXML: combobox width is larger than parent width
I have a combobox with a width set to 100%. However, when one of its elements is larger, the combobox grows larger aswell, creating scrollbars and other uglyness in my app!
How do I keep the combobox …
1
vote
1answer
65 views
Making a Flex DataGrid scroll smoothly
I've noticed that the default behaviour for a DataGrid's vertical scroll bar is to scroll one row at a time. This is all well and good when the rows are all uniform and small (e.g. displaying a single …
0
votes
1answer
211 views
Place an ‘addChild’ button into grid space of TabNavigator
This question is similar to the post:
"Move Button into grid space of a TabNavigator’s tabs in Flex Builder."
…
0
votes
1answer
29 views
Flex 4 Bubbling custom event
Hi,
How to create a bubbling custom event in Flex 4?
To create and expose a custom event in MXML, you need to declare it at the component that will dispatch the event with this line:
…
