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.

learn more… | top users | synonyms

0
votes
0answers
46 views

Flex mobile: Panel with SQL data

I am new to Flex and I am trying to find a way to accomplish this in flash builder. Here is an overview: I am creating an app that saves logs for a car in an SQL database. Each car has its profile ...
0
votes
0answers
149 views

FlexPaper - Cannot load remote SWF files into AIR application

I'm trying to load a SWF into a simple app for test purposes. The SWF has been compiled using swftools-0.9.1 using the following command: /usr/bin/pdf2swf 10993.PDF -o 10993.SWF -f -T 9 The SWF ...
0
votes
1answer
89 views

How to send mail from flex mobile application 4.6 without popping up any mail client. I am going to deploy this app on Ios and Android.

I am new to flex 4.6 and want to send mail with all the fields of email aumatically generated. i want to do this all on a single click.
1
vote
1answer
124 views

Flex: Is it a good idea or design to include an MXML another MXML file?

I want to know if its a good idea to have an mxml file for each component, then inline these various components in one mxml file and able to communicate between these mxml files ? For example I have ...
1
vote
1answer
224 views

flex 4.6 pom file depency is not resolving

I am trying to convert flex 4.6 project into maven Following is my pom.xml <build> <sourceDirectory>src</sourceDirectory> <plugins> ...
2
votes
1answer
140 views

Dragging in spark List does not work in Flex mobile app? Test case and screenshot attached

I would like to reorder items of a List in a Flex mobile app by dragging them around with a finger. As a first step I have copied the example from Adobe document Using drag-and-drop with list-based ...
0
votes
1answer
84 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 ...
2
votes
2answers
102 views

how to change shared object path when I save data in it

how to change sharedObject save location,I want to save shared object on server for particular user, what I do for this?
2
votes
2answers
54 views

Save shared object in database

Can we save SharedObject in Database if yes then how? I want to save multiple SharedObject's in Database and when I would select from one of them i'll be able to select...
0
votes
1answer
347 views

Spark List in Flex mobile app: Pull down to refresh - with test code and screenshot

Trying to implement "pull down to refresh" I've created the following simple test code (please just add to a new Flash Builder project, with "blank" template, i.e. without navbar): Screenshot: ...
2
votes
0answers
109 views

Unicode that is not recognize properly

I'm using in Unicode in my application using for(var i:int=0;i<16;i++) { for(var j:int=0;j<16;j++) { button = new Button(); button.x = j*35+10; button.y = i*20+10; ...
0
votes
0answers
68 views

swfaddress setValue() with amazon s3 bucket

For my flex apps deeplinking, I use swfaddress 2.4. It works before but now problem occurred when I migrate my flex apps to be hosted on Amazon S3 bucket. I have done this: policy file set on each ...
4
votes
2answers
100 views

Save image in sharedObject

How to save an Image into SharedObject? I'm using SharedObject for save application state,It is working well for Text Object and UIComponent well,but saving an Image create problem.It doesn't throw ...
4
votes
2answers
159 views

Could not resolve <s:Sequence> to a component implementation after adding AIR 3.6

Since changing to the AIR 3.6 I'm getting many errors such as: Could not resolve <s:Sequence> to a component implementation. If I switch to the built in Flex SDK 4.6.0 it works fine. I'm using ...
2
votes
1answer
79 views

can we use textArea inside a textArea if not then how to write matrix of trigonometric functions

How to use textArea inside a textArea or can be another text editor to write some mathematics equations,matrix etc?
3
votes
1answer
70 views

How to use IExternalization?

I want to save the application state that contains some UIcomponents as shown in image. When the user leaves the editing mode the work should save in some form so the user can edit later. I'm not ...
1
vote
2answers
191 views

create a JSON file and save into disk

how to create a JSON file for any object and save it on disk. after some days retrieve it back?
-1
votes
1answer
101 views

Inheritance with Flex mxml files - screenshot attached

In a Flex mobile app I have 5 Views, handling OAuth logins through 5 different social networks - including Google+ and Facebook. The Views are being selected through the menu shown below: The ...
0
votes
1answer
37 views

How can I create a working swf that embeds a mp3

