Questions tagged [flex-mobile]

Questions concerning the mobile classes created in Flex version 4.5 and higher.

Examples of Flex Mobile component classes:

  • ViewNavigatorApplication
  • ActionBar
  • IconItemRenderer
250 questions
0
votes
3 answers

Mobile Flex 4.5 FormItem errorTip not showing

I'm currently trying to use the numbervalidator to validate that a couple of my fields that are using decimal values. I'd like it appear how the mx examples show e.g.…
Rjs37
  • 189
  • 1
  • 13
0
votes
1 answer

Given a city display the native map at Android / iOS - using an URL

For Flex mobile there are several ways to display maps using .swc files coming from Google (deprecated), ArcGIS, MapQuest and probably more... Then probably an embedded browser (StageWebView component)could be used with Google maps JS API... And…
Alexander Farber
  • 21,519
  • 75
  • 241
  • 416
0
votes
1 answer

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: tf.setStyle('color', 'red');
Alexander Farber
  • 21,519
  • 75
  • 241
  • 416
0
votes
1 answer

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 ?
yarek
  • 11,278
  • 30
  • 120
  • 219
0
votes
1 answer

Flex - Retrieve and store variables from PHP

EDIT - Looks like you cannot parse data from PHP without going through XML. Using JSON will be the best way. Source I'm very new to Flex been using it for 2.5 days. My Flex application accesses a PHP script that calculates two numbers. The script…
Tristian
  • 65
  • 1
  • 6
0
votes
2 answers

flex mobile: cropped delete icon on ipado on textInput component

here is my CSS for textInput s|TextInput{ skinClass: ClassReference("spark.skins.mobile.TextInputSkin"); contentBackgroundColor:#FFFFFF; focusAlpha:0; showPromptWhenFocused:false; } and I use simple:
yarek
  • 11,278
  • 30
  • 120
  • 219
0
votes
1 answer

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 - displaying more info for that user: I have 2…
Alexander Farber
  • 21,519
  • 75
  • 241
  • 416
0
votes
3 answers

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.
yarek
  • 11,278
  • 30
  • 120
  • 219
0
votes
1 answer

could not be able to work with list control in flex 4.5

I want to be selected that new Item in list when I give new value to dataProvider but it selects the item that was firstly selected, and how to make that selected permanently on App start up.
Arshad Ali
  • 3,082
  • 12
  • 56
  • 99
0
votes
1 answer

could no be able to get data from sqlite database in flex

I'm making a mobile app in flex 4.5, I want to get name of person and age of person then save to sqlite database done my code looks like : public var personNamesDB:File; public var dbConnection:SQLConnection; protected function…
Arshad Ali
  • 3,082
  • 12
  • 56
  • 99
0
votes
2 answers

Flex Mobile HTTP Request Error on apk file

I'm developing an android application using Flex Builder 4.6. It's fairly complicated app and I'm using HTTPService for communication with the server. It was working fine until recently it stops working after making the apk file. So From desktop…
iamshahid
  • 469
  • 1
  • 3
  • 9
0
votes
1 answer

Flex mobile communcation between flex apps vs native mobile apps

I want to send from my Flex mobile app some string data to another application and launch the last one at the same time? Is this possible using Flex SDK (for both Android and iOS)? Any suggestions would be greatly appreciated! P.S I assumed there's…
Zaur Guliyev
  • 4,254
  • 7
  • 28
  • 44
0
votes
1 answer

Flex list with itemrenderer get selected value

I have a Flex mobile app that currently contains 2 views View 1 has a databound list that uses itemRenderer to display an ID and A Label View 2 displays a databound list that uses itemRenderer to display controls based upon the contents of a…
Gavin Jones
  • 37
  • 1
  • 8
0
votes
1 answer

Flex Mobile s:List item click Callout

FLEXible guys I have a little problem and need some suggestions from professionals in flex. I've a Spark List component in my flex mobile project and I've added a Callout component when user clicks on list item - it generates a new callout component…
Zaur Guliyev
  • 4,254
  • 7
  • 28
  • 44
0
votes
1 answer

Flex mobile: remove GeolocationEvent.UPDATE does not work

I can't seem to remove the listener for the update event for geolocation on Android. I wanna stop the Geolocation on deactivate: NativeApplication.nativeApplication.addEventListener(Event.DEACTIVATE, onAppDeactivate); private function…
Tinelise
  • 386
  • 4
  • 16