Questions concerning the mobile classes created in Flex version 4.5 and higher.
0
votes
0answers
36 views
flex mobile with aie 3.7 packaging errors
I am trying to release an iphone APP using Flash Builder 4.7, FLEX 4.6.
I have just had to upgrade to Air 3.7 because of requirements by the App store submission process:
The upgrade of Air to 3.7 ...
0
votes
1answer
25 views
SplitViewNavigator Flashing between Transitions
This is a little difficult to describe so please bear with me.
Right now, I've got a SplitViewNavigator setup with a small ViewNavigator on the left for a menu and larger one on the right for content ...
0
votes
0answers
12 views
Send an Email with Button Click in Flex Mobile
I am developing an application that has a button in the description. I would simply like the button " On Click " to open the default mail application, prefill my email in the window, and allow the ...
0
votes
1answer
51 views
Creating a mobile VSliderSkin for VSlider - with test case and screenshots
HSlider has been optimized for mobile, but VSlider not - as you can see here:
At the same time the mobile-themed HSliderSkin.as looks pretty simple.
So I've copied that file to a "VSliderSkin.as" ...
1
vote
2answers
118 views
Adobe ANE works on iOS and Android devices, but not in AIR simulator
The vibration ane by Adobe works well in a Flex mobile app both on iOS and Android, but when I try to launch an AIR simulator from Flash Builder 4.7 on Windows 7 I get the error:
Here a copy of ...
1
vote
1answer
39 views
FullScreen Mode in flex mobile project
i have a video stage need to add a full screen button , i added this code :
private function makeFullScreenVideo(e:Event):void
{
saveOldestPositionAndSizeOfVideo();
if(!isFull)
...
1
vote
1answer
55 views
How do I completely exit a Flex 4.6 Air mobile Android app?
Ive been trying to add a button to properly exit an Android app, built using Flex 4.6. I have used the command NativeApplication.nativeApplication.exit(); which seems to work on the emulator, and ...
0
votes
1answer
68 views
Adobe Update framework for Flex Mobile does not work on desktop. Gives Error 1009
Following is output on my console:
[SWF] autoupdate.swf - 3,204,024 bytes after decompression
private function onError(event:ErrorEvent):void
[ErrorEvent type="error" bubbles=false cancelable=false ...
0
votes
1answer
58 views
Flex mobile - tabbed application data http service
Flex Mobile Project
I have a tabbed application with a http service.
I would like to load the data, and once it is loaded pass it to the first tab, so the first tab can show a list with some data of ...
0
votes
0answers
64 views
ViewNavigator display top of application
I have a s:ViewNavigator component inside of s:TabbedViewNavigatorApplication. Currently it shows up at the bottom. How can I make it display at the top of the app just below action bar? I looke ...
0
votes
0answers
32 views
Multi Resolution application in flex
I am developing a mobile application for iOS(iPad, iPod, iPhone) and android devices. But i am facing problem in maintaining fonts and images for different resolution. I know about @media tag in css ...
0
votes
0answers
24 views
flex mobile load hosted swf files
Is there a way to load external swf files to flex mobile applications?
<s:SWFLoader width="100%" height="100%"
id="sampleLoader"
...
0
votes
1answer
73 views
Vertical and horizontal center properties don't update after device orientation change
I have a button/image that I want centered. Code below works as expected in vertical mode:
pauseButton.source = pause; // embedded image
pauseButton.verticalCenter = 0;
pauseButton.horizontalCenter = ...
0
votes
0answers
33 views
Flex Mobile I want to make a task application that will notify me when the task is about to come
Hi I want to make a task application that will notify me when the task is about to come , i am using flex 4.5 to develop such a application. For example 10.00 AM 03/08/2013 is the date and time i ...
1
vote
1answer
61 views
Can not able to download image from web in flex mobile app
I want to download an image from URL to my Mobile using Flex Mobile. I have found This and tried this:
<?xml version="1.0" encoding="utf-8"?>
<s:View ...
2
votes
1answer
109 views
ActionBar in pure Actionscript
I have this MXML that I would like to express as actionscript:
<s:titleContent>
<s:Label text="Title" fontWeight="bold" fontSize="20" height="20" verticalAlign="top" />
...
0
votes
1answer
147 views
How to disable horizontal scrolling in Mobile Flex application?
I have MXML s:View component that consists of action bar and 3 custom components that are 100% application width. I added a scroller like so:
section = new VGroup();
var scroller:Scroller = new ...
1
vote
1answer
282 views
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, ...
2
votes
1answer
139 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
84 views
How to get Mobile number using Flex 4.6 Mobile Application?
This is Bhanu Teja. I am new to Flex mobile application. Can any one let me know, "How to get the mobile number in our flex mobile application". I am using Flex 4.6.
Thanks & Regards
Bhanu Teja ...
0
votes
1answer
142 views
Flex mobile Button skinning in ActionScript - multiline labelDisplay
I am working on a Flex mobile application, and have been optimizing its performance on mobile. I have read that skins must be written in ActionScript so I have tried to create my AS ButtonSkin.
...
0
votes
0answers
115 views
Flex mobile TabbedViewNavigator - how to set tab button width?
How can I control the width property of a TabbedViewNavigator tab buttons? I need to set different width values to the tab buttons.
Thanks.
0
votes
1answer
341 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
1answer
179 views
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 ...
0
votes
1answer
76 views
How do i convert Flex MX Components for use in Flex Mobile
I have an existing Flex Air app, that is a combination of both MX and spark components and i need it to run on an android device. now, i have tried compiling using
adt -package -target apk-emulator ...
-1
votes
1answer
100 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 ...
0
votes
1answer
126 views
ANE for one platform on Flex mobile project for iOS and Android
I'm very new at Flex Mobile Projects and native extension.
I have a big doubt... If I have an ANE that only works on iOS or Android, can I use it into a project for Android AND iOS?
I mean, if I ...
0
votes
0answers
82 views
Skinning splitviewnavigator in adobe flex mobile developement?
I am using split view navigator. Here I am showing first view as popup by calling showFirstViewNavigatorInPopUp method of viewnavigator, this works fine.
</s:ViewNavigator>
...
0
votes
1answer
83 views
How to Better Handle Redundant Item Renderers components between Desktop and Mobile devices in Flex AIR?
I have an app build with Flex AIR that supports desktop and mobile devices.
Using an Item Renderer for a List components. Have some very common features, the only difference between desktop and ...
0
votes
0answers
51 views
ViewNavigator MouseEvent Bug
I have a problem writing a view in AS. In this view I want to display a SplitView by using the SplitviewNavigator but when I add a mouseEvent on one of the two view displayed It's never dispatch ...
0
votes
1answer
132 views
Scaling issue with mobile flex app
I have a couple of AS3 games that I want to run in a flex mobile app. I put my original games into a single library and then added it to my mobile app. So far so good.
The problem I get is when the ...
1
vote
1answer
175 views
Flex Mobile Project vs. Action script Mobile Project
I am new to development and would like to develop an android application. I have previously built an application with Adobe Flash Builder 4.6 with Flex Mobile Project. I just recently noticed in 4.7 ...
0
votes
1answer
116 views
PreventDefault BACK Button
Good day everyone, how could I prevent the default behavour of BACK Button for Android app in my Flex Application. When the menu is open I need close it by clicking BACK. For the second click i need ...
0
votes
1answer
297 views
Display 3 pie charts in a Flex mobile View - test case and screenshots attached
I display 3 pie charts for every user of a game in a very simple View (the source code is pasted below).
The charts represent opinions of other players - if the displayed user plays good, fair, ...
0
votes
0answers
99 views
In Flex Creating and loading spark container dynamically from caches
I have to create a sliding/swipe navigation for a dynamically loading containers while adding it on stage and removing from it (without pushView and popView).
My problem is that the dynamic ...
1
vote
1answer
192 views
Enable Button only when 2 TextInput fields are not empty - code and screenshot attached
In a Flex mobile app (or any Flex 4 application) - how can you enable/disable a button depending on the contents of 2 other fields?
I am pasting my very simple test code below and the problem with ...
0
votes
3answers
130 views
how to retrieve an image from path in iOS ( for iPhone) with Flex
How can I retrieve the path of an image stored in my album in an iPhone using Flex mobile? same with an image being taken with the camera on the iPhone.
for Android I use this function and it works, ...
1
vote
1answer
159 views
Flex Mobile List
Is there a way to use a Flex Mobile List control like a ASP.NET repeater?
For example a repeater in ASP.NET allows you to have many controls in the itemtemplate that can be bound to a data source. A ...
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
0answers
128 views
Flex Mobile: channging default application frameRate
I'm developing a flex game which is really jerky and not smooth at all on mobile devices.
I changed the application framRate to 60 in my mxml file and it seems to run smoother (but not as it should). ...
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
83 views
Flex PersistenceManager isn't retrieving my object, even though I can see it in debugger
I've just changed an app from a ViewNavigatorApplication to a TabbedViewNavigatorApplication and my persistence manager appears to have stopped working properly.
Here's the offending code:
protected ...
0
votes
0answers
169 views
Why TLF text works in debug on device mode but not in a release ad-hoc?
I have created a swf that include text TLF.
After that I have loaded it in an flex mobile application.
At the beginning I had lot of problems to load it.
1- First because I used Loader and the ...
0
votes
1answer
1k views
Application icons for Flex mobile app targeting Android and iOS
The Adobe doc Developing AIR applications for mobile devices lists quite a few icons to be declared in an application descriptor file.
But when I try Export Release Build with the following ...
0
votes
3answers
181 views
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. ...
0
votes
1answer
99 views
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 ...
1
vote
1answer
253 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"
...
2
votes
1answer
381 views
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)
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
122 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:
...


