Tagged Questions

1
vote
1answer
14 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
38 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
1answer
13 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
61 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
2answers
24 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
1answer
79 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 little bit different …
0
votes
1answer
39 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 …
0
votes
2answers
72 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 and height. But it …
1
vote
1answer
48 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
2answers
95 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 listener but it is not …
0
votes
6answers
36 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 control. For example, …
0
votes
1answer
63 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
2answers
19 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
2answers
102 views

Flex error 1120 (Access of undefined property XXX) when using constants in MXML

Hey folks Again pulling my hair out due to some Flex/AS3 weirdness. The following code does not compile due to error 1120 - Access of undefined property AbstractWizardModel <mx:HBox …
0
votes
3answers
44 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 (i already have it …

1 2 3 4 5 12 next
15 30 50 per page