0
votes
1answer
48 views

how to Change the text color of one column on datagrid when user enters data on other column

I had a very simple problem that, I had a spark datagrid of 3 columns in which 2 columns will be with data and the third column is an empty column with text input as itemeditor. So what ever the data ...
0
votes
1answer
70 views

TextInput as ItemEditor in spark datagrid where the third column values should not duplicate

My datagrid has 3 columns and the third column is having the textinput itemEditor. when the text changes and if that text matches with any other text(basically the text is an int). the popUp should ...
0
votes
0answers
76 views

Issue in mouse rollover and rollout in flex

Im new to flex, so it might be a silly question, but I have to ask. I have a bottom slider canvas which should come out on rollOver and go in on rollout which I achieved 90% but, the canvas is going ...
1
vote
0answers
103 views

How to get flex 4.6 mobile application as SWF?

I am running a flex mobile application. The goal is to create a SWF file from the same project without having to rewrite a new project. I followed this tutotial mobile flex to swf But this gave me a ...
0
votes
1answer
57 views

Using two Events

I have a little issue related to the events MOUSE_MOVE and TransformGestureEvent.GESTURE_ZOOM. I want to distinguish both events, when I'm zooming an object MOUSE_MOVE should not act. In the ...
0
votes
0answers
179 views

How to play a video file in flex4.5 android mobile application

I am trying to play a video file in Flex4.5 mobile application but i am not able to do it. So can you give me idea, how can i play video in Flex4.5 mobile application. I am trying to play .flv video ...
1
vote
1answer
377 views

How to integrate google+ in a flex mobile application

Anybody know how can integrate google+ in a flex mobile application. While i tried to authenticate with google+ getting an error like text="Error #2032: Stream Error. URL: ...
0
votes
1answer
749 views

Adding A Date Picker For Mobile Project Flash Builder 4.6

This is my code for my UI i am currently using, i would like to add a date picker for android into this code. The field that has the Id="datepicker" is where i am looking to add the date picker. Also ...
0
votes
1answer
256 views

Connect .mxml component to another

How can i click a button on an .mxml component to open a specific selectedItem on a spark List from another .mxml component!? Thanks ;-)