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
2
votes
2 answers

Using MultiDPIBitmapSource with IconItemRenderer - test case and screenshot attached

In the simple Flex mobile test case below, why aren't the icons visible in the List? Screenshot: App.mxml (just add to a blank Flex mobile project in Flash Builder 4.7):
Alexander Farber
  • 21,519
  • 75
  • 241
  • 416
2
votes
1 answer

ActionBar in pure Actionscript

I have this MXML that I would like to express as actionscript:
DominicM
  • 6,520
  • 13
  • 39
  • 60
2
votes
2 answers

Zoom/Scaling issues with StageWebView and Android

I have a Flex Mobile application that is making use of StageWebView to load a local HTML file. I have been debugging it on my PC using the inbuilt Emulator (simulating a Galaxy S3 screen, 1280x720, 320dpi) and on my actualy S3. The app has the…
Mr Pablo
  • 4,109
  • 8
  • 51
  • 104
2
votes
1 answer

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 controls - but while their example works fine as…
Alexander Farber
  • 21,519
  • 75
  • 241
  • 416
2
votes
1 answer

Flex Mobile - Simple catalogue . iOS

just new in mobile development. I am starting to use/learn Flash Builder 4.6 and try to do my first test app for iOS I would like to create a simple app which works like a simple catalogue. Basically a list of images that can be showed and switch…
2
votes
2 answers

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

I use applicationDPI in a Flex mobile card game:
Alexander Farber
  • 21,519
  • 75
  • 241
  • 416
2
votes
2 answers

Flex mobile apps for iPhone 5 screen

I just tested my first Flex mobile app on iPhone 5, but as I was assuming it doesn't fit to the new 4" screen. Does anybody know if this is already possible? (using Flex 4.6 SDK)
user355318
2
votes
0 answers

Adobe AIR Captive runtime is large.. anyway to shrink it?

I am working with Adobe AIR and have developed an application which utilizes air and native functionality (Android). The application compiles fine and everything but there is an issue with how big the application is. Right now the application is…
JoxTraex
  • 13,423
  • 6
  • 32
  • 45
2
votes
1 answer

How to make flex control visible while loading map activity from the native extension for android?

I am stuck at the point where i want to show flex control like buttons and labels etc. at the bottom and a native android Map on the Top. What happens is the map activity covers the whole screen. Is there any way to setFrame of the Map view as there…
2
votes
2 answers

Flex mobile Copy to clipboard doesn't work on iOS, but works on emulator

I'm using this code in a Flex 4.6 mobile project for ipad. It works in the emulator, but on the ipad device, nothing is set. Any suggestions? Can you copy text to the clipboard on iOs? System.setClipboard('some text');
stevemcl
  • 367
  • 1
  • 3
  • 11
2
votes
1 answer

Flex Mobile: Add an event to Calendar

Is it possible to programatically add an event to a Calendar on iOS and Android? I guess there has to be an Adobe Native Extension for this, right? Or is there any other way.
Ska
  • 6,658
  • 14
  • 53
  • 74
1
vote
4 answers

Flex Mobile : How to skin view?

I would like to know if it's possible to skin view for my Flex mobile application : My ActivityView.as public class ActivityView extends View My ActivityViewSkin.mxml (It skin associated)
Anthony
  • 325
  • 2
  • 5
  • 15
1
vote
2 answers

image touchBegin flex mobile

I want to detect touchBegin event in Image component in Flex mobile but when I set <...touchBegin="myMethod()" /> , but its doesn't trigger when I touch that image. Any ideas?
Zaur Guliyev
  • 4,254
  • 7
  • 28
  • 44
1
vote
1 answer

Has anyone been able to skin the Flex Mobile actionBar to look just like the dark theme Android ICS Action bar?

(In regards to Flex Mobile AIR on Android apps) Has anyone been able to skin the Flex Mobile actionBar to look just like the dark theme Android ICS Action bar? if so, how could you skin this using all mxml? Or if anyone has seen an android "theme"…
brybam
  • 5,009
  • 12
  • 51
  • 93
1
vote
2 answers

Setting a Spark list to 100% height inside of a TabbedViewNavigatorApplication

I'm trying to set a Spark list control to 100% height of a View inside of a TabbedViewNavigatorApplication. Using this I can't seem to get the list to fit…
francis
  • 5,889
  • 3
  • 27
  • 51
1 2
3
16 17