I am using the following code from the Adobe ActionScript guide (Programming ActionScript 3.0 for Flex): package { import flash.display.Sprite; import flash.media.Sound; import ...
5
votes
3answers
188 views

Implement an Undo Redo in flex

How to implement Undo Redo operation in flex 4 for maintain history? I'm working with flex UIComponent and DisplayObjects for creating and editing diagrams,but in flex there is no way to handle user ...
2
votes
2answers
230 views

how to work registerClassAlias() method for custom mxml components

I have flex mxml custom component(Graphic).According to requirement a need to copy them as copy or cut operation.but problem in the registerClassAlias() method,how it will work for custom graphic or ...
0
votes
2answers
76 views

Scroller not work under custom layout in flex

I've created a custom layout and apply like code given below: <mx:Accordion x="10" y="10" width="292" height="417"> <s:NavigatorContent width="100%" height="100%" label="Electronics ...
0
votes
0answers
53 views

layer concept in flex using mxml

I am new to flex development, i am using flashbuilder 4.7, flex4.6 for making mobile application. i want to make a footer for application navigation on mobile devices footer is always above the other ...
0
votes
2answers
103 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
3answers
412 views

Flex TextArea and TextInput on mobile not positioning correctly

I've had two issues when working with TextArea and TextInput on mobile components I don't know how to solve. The first is that the TextArea text does not position correctly and the second is that it ...
0
votes
1answer
130 views

Flex 4.6 Mobile: How to move active view and put a menu behind it

I have a ViewNavigatorApplication in Flex 4.6 and I wish to implement an application menu which is very similar to the one in the Facebook mobile app. Specifically: When the menu button is pressed, ...
0
votes
0answers
115 views

label focus color and label focus visibility in flex 4

There is any way to define label focus color and visibility in flex 4.5 and how to set label border color.
1
vote
1answer
161 views

Flex DataGrid not wanted DataTip appears

Attached you will find a small project to show the issue, there is a screenshow as well in the zip. http://imageshack.us/photo/my-images/21/screenhunter50jan140842.jpg/ Uploaded with ...
3
votes
1answer
200 views

cut copy paste with DisplayObject(Group ,UIComponent) in action script 3 flex 4

I am implementing Cut Copy Paste in my application like cacoo. but I face problem during these operation. i'm using idea behind cut copy paste var className:String = ...
0
votes
1answer
303 views

Flex 4.6: setting a textFormat on textInput

I'm trying to set a textFormat on a textInput component. Like so: var testText:TextInput = new TextInput(); testText.text = "TESTING"; addChild(testText); var tf:TextFormat = new TextFormat(); ...
0
votes
0answers
164 views

Flex 4.6 click event handler function executes twice

I am stumped on this one. I have googled with no luck in finding an answer to my issue. I am sure it is my validation function but I just don't see it. I am trying to validate all of the validators ...
5
votes
1answer
535 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
188 views

Save Application state on Disk or some where so user access it later

In flex builder 4.5 i'm working on a project like cacoo. I want to save diagrams(display object,ui components,text) before close the application into somewhere than I would be able to access after ...
0
votes
0answers
210 views

Flex Mobile: Swipe and ToggleSwitch gesture confusion

I am trying to use swipe gesture in my mobile app to move between views, and followed the tutorial from here: ...
0
votes
1answer
298 views

Display 3 pie charts in a Flex mobile View - test case and screenshots attached

I display 3 pie charts for every user of a game in a very simple View (the source code is pasted below). The charts represent opinions of other players - if the displayed user plays good, fair, ...
1
vote
1answer
128 views

Assigning arraycollection in component as dataprovider for datagrid in main app

Hi I have a simple (I think) question. I have the following custom component in Flex 4.6 (partial code). <fx:Declarations> <!-- Place non-visual elements (e.g., services, value ...
1
vote
1answer
193 views

Enable Button only when 2 TextInput fields are not empty - code and screenshot attached

In a Flex mobile app (or any Flex 4 application) - how can you enable/disable a button depending on the contents of 2 other fields? I am pasting my very simple test code below and the problem with ...
0
votes
1answer
150 views

Flex FocusManager - Pressing Tab causing stack overflow in a multi-versioned app

I have a top application (which is built using the 4.6 SDK) that loads a sub-application (which is built using the 4.1 SDK). Most of the content, in this state of the app, is contained by the ...
0
votes
1answer
132 views

JSON & Flex Tree Control

I have been tinkering around with XML and the Flex 3 Tree component using XMLList and loading my webservice into the dataprovider of the tree. However I am having a lot of problems formatting the ...
1
vote
1answer
178 views

Flex Datagrid not updating

The question: I have an accordion with 3 index's, each containing a component. That component is always the same one (an ordinary datagrid). This datagrid receives his data through php and JSON. Now ...
0
votes
1answer
104 views

How to display selected item of database table into an empty table of the same database

I have two tables named Test and Save_Test..Test table has one column with five values and Save_Test table has one column with no values..I need to create save button in such a way that when I select ...
0
votes
0answers
63 views

Stacked Column chart with area series

I have a requirement in flex like, i want to display 4 series in Column chart. In that 2 are column series(not stacked) and 2 are area series(stacked). How can i make those two area series in column ...
0
votes
2answers
56 views

Changing States does immediate make changes in Flex

I have an application that switched between different graphs in Flex. Each graph is it's own state. In the MXML I have it set so that the source of the image change when the state changes: ...
0
votes
2answers
202 views

how to dynamic linking for the .ane files

I created a native extension. I can debug this application as an desktop application. Working well, there is no problem while using native extension classes. But When I debug for Premiere Pro, I get " ...
0
votes
1answer
136 views

Embed images from swf file in flex

How to create vector images swf file in flash, and how can i use the swf file to get images in flex. Could you please some one help me on this. Thanks in Advance.
2
votes
1answer
465 views

how to retrieve data from database using flex code

I want to display the values coming from database in a datagrid using flex. Here is my code. I am using webservice. I have database values from application1_initializeHandler() method. How to fetch ...
1
vote
1answer
126 views

highlighting mx:datagrid individual cell on drag event

I'm new to flex and recently assigned a project where I need to work on datagrid to make it able to highlight individual or multiple (but adjacent) cells based on the item being dragged from a list. ...
0
votes
0answers
63 views

Performance Issue with flex charts in Ipad application

I Have created charting application in Flex4.6 for IPad, when i run the application in IPad to load the charts is taking long time (15 - 20 secs). Is there any performance issue with flex chart ...
1
vote
1answer
108 views

Where does spark SWFLoader store the loaded file?

I'm building two AIR apps - desktop and mobile. When using the spark SWFLoader to load a remote SWF file, the desktop app seems to cache the file when loading for a second time (progress jumps to ...
1
vote
1answer
103 views

How to maximize a spark.components.Callout? Screenshots attached

How to maximize a Callout, so that it takes the maximal available space at the screen? I'm trying to display a ViewNavigator in a Callout and while it works, the displayed View is too narrow: In ...