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
0 answers

Why are textboxes being given focus when I click on buttons that are above it?

I've got an mxml view, with a button in the actionContent and a viewMenu with two buttons. In the main content I have a scroller and a vgroup, within which are a few textboxes, labels and buttons. If I click on any of these 3 buttons when a textbox…
0
votes
0 answers

apply mask/filter in a image flex mobile (ios)

how can I add a mask/filter in some image ?! It's like instagram filter ! (I have a image , then I choose a filter, then I put everything in a single image.)
xazinn
  • 21
  • 1
  • 5
0
votes
1 answer

Flex Mobile Project, insert multiple Image object in array

I have indexed Image, like these:
user1551327
0
votes
1 answer

Flex Mobile Project, How can I write by a dynamically TextArea to a .txt file?

I have some dynamic textArea in a flex mobile project, created in this way: var textArea:TextArea = new TextArea(); textArea.id = "txtCreaTaskAnalysis" + contatoreNumeroTextAreaCreaTaskAnalysis; textArea.left = 235; textArea.right =…
user1551327
0
votes
1 answer

FlexMobileProject, setStyle("textFormat",number) in textArea doesn't work

I create dynamic TextArea in Flex, I want to change its fontSize dynmically, but setStyle doesn't work. This is my code: var textArea:TextArea = new TextArea(); textArea.id = "txtCreaTaskAnalysis" +contatoreNumeroTextAreaCreaTaskAnalysis; …
user1551327
0
votes
1 answer

Flex Mobile - make a scrollable view

In a Flex Mobile app i have a view that contain a "header" which is a carousel of images and a 2 column list (point 1 on attached image). The list is scrollable and works great but when scrolling the header remains fixed. What is the best approach…
Crerem
  • 1,289
  • 2
  • 18
  • 45
0
votes
1 answer

android AlarmManager with AIR native extension not work

I'm trying to create an AIR native extension for sending scheduled notifications, I have the following code: package com.ane.notification.functions; public class ScheduledNotificationFunction implements FREFunction { Context androidActivity; …
0
votes
0 answers

Flex mobile SWFLoader not loading

I'm trying to load a swf file into my flex mobile application with a swfloader however whenever I run the app the only thing that appears is a little square file icon. I've actually tried this with two swf files, both built in Flash CS Professionall…
0
votes
1 answer

Preload dynamically created views in Actionscript for Flex Mobile App

I've got the following problem, my boss wants me to make our app far more responsive without any waiting time between switching views. It used to a "standard" application based on a ViewNavigator but with just one View that was destroyed and…
AlBirdie
  • 2,071
  • 1
  • 25
  • 45
0
votes
1 answer

Add layout to Flex UIComponent

How can I add a layout (a HorizontalLayout to be specific) to a Flex UIComponent? I'm working on a large mobile application, hence I'd like to avoid using additional containers like HGroups and work with more lightweight components. As usual, any…
AlBirdie
  • 2,071
  • 1
  • 25
  • 45
0
votes
1 answer

Flex Mobile BlazeDS loading an image from server

I have a question about getting an image from server. btw I'm using BlazeDS. And when I attempt to load it from loader it gives me "Loaded file is an unknown type." error message. Here's my code: var loader:Loader = new…
Zaur Guliyev
  • 4,254
  • 7
  • 28
  • 44
0
votes
1 answer

Flex BlazeDS dynamic configuration

i'm here with a new question - this time more general; hope most of you have experienced this. So than I configured my flex mobile project so that it requires to update server URL adresses each time server ip or port is changed: But in my case my…
Zaur Guliyev
  • 4,254
  • 7
  • 28
  • 44
0
votes
0 answers

Dynamic remote object url - flex mobile

I almost finished my project but now I want to add a dynamic server url setting in each view. Application bootstraps with config.xml and channels-config.xml (I used Parsley framework ). config.xml:
Zaur Guliyev
  • 4,254
  • 7
  • 28
  • 44
0
votes
1 answer

Screen dimensions not updating in time for bindings, Flex Mobile

I have an app that is displaying images. It resizes them based on screen rotation, usually setting "picwidth = screen.width", where "picwidth" is an attribute that the width of each picture is bound to. So I have several functions similar…
jlehenbauer
  • 599
  • 2
  • 11
  • 33
0
votes
2 answers

Make Flex mobile full screen in desktop (as an air app)

I need to make flex mobile application to be full screen when it runs on desktop OSs (I've packaged it as an air app)
Zaur Guliyev
  • 4,254
  • 7
  • 28
  • 44