0
votes
1answer
17 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
0answers
18 views

How to stop overriding save method in spark datagrid when clicking a button

I had a main application like this <?xml version="1.0" encoding="utf-8"?> <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" ...
0
votes
1answer
22 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
46 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
0answers
61 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
43 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. ...
0
votes
0answers
49 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
1answer
64 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
1answer
65 views

Get a CSS style value from custom component

I have a style: .rating{ fontSize:24; } and a custom MXML Component of type s|Graphic. How can I get the fontSize value from the component in actionscript? I tried: public var fff:String = ...
2
votes
1answer
143 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
373 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; ...
3
votes
1answer
72 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
votes
1answer
107 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 ...
5
votes
3answers
192 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 ...
3
votes
1answer
202 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 = ...
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 ...
1
vote
1answer
76 views

How to detect the click in the middle of a SpinnerList control? With test case and screenshot

How do you detect the click at the item in the middle of a SpinnerList control? I.e. the typical situation - when user scrolls the SpinnerList, until the needed item is in the middle and after that ...
0
votes
1answer
38 views

Call a function in the parent View from the inline Callout (acting as confirmation Alert)

I'm trying to add an inline Callout to my networked flex mobile app which would ask the user - if she is really sure, that she wants to leave a chat room. However I get the compiler error - because ...
0
votes
1answer
81 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%" > ...
1
vote
1answer
63 views

ColumnChart: how to get rid of shadow behind columns?

I have few questions about ColumnChart please (screenshot and code below): How to get rid of the shadow drawn behind each column? I've tried adding <mx:filters /> but it hasn't helped How to ...
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 )
1
vote
1answer
260 views

How to differ between phones and tablets while developing in Flex mobile?

I use applicationDPI in a Flex mobile card game: <?xml version="1.0" encoding="utf-8"?> <s:ViewNavigatorApplication xmlns:fx="http://ns.adobe.com/mxml/2009" ...
0
votes
0answers
90 views

flex mobile: cameraRoll works on android but on on iphone/ipa

This code works perfectly on my android, but not on ipad/iphone. I am using flex4.6 On ipad: I can browse for images, select one but then image1 is not set and remains blank. private function ...
0
votes
1answer
128 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
239 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 ...
1
vote
1answer
348 views

How to place button inside of TextInput in Flex 4.6

I want to add button with image in TextInput Like in image bellow Please suggest me the crystal clear way to do so!!
0
votes
2answers
169 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
1answer
79 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
257 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" ...
-1
votes
1answer
279 views

Scrollbars are not showing up in Spark DataGrid with Flex 4.5.1 but do show up with 4.6

I have a Spark DataGrid that does not show Scrollbars when the SDK is 4.5 or earlier. If I set the SDK to 4.6 they show up correctly. Has anyone seen this or knows how to get the scrollbars to show ...
0
votes
3answers
158 views

Flex Device Model and Make information

Is it possible to detect the device model and make information from a flex 4.5 sdk application, like Samsung Galaxy Tab 2.0 or Apple iPad 4 etc., Thanks Fayaz
1
vote
1answer
112 views

embedded resources with incremental build provokes runtime exception with Flex 4.5 and 4.6

When I compile my application with ant and incremental build, the embedded images provoke runtime exceptions. [Embed(source="/assets/logo.png")] [Bindable] public var logo:Class; <mx:Image ...
0
votes
1answer
69 views

How to launch 2 applications in Flex mobile?

I am building 2 applications in flex mobile. These applications should communicate together (a kind of chat system). My problem is that I cannot run 2 applications in Flex Builder at the same same: ...
1
vote
0answers
100 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
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
2answers
232 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
447 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
0answers
164 views

Adding shining (glare) effect to a SpriteVisualElement

In many flash games when a player wins some virtual money, the coins will be first placed at the playing board, shining or glaring, to invite the user to touch them. And then they will fly/tween to ...
0
votes
0answers
169 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 ...
0
votes
1answer
553 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
0answers
186 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 = ...
0
votes
3answers
1k views

Push notification for Iphone App using Flex mobile developement

Iam working with a flex mobile project which requires push notifications for both android and ios .Already done the android part using flex native extensions adding ane file. Interested to know about ...
0
votes
2answers
434 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
671 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
430 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 ...
0
votes
0answers
278 views

Modifying a spark.components.DropDownList to act like mx.controls.PopUpButton

Is it possible to add a "push button" functionality to Spark's DropDownList? (I.e. you select an item from the list and then click at the "main button" to dispatch an event). Can this be achieved by ...
2
votes
1answer
378 views

How to ensure that the popUp always displays above the PopUpButton? With test case and screenshot

Few users of my Flex 4.6 web application are complaining, that the mx.controls.PopUpButton at the right bottom corner of it sometimes opens a List underneath it and is thus unusable (I can't reproduce ...
1
vote
2answers
464 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 ...
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, ...

1 2