0
votes
2answers
15 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 URLRequ …
0
votes
3answers
48 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 someon …
0
votes
3answers
62 views
Any good Wizard libraries in Flex?
I'm looking for a good "Wizard" library in Flex before rolling my own. The important features are:
Multiple custom input panels in sequence.
Ability to prepopulate the data field …
1
vote
2answers
470 views
What overhead is there of using an MXML file in Flex vs. a plain actionscript class?
I find it much easier to write MXML classes with embedded Script than trying to make an actionscript file.
I was wondering however what kind of overhead there is of using an MXML …
0
votes
1answer
87 views
Flex tab’s x and y position
In a tab navigator, I need to find out the x and y coordinates of each the tabs.
Is there a way to do that?
I am using HBox as Tab in the TabNavigator.
3
votes
2answers
776 views
communication between two flex apps
I have 2 flex apps on the same page. I want them to be able to call each other's public functions. I am thinking of using either externalInterface calls or FaBridge to do so.
Is th …
0
votes
1answer
41 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. …
0
votes
1answer
32 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 …
0
votes
6answers
30 views
In Flex, how do wrap Lists into columns?
How do you make a List control wrap around to a second column (or multiple columns)? Thanks, let me know if there is a solution for this with the List control or some other Flex co …
1
vote
1answer
37 views
Acoustic Echo Cancellation (AEC) with Flash AS3?
Acoustic Echo Cancellation (AEC) with Flash AS3?
What do I need?
Open Source Libs/wrappers.
Tutorials and blog articles on How to do it.
0
votes
3answers
35 views
advancedDataGrid with two providers
I want to have 2 dataproviders for 1 advancedDataGrid: 1 normal and second one for combobox in a one of columns. I want to have this combobox to have data from a column in database …
0
votes
4answers
909 views
confused about HttpService’s useProxy (Flex 3)
I have a flex app, where the user can provide a link to a resource. I want to perform a simple validation and check if the url is actually valid (not just structure, but actually t …
0
votes
0answers
48 views
Flex RemoteObject + Zend AMF Server problem
Hello!
I am working with php, Flex and zend's AMF Server using this guide. I successfully managed to connect php with Flex but after 'reconstruction' of my MySQL query I get a litt …
0
votes
2answers
58 views
Dynamic Image resizing
In my flex app there's an item renderer for a TileList that I am using.
I load the image into the Item Renderer at runtime. I am using the following code to resize the image width …
0
votes
2answers
53 views
Handling TextInput width and styles in Flex
Hello!
I made a Form container with few TextInput fields in Flex and I would like to change a style of clicked TextInput element. I managed to do it with MouseEvent.CLICK event lis …
