Flex 4.6 is for issues in version 4.6 of the Flex SDK. Flex SDK is an open source framework for building and maintaining mobile applications and also web applications that deploy consistently on all major browsers, desktops and operating systems.
0
votes
0answers
6 views
Flex mx:window transparency control
I am working in flex 4.6 air application in which i open a mx:window (new window).
How can i control the transparency of this this window by using slider value.I mean if i change the value of slider ...
0
votes
0answers
14 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
1answer
81 views
How to get Mobile number using Flex 4.6 Mobile Application?
This is Bhanu Teja. I am new to Flex mobile application. Can any one let me know, "How to get the mobile number in our flex mobile application". I am using Flex 4.6.
Thanks & Regards
Bhanu Teja ...
0
votes
0answers
183 views
how to write data in SD card in flex mobile application?
I want to copy a file/folder from app-directory to SD card when application initialize. I used all three ways of writing data in flex. Please follow the code below:
var sFile:File = ...
1
vote
1answer
49 views
How do I completely exit a Flex 4.6 Air mobile Android app?
Ive been trying to add a button to properly exit an Android app, built using Flex 4.6. I have used the command NativeApplication.nativeApplication.exit(); which seems to work on the emulator, and ...
1
vote
0answers
13 views
Flex mobile: waiting view is rendered before pushing the new view
This is a big problem I have, especially with non-embedded images:
After a navigator.pushView some elements are rendered DURING and AFTER the transition is occurring. Causing transition jittering and ...
0
votes
1answer
114 views
flex air mobile sending SMS with native extension ANE
I try to run :
http://www.smallscreendesign.com/2011/09/29/air-native-extensions-rock/
I downloaded the code and imported the project folder (AndroidExtensions_Demo) in Flash Builder 4.6, changed ...
2
votes
0answers
56 views
Requirements for using NetStream.seek()
I'm using a NetStream class to play video using Video class or stage video , there is no seek bar to backward or forward video , i add seek bar to video but the seek function not work exactly , it ...
0
votes
1answer
55 views
How to bring an area above the iOS softkeyboard using flex 4.6
I have a number of UI components in the screen. When i click on a text input in iOS, the keyboard is displayed but it overlaps some of the UI components like another text input and a button. I want ...
0
votes
1answer
32 views
Need Help in Dropdownlist to set specific contentcolor but not Contantbackground color
Can anyone provide me solution for this facing problem: I am using dropdownlist in flash 4.6 , where I have applied custom skin. custom skin contained on button , label, Datagroup. So, I want to ...
0
votes
1answer
19 views
Context menu not working in flex 4
Context menu is not working with datagrid in flex 4.6 sdk. I have a project developed using flex 3.6 sdk. My goal was to make it compatible to run in flex 4.6 sdk .Its running fine in flex 4.6 but the ...
0
votes
2answers
624 views
Flex Mobile, which map to use for Android and iOS
I have been developing flex applications for a while now and at last i got a major customer who needs a mobile application using maps. After a bit of researching i found out that all the flash apis ...
-1
votes
0answers
22 views
How to copy paste a line drawn on Group container?
I don't understand how to do this.Please provide me the code.I am able to draw a line only but not copy paste operation.
0
votes
1answer
60 views
Veriable persistence in Flex 4.6 Mobile applications
I notice that bindable public vars are not available between views, what is the best practice for seeing a central set of variables across an entire application.
Regards and thanks in advance for the ...
0
votes
0answers
44 views
http error 405 with mobile flex application
i am having an issue everytime i try to upload an image from a flex mobile application to an IIS directory and this directory is configerd to be web application
i get an HTTP error 405 'method not ...
0
votes
1answer
50 views
AIR app on iPad - start crash
I created and installed an application for iPad according to the following instructions:
Apple iOS development process using Flash Builder
However, when I run this simple application, for about a ...
0
votes
2answers
111 views
How to get Flex SWFLoader unloadAndStop to unload sound also?
public var swfLoader:SWFLoader = new SWFLoader();
[Embed(source="/some/file1.swf")]
public var file1:Class;
[Embed(source="/some/file2.swf")]
public var file2:Class;
then I do:
...
2
votes
1answer
29 views
How to make selected text in text area bold,italic etc and then add it on rich text?
I made selected text in text area bold,italic etc but i am not able to maintain bold ,italic properties when adding text on rich text.
0
votes
1answer
25 views
TabBar current button click
I have a TabbedViewNavigatorApplication with three tabs.
I want to call a function when the current active button tab is clicked again.
How can it be done?
5
votes
1answer
524 views
Display bug with Front Camera, Video and VideoDisplay in Adobe AIR (Flex 4.6.0) for Android
I'm current working wits AS3 and Flex 4.6 to create an android application.
i'm using the front camera and attach it to a local Video object that i add as an child to an VideoDisplay object.
When i ...
3
votes
3answers
141 views
How to display custom player controls on youtube chromeless player using Flash builder 4.6?
I have a View component which initialises youtube cloud api using "http://www.youtube.com/apiplayer?version=3&modestbranding=1" url and plays the video fullscreen. It has play, pause and progress ...
-1
votes
0answers
18 views
How to draw a line on group container with the help of mouse move and perform operations like copy,paste,resize etc?
I drawn a line on group container.But I want to select the line and perform operations mentioned above.
0
votes
0answers
16 views
How to add updated text which is in text Area to be added on Rich Text?
I have write something in text Area.After that applied properties like bold,italic etc on subset of text in text Area.Now I want to add this updated properties to be added with text in ruch Text.
0
votes
0answers
31 views
How to Applying operations like bold,italic,color etc on selected text of rich text?
I have a dragged object(like rectangle).when I double click on rectangle rich text will become visible and I can write text on rich text and applying operations like bold,color etc.After applying all ...
0
votes
0answers
55 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 ...
0
votes
0answers
9 views
Copy paste of dragged object in flex after updating text of rich text?
I have dragged an obect .This object contain a rich text.When I double clich on rich text to update or change its content.I am not able to get updated text.I got previous text.How shoul I get updated ...
0
votes
0answers
10 views
In flex how should I copy and paste line drawn on group container?
I have drawn a line on group container.Now if I want to perform copy of that line i am unable to do that .How should I do that.Help me.....
2
votes
1answer
32 views
How to change text format of text area in Flex 4?
I have taken a rich text editor in text area. When I edit the text and perform operations like bold, italic etc. it does not affect the text. Please help me.
-3
votes
0answers
30 views
How to use Johnson in flex? and what is its major benifit? [closed]
I am using flex 4.6 and action script 3.0.I need to use Johnson in our application.
2
votes
2answers
55 views
Inserting text in text area at current cursor position from keyboard as well as from programmer made keyboard in flex4?
I am trying to insert text at current cursor position.I am able to insert text at current cursor position by keyboard but not able to insert text by programmer made keyboard.
3
votes
0answers
17 views
In flex how should I copy and paste connector connecting two object
I have dragged objects from Diagram Palette on to the Group container.After that I clicked on connector button and then connect dragged objects by mouse move.Now i want to perform copy and paste.On ...
4
votes
0answers
27 views
On mouseover how to highlight an object's point so that I can draw connector from highlighted point
I want to develop similar features as in http://www.cacoo.com for connector.Please somebody help me its urjent.
0
votes
2answers
99 views
How to force invalidation in Flex 4 TextArea component?
I have a TextArea in a mobile application that I want to force invalidation on a certain event. So far I can do this:
myTextArea.width = myTextArea.width + 1;
I know it works because the text area ...
0
votes
0answers
20 views
FileStream security error
I am developing multithreaded application in Adobe Air 3.6 with Flex 4.6. I am using FileStream class inside the Worker thread which is created in separate SWF file. When I declare the variable like ...
4
votes
1answer
71 views
How to find current cursor position in textArea in flex4?
I want to write something in text area with keyboard(built in keyboard) and want to add something other from the keyboard made by me at the current cursor position.
1
vote
1answer
4k views
Using mx.charts in a Flex mobile project
Adobe states that Charts are supported in mobile projects but when I try to change the following working files (created project with File - New - Flex Mobile Project - Google Nexus One):
MyTest.mxml:
...
4
votes
0answers
24 views
How to perform copy paste operation of a line drawn by mouse on Group container?
I am working on a project where i need to perform copy and paste operation.I draw a line with the help of mouse on Group container.Now i want to paste it.Please provide me the solution...........
0
votes
0answers
13 views
How to copy and paste a line drawn by mouse on group container? [closed]
Copy paste should be done with the help of mouse.I am using flex4.6 and actionScript3.0.Suggest me the right way.
1
vote
2answers
50 views
Android ignores the autoOrients setting in XML after reloading app
I have a small problem with my Android app.
Within my control XML i have
<autoOrients>false</autoOrients>
<aspectRatio>landscape</aspectRatio>
and this works also on the ...
1
vote
2answers
460 views
How to create a Flex image with transparent border and rounded corners?
I have a photo in a Flex project:
<s:Image source="@Embed('images/photo.png')" />
But now I'm wondering if I can make this image as the image below, in Flex (4 / 4.5 / 4.6) (in MXML ...
2
votes
1answer
44 views
How to draw different shapes using pencil on group container and resize and rotate it in flex4?
All operations like moving,rotating,resizing drawn shape can be performed.I'm using as3 and flex4.6.
1
vote
0answers
20 views
Connector for connecting two diagram in flex4?
I have drawn a connector connecting two diagram but i am not able to select connector so that i can perform operations like copy paste resize.But i am able to select diagrams.Please guide me......
1
vote
0answers
40 views
swap 2 values in a flex spark list with animation
I use Flex4.6
<s:List useVirtualLayout="false" dataProvider="{questions}" itemRenderer="myrender" />
My goal is to swap 2 items of the list and include a slide animation between them.
...
1
vote
0answers
14 views
How to select all display object drawn on group container on mouse drag?
I'm using actionscript3.0 and flexbuilder4.6.I am unable to select object drawn by pencil on group.suggest me right direction.
0
votes
0answers
20 views
How to perform copy paste operation of display object on group after updation (like editing text written on display object) [closed]
I'm using flex4.6 and actionscript3.0 .Please suggest me the appropriate answer.I'm new user of flex4.6
0
votes
0answers
99 views
Play swf file using flex like Virtual Girl
I am working on Flex 4.6 Air application in which there is a list and the data is transparent background swf file. My problem is that when i double click on the list item the respected swf file should ...
1
vote
0answers
23 views
How to select diagram drawn by pencil on group so that user can resize and rotate it?
I have drag some diagrams from Diagram palette and some diagram drawn by pencil.Please suggest me the right flex code.Please help me.........
1
vote
1answer
82 views
Flex 4 - Set focus to none
I'm building an Away3d application which uses Flex 4.6 for UI. The arrow keys are required to move the 3d components - however, after using a component such as a slider, the application gives it ...
0
votes
0answers
48 views
flex how to reorder a list without refreshing its content?
Here is a screenshot of my application.
This is a <s:list> component with an itemRenderer
When pressing up adn down buttons, the item should go down, up without refreshing the whole list (this ...
0
votes
0answers
66 views
How to retrieve Session data in flex Remoting?
I am doing a simple log in for the users. I want to store the userId and the password in a session so that I can access it later any where in the application. I saw this example online
I using ...



