0
votes
0answers
13 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
2answers
28 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 …
0
votes
3answers
42 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
1answer
19 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
20 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?
1
vote
1answer
50 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
2answers
20 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 …
0
votes
1answer
27 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:
…
0
votes
3answers
57 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
2answers
30 views
ActionScript File Upload very slow
Hi,
My requirement is to upload 5000 images to WAMP server from AIR client.
I am using URLRequest to upload the images.
The size of each image is about 285 KB.
Able to only upload about 300 images …
0
votes
2answers
20 views
Can’t make navigable rendered component
Hello.
I have the next component, which is substituted into the data grid as rendered item.
<mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml" click="navigateToURL(new …
0
votes
3answers
76 views
Recursive iteration through every component instance
I have various custom component instances in my flex app. I want to loop through them recursively and get their instance Ids. The recursive part is very important to me.
Can someone tell me what's the …
0
votes
1answer
85 views
How to call an mxml application from another mxml application file in flex?
I have two mxml application files, Login and main. On clicking the submit button of the Login Screen, I want the Main Screen to open. How to call the main.mxml file from the Login.mxml file?
0
votes
1answer
45 views
Simple libs for trajectory motion in Flex Builder (mxml, actionscript)
I need a simple rainbow trajectory motion in Flex builder.
We have 2 points [(x1, y1); (x2, y2)], we need to animate object from one to another over some simple rainbow trajectory like in this …
