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
1
vote
2 answers

Why won't asdoc generate?

I'm trying to generate an asdoc right now. The project is two classes. One class extends View and another is a custom Event class. Really, really simple. I cannot, for the life of me, get the asdoc to properly generate. I've tried so many different…
Josh
  • 8,079
  • 3
  • 24
  • 49
1
vote
1 answer

Disable fullscreen softkeyboard in landscape mode (can't see app when writing)

I'm developing an tablet application using the FLEX 4.6 SDK. The application runs only in landscape mode and not in portrait mode. I have a TextInput on one of my views that when it's tapped, the IME (input method editor) takes the user to another…
1
vote
1 answer

How to Import data from a csv file in Flex Mobile 4.6 local database?

I am trying to create a mobile app using flex-mobile flash builder 4.6, which shows three ComboBoxes. I am reading values from a local SQLite built-in database. I want to insert bulk values in my database viz. from a csv/text file. Any idea,how…
very fast
  • 21
  • 1
  • 4
1
vote
3 answers

how to accelerate Flex Mobile and improve its performance

I have a very simple app which runs great on the PC, but runs 'acceptably' –not by much though- on my tablet (Samsung Galaxy Tab 3, SM-T210). It’s a very simple app so I thought that it would have ran great from day one, but it didn’t. I’ve seen…
1
vote
1 answer

Unable to insert Date() value into SQLite DB

I am attempting to insert data into a SQLite database, including a date column. However when I execute the query in the code below the LastLogin field is never populated. Also, the Created field is also left empty, even though the default value is…
Rory McCrossan
  • 331,213
  • 40
  • 305
  • 339
1
vote
1 answer

FlashBuilder PersistenceManager working on devices, but not in Windows

I am using FlashBuilder 4.6 for building Mobile applications. I am using PersistenceManager and it works great on all devices (phew..) My problem is in my Windows computer - it does not save anything. The function calls are successful, but when I…
Koby Douek
  • 16,156
  • 19
  • 74
  • 103
1
vote
1 answer

Adobe Air - Blackberry app does not launch on device

I am using FlashBuilder 4.7 with the latest Blackberry OS Tablet SDK. I installed the SDK and published my app (After going throug the signing process to make sure the app is signed). When running the game on a blackberry simulator all is well. BUT…
Koby Douek
  • 16,156
  • 19
  • 74
  • 103
1
vote
1 answer

how can i upload a photo when it is taken from the default camera app in flex mobile?

I know how to take a picture and upload it with flex mobile, but i have seen that the Dropbox app automatically uploads the photo that you take using the default camera app. can this be made in flex mobile or how does Dropbox do it?
1
vote
0 answers

.apk file not running on android emulator

I made a simple hello world basic program in flash builder (flex mobile project) and then converted it to .apk file using the "export release build" feature, In the end it packaged my app and then the dialog box closes, although i selected the…
saadsaf
  • 1,421
  • 1
  • 17
  • 28
1
vote
1 answer

How to stop Ipad screen orientation while loading splash screen?- In Flex Mobile Application

i'm developing an ipad app, in that i setted the application aspect ratio to landscape and auto orients true in application descriptor xml, like this