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

Flex Mobile Calendar component

I'm looking for Flex mobile calendar component, but I couldn't achieve any success. How can I implement its alternative or is there any available you have tried before? Thanks in advance!
Zaur Guliyev
  • 4,254
  • 7
  • 28
  • 44
0
votes
1 answer

Flex item renderer - change alpha when clicked

I want to change the alpha of Rect when list item is clicked but I could not solve that. And I don't know how exactly do this as I'm doing it on Rectangle inside item renderer, is there any suggestion? CODE:
Zaur Guliyev
  • 4,254
  • 7
  • 28
  • 44
0
votes
1 answer

Flex Mobile webView.loadURL() not working

I have a stageWebView in my flex Mobile app. I am trying to call a javascript function passing along some arguments. protected function list1_changeHandler(event:IndexChangeEvent):void { var list:List = event.target as…
james
  • 2,595
  • 9
  • 43
  • 70
0
votes
1 answer

Overwriting channels-config.xml on runtime

I want to make dynamic modification of channels-config.xml whenever ip for services changed..I provided a screen to enable user to enter service ips on runtime but I don't tried this on any device. Will this work? Note: The reason I'm using xml…
Zaur Guliyev
  • 4,254
  • 7
  • 28
  • 44
0
votes
0 answers

Flex mobile: possible to scroll to top of list by clicking status bar?

Is it possible to implement scroll to the top by clicking on the status bar? I'm thinking of the standard iOS behaviour.
Tinelise
  • 386
  • 4
  • 16
0
votes
1 answer

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 application. Please provide me solution for, how can i…
Vivek
  • 663
  • 2
  • 13
  • 40
0
votes
1 answer

RSS feed in flex mobile project

I am working on accessing RSS feed using Flex mobile project. But i dont get image in that RSS feed,how to get image from RSS feed in Flex mobile project and how to convert an image into byte stream in Flex mobile project
0
votes
3 answers

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 the IOS procedure
Nithil
  • 53
  • 2
  • 9
0
votes
1 answer

Flex mobile: Can I "add to contacts" some info like name, email, phone?

Basically create a new contact in the Contacts on iOS and whatever is equivalent on Android.
Ska
  • 6,658
  • 14
  • 53
  • 74
0
votes
1 answer

Java byte[] to Flex BitmapImage source

I have flex mobile client, and it takes java server byte[] as flash.utils.ByteArray, but when I want to use as a source of my bitmapImage compiler says that unknown type: private function onResult3(event:ResultEvent,token:Object):void { …
Coenni
  • 197
  • 5
  • 16
0
votes
2 answers

where is flex mobile application app-storagedirectory in android tablet

I created a mobile/tablet application in flex, using flex mobile application in Flex4 using SDK4.1. In application, there is some data which i copy from application directory to app-storage directory. It is copied successfully and working fine. Now…
Vivek
  • 663
  • 2
  • 13
  • 40
0
votes
1 answer

How to stream video using AIR Flex Mobile SDK for Android?

I am merely trying to stream a video file that's on the web in a Flex Mobile AIR project on an Android device (Nexus S). my file format is H.264 .mp4 i'm using a stageWebView loading a remote webpage that has a video tag with the video set as the…
O Red
  • 145
  • 2
  • 13
0
votes
2 answers

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:
Alexander Farber
  • 21,519
  • 75
  • 241
  • 416
0
votes
1 answer

Flex deserialization issue with List of Maps

I have a problem with BlazeDS to Flex mobile deserialization, so that I try to send back list of maps List> with different Objects in every Map, but when I receive this list in flex code: hastalarim = event.result as…
Zaur Guliyev
  • 4,254
  • 7
  • 28
  • 44
0
votes
2 answers

Flex mobile: cross navigation from one view navigator to other

Suppose I have two tabs in my app: I go into Tab1, and start pushing other views onto the stack navigator.pushView(Tab1View1) navigator.pushView(Tab1View2) and…
Ska
  • 6,658
  • 14
  • 53
  • 74
1 2 3
16
17