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
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
1answer
141 views

AIR application update itself?

How to make AIR application update itself with newer version ? ( AIR on Android and iOS ) ( Flex 4.6 )
0
votes
2answers
446 views

flashdevelop for game development

I'm trying out flashdevelop for flash game programming. I've searched around and any good resource tells me the flash IDE way of doing things. searching again, i come across flex, mxml, flex sdk. I ...
0
votes
1answer
27 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?
0
votes
1answer
63 views

how can I simulate a spinner selection in flashbuilder 4.6 / actionscript 3?

I have a situation where Im using a datespinner component to allow the user to specify a specific date which is used for a search function. I've just added gestures for left and right swipe that will ...
0
votes
3answers
418 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
305 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
1answer
211 views

could not be able to run AIR .apk file on android emulator

I have developed a mobile app in Flex 4.6, and generated a .apk file in following way and installed on android emulator. installation is successful but while I'm trying to run that app, popup ...
0
votes
1answer
169 views

Why state transitions does not work in a flex mobile application?

I want to add transitions when state is changed in a flex mobile app like this: <s:states> <s:State name="State1"/> <s:State name="resultsState"/> </s:states> ...
0
votes
1answer
112 views

Using RichText for mobile devices

In an iPad app I need to see superscript and subscript and special fancy medical/science characters for foot notes and mathematical symbols. I’m using rich text and flow text as I outlined in one of ...
0
votes
2answers
168 views

could not be able set labelField of List Control in flex 4.6

I'm not able to set the Label of List Control which I first save to SQLite database and then show that as lebelField of List control my code is following : List of Cities mxml is : <?xml ...
0
votes
3answers
404 views

flex mobile : textInput does not clear prompt on focus

a simple <s:TextInput x="163" y="117" prompt="hello"/> Does not clear the prompt on focus, but clears the prompt when user first type in a letter. This is the behaviour on flex mobile ...
0
votes
1answer
81 views

Flex tree : any way to reduce vertical spacing between nodes?

I would like the tree to render each node with less vertical space between them. Any suggestions?
0
votes
2answers
231 views

Can we change the minimum Flash Player requirement for Flex 4.6 SDK to 10.2?

Is it possible to change the minimum Flash Player required to version 10.2 for Flex 4.6 SDK? Currently the minimum required by the SDK is 11.1. If it is possible to change it what would happen when ...
0
votes
1answer
321 views

Flex4 List itemRenderer isItemSelected() method

In flex3, List has isItemSelected() method, but I didn't find them in flex4. My scenario is determining whether the current ItemRenderer is selected or not, and then depends on the selected value, do ...
0
votes
1answer
141 views

Flash Builder Localhost works 100% Remote Host just shows title of Object for every entry

I have finally gotten my Flash Builder to look at my remote services but now I have a problem that my Remote information, which should be the same except for alot more entries, just displays each ...
0
votes
1answer
355 views

Mobile App Using Remote Web Server

I must say that I am reaching the end of my tether with Flash Builder and Flex. Firstly, I have built this wonderful app that I want to start using but it is data driven meaning that when I built it, ...
0
votes
1answer
737 views

Can't find huge memory leak in a Flex 4.6 web application

I have a Flex 4.6 web game which displays 2 Lists with virtual layouts with 2 custom item renderers. The renderers consist mainly of BitmapImages displaying user avatars + few Labels. The Lists ...
0
votes
1answer
607 views

Adobe AIR3 Mobile – Is it possible to add native Android visual elements with native extensions?

i need to add some native android elements to stage. Is it real? Thanks in advance.
0
votes
1answer
1k views

Flex 4.6 spark FormItem inner gap (padding) cannot be removed?

Working with Flex 4.6 spark forms, i encountered strange behaviour: FormItem element ALWAYS has inner gap (padding), which cannot be removed. Red area on image ilustrates the unwanted GAP that i ...
0
votes
2answers
126 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: ...
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
1answer
299 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, ...
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 ...
0
votes
1answer
96 views

How to open and keep session from AIR application?

How to open and keep session to a specific web server from AIR application ? so far i tried this way, but no luck : var qHeader : URLRequestHeader = new URLRequestHeader(); var ...
0
votes
2answers
116 views

Including only Flash Player classes not AIR from library project when classes using Ant

I have a library project that is generic (supports browser, mobile and desktop profiles) and a Flex project that runs in the browser and depends on this library. When I debug or create a release of ...
0
votes
1answer
80 views

Label is not aligned correctly in FormItem on mobile

The FormItem is not aligning correctly on mobile. Is there a fix for this? <s:Form width="100%" backgroundColor="#ff0000"> <s:FormItem label="First Name" width="100%" > ...
0
votes
1answer
912 views

Flex 4.6 Mobile - TextArea & TextInput Skin Issues

This is for Flex 4.6 on AIR 3.1. I've also got the same issue in AIR 3.5. In the app I'm currently working on I had issues with text from textinputs and textareas staying on the screen between views, ...
0
votes
1answer
126 views

Setting text color in a StyleableTextField

