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

Using FXG graphic in a Flex mobile app works with MXML, but not with ActionScript

I have read the Adobe's docs Using FXG and Embedding application assets, but can only embed the FXG through MXML - MyStars.mxml:
Alexander Farber
  • 21,519
  • 75
  • 241
  • 416
0
votes
1 answer

If i run Mobile Flex app "On Device" mode.Does the device access the database from my computer

My application is a cloud based app.Back-end Mysql. middle-ware is Jboss. I didn't deployed the data into cloud.but i want to run app on device,Does it can access the data base from my pc.
padman
  • 491
  • 1
  • 3
  • 14
-1
votes
2 answers

Flex mobile ArrayCollection Error

I am trying to develop a mobile based flex application. In my application, I have two views. I am trying to pass the ArrayCollection as a data from one view to another view, but while trying to access ArrayCollection on the second view, I am getting…
tomjerry
  • 105
  • 1
  • 3
  • 13
-1
votes
3 answers

How to create an ArrayCollection of Objects?

I new to flex, I have a class shown below: public class Items extends Object { public function Items(){ super(); } public var name:String; public var count:int; } How do I create an ArrayCollection of type Items? Thanks.
-1
votes
1 answer

flex mobile - fastest way to load local file?

I'm gonna load local files in Flex mobile environment. there are so many ways to load local files in Flex mobile. URLLoader(URLLoaderDataFormat.BINARY), Loader, URLStream, FileStream etc. so, what will be the fastest way to load local files in Flex…
-1
votes
1 answer

Flex IconItemRenderer change color on selected

So what i want to do is to change the style of an iconitemrenderer when the item is selected. i have tried checking the state of my item but it does not seem to worki.
leokan
  • 662
  • 5
  • 22
-1
votes
2 answers

Flex mobile HTTPMultiService set user-agent

I'm developing a Flex mobile application and I'm using the Http Services within FlashBuilder (4.7) to send/receive data. I'm having some issues with how the server is setup to accept calls (from the mobile platform) and apparently setting the…
Adrian
  • 609
  • 2
  • 11
  • 22
-1
votes
1 answer

creating a facebook event using facebook api and sending invitations using flex mobile

i am creating an app for iphone in which a user can loging using facebook and when he click invite an event must be created in facebook and it should be sent to facebook friends. can anyone please help me?
-1
votes
1 answer

User upload content

I wanted to crate an mobile app (using Flex) that let user upload some user generated content (eg. Text, Picture) to my website and also able to display/view it on the website as well. I don’t much on the back end (web programming, website…
jameslcs
  • 265
  • 2
  • 8
  • 25
-2
votes
1 answer

I want to run in android mobile my code for PDF viewing from url in to flex mobile application using ActionScript 3.0

protected function printBtn_clickHandler(event:MouseEvent):void { var webView:StageWebView = new StageWebView(); webView = new StageWebView(); webView.loadURL("https://www.bobcards.com/images/pdf/Annexure_d.pdf"); …
Manish
  • 1
  • 2
1 2 3
16
17