Please advise me, how to set the text color in a StyleableTextField. The following doesn't work for me (the color stays black): tf.setStyle('color', 0xFF0000); And this too: ...
0
votes
1answer
238 views

flex mobile: how to use skinClass and softKeyboardType?

My flex 4.6 mobile application uses a customized skinClass. Trouble is the softKeyboardType seems not to work anymore when using skinClass differant than the default one. Any idea how to combine both ...
0
votes
1answer
78 views

Restore search string and visible List index when popping a View

In a mobile Flex game I have a View listing a weekly top of players. It works well enough :-) On the top I have a search field. Also when you click a player name in the list, another View is pushed - ...
0
votes
1answer
206 views

Flex : data binding to numeric stepper not working

I'm trying to get two way data binding to work with a numeric stepper. It binds from value to display OK, but when I update the GUI the model value is not changed. How can I fix this? <?xml ...
0
votes
1answer
253 views

flex mobile validation: how to remove red error border?

I use validators in my flex mobile application. I want to remove the red border when validator has triggered an error. <mx:EmailValidator id="emailV" source="{login_txt}" property="text" ...
0
votes
1answer
121 views

Flex tree : make caret not appear when tree node has no children

Is there any way to prevent displaying the ">" caret before the tree node if the node has no children? I'd like it to not display when children is an empty ArrayCollection. I know you can set the ...
0
votes
1answer
61 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
1answer
423 views

Flex 4.6 SplitViewNavigator - Display / Hide Navigators

I have just started a new project and am looking to use the SplitViewNavigator layout for some of my screens as it lends itself well to what I'll be doing. However not all of the screens should use ...
0
votes
2answers
175 views

flex 4.6 mobile application: can I make .exe from it?

I am developping a mobile application with Flex4.6. I could create an output for ipad and android. I could also create an AIR application. Is that possible to create an .EXE for PC from this AIR ? ...
0
votes
1answer
446 views

Flex mobile - increase list scrolling performance

Imagine a tablet app that displays two content areas side by side. They completely fill the display, so are 100% in height and 50% in width. Lets assume we add a list to one container. Naturally this ...
0
votes
1answer
489 views

Accessing values in Flex Object result from Zend AMF originated as PHP associative array

I cannot access values in Flex Object (ArrayCollection) after I receive it from Zend AMF. The original type sent is PHP associative array which is simply returned like return ...
0
votes
1answer
87 views

Screen dimensions not updating in time for bindings, Flex Mobile

I have an app that is displaying images. It resizes them based on screen rotation, usually setting "picwidth = screen.width", where "picwidth" is an attribute that the width of each picture is bound ...
0
votes
1answer
417 views

Merge two sound files into a new file

How can merge two sounds and save as a new file?. One sound is a loaded mp3 file and the other from the microphone. Then I need to upload this sound into a server. Is this possible?
0
votes
2answers
585 views

Flash Builder (Mobile) - Dynamic Web Service URL

For my Flash Builder 4.6 Project I have a http service defined which looks at a url from our website. What I'd like to be able to do though is to change the web service url on the fly within the ...
0
votes
1answer
552 views

how to read SD card data in android mobile application?

I am building an android mobile application in Flex 4.5, Which will read some data from SD card and display data in container like image. But i am not able to access SD card in flex mobile ...
0
votes
1answer
649 views

Flex/AIR Mobile: TabbedViewNavigator selectedIndex not working

I have a Mobile Project in FB 4.6 with a TabbedViewNavigator. I have 4 buttons at the bottom, which are ViewNavigators, and act as the Tabs. For this instance, lets say the tabs are labeled, HOME, ...
0
votes
1answer
276 views

Flex Mobile View Component Access Main Application

Is there a way within Flex Mobile 4.6 to access the main application from within a <s:View> component? Let's say my program looks like this: Main application: ...
0
votes
1answer
726 views

Adobe Flex 4.6 WebService request timeout

The code to get connected to my WebService (Lotus Notes Database) is created by the Flash Builder over "Data/Connect with WebService...". All works fine, but I have a problem to increase the request ...
0
votes
1answer
2k views

Flex 4.6 Mobile Custom IconItemRenderer for List component

I want to create a custom IconItemRenderer for List, which looks something similar to this --------------------------------------------- 1-179503881 3/13/2012 I am ...
0
votes
2answers
432 views

Select an FXG file at the runtime - by its name

I have a test case demonstrating my problem. It runs instantly, when you add the following 4 short files into a new Flex Mobile project in Flash Builder 4.6: src/TestFXG.mxml: <?xml ...
0
votes
1answer
666 views

Using FXG graphic in a Flex mobile app works with MXML, but not with ActionScript

I have read the Adobe's docs Using FXG and Embedding application assets, but can only embed the FXG through MXML - MyStars.mxml: <?xml version="1.0" encoding="utf-8"?> ...
0
votes
1answer
429 views

Flex 4.6 Increasing Socket Receive Buffer Size

I am having an issue with sockets where the data I'm sending is getting truncated on the client side (Flash/Flex). The data that is sent by my server is full and in tact, but flash does not wait the ...