Questions tagged [flex4.6]

Flex 4.6 is for issues in version 4.6 of the Flex SDK, an open source framework for building and maintaining mobile and web applications that deploy consistently on all major browsers, desktops and operating systems.

Flex 4.6 is for issues in version 4.6 of the Flex SDK. Flex SDK is an open source framework for building and maintaining mobile applications and also web applications that deploy consistently on all major browsers, desktops and operating systems.

In November 2011 Adobe released Flex SDK update 4.6. And it is for rapid Rich Internet Application development and mobile application development which runs on Flash Player or Adobe .

342 questions
0
votes
2 answers

Flex Mobile View Component Access Main Application

Is there a way within Flex Mobile 4.6 to access the main application from within a component? Let's say my program looks like this: Main application:
Oliver Spryn
  • 16,871
  • 33
  • 101
  • 195
0
votes
1 answer

Compiling Flex Air apps for PC, Android and Mac from one codebase?

I would like to use Air to build for PC, Mac, Android, Ios. Is it possible to do this from a single code base as Adobe Suggests. Or will I need to maintain 4 separate builds? Some guidance would be appreciated. Regards C
0
votes
3 answers

Push notification for Iphone App using Flex mobile developement

Iam working with a flex mobile project which requires push notifications for both android and ios .Already done the android part using flex native extensions adding ane file. Interested to know about the IOS procedure
Nithil
  • 53
  • 2
  • 9
0
votes
1 answer

How do I use selectedItem from dropdown to populate linechart in FlashBuilder 4.6

I am using FlashBuilder 4.6, coldfusion 9 and Sql Server 2005 to populate a line chart with one individual's data by year. This works fine if I use a fixed string in the data provider, but I want to select the individual by using a dropdown list of…
0
votes
1 answer

Adding A Date Picker For Mobile Project Flash Builder 4.6

This is my code for my UI i am currently using, i would like to add a date picker for android into this code. The field that has the Id="datepicker" is where i am looking to add the date picker. Also i am looking to add these to the UI 1). Print…
0
votes
2 answers

Show A Total using Numeric Input Fields in Flash Builder 4.6 Mobile Project

I am new to Flash Builder but so far everything is going good. What i am trying to accomplish is using 5 numeric input fields that calculates a total. First of this is a mobile project i am trying to develop, i already have the UI created, i just…
0
votes
2 answers

How do I deselect all checkboxes in Flex 4

I am trying to deselect all checkboxes on a button click. I've tried creating a binded boolean variable like this: [Bindable] public var allselected:Boolean; and then on my checkboxes:
ROSCH
  • 1
  • 3
0
votes
0 answers

Why does setting a property of a skin part that is NULL fail silently?

I've created a custom component and declared a skin part: [SkinPart (required="true")] public var label:Label; During component initialization I set label.text to 'foo': protected function init():void { label.text = 'foo'; //This line fails…
hidarikani
  • 1,121
  • 1
  • 11
  • 25
0
votes
1 answer

Flex 4.6 Mobile Custom IconItemRenderer for List component

I want to create a custom IconItemRenderer for List, which looks something similar to this --------------------------------------------- 1-179503881 3/13/2012 I am interested in downloading and testing your tool…
Fayaz
  • 314
  • 6
  • 20
0
votes
1 answer

Flash Builder Localhost works 100% Remote Host just shows title of Object for every entry

I have finally gotten my Flash Builder to look at my remote services but now I have a problem that my Remote information, which should be the same except for alot more entries, just displays each object with the title [object Object] I have had a…
JESlabbert
  • 160
  • 2
  • 13
0
votes
1 answer

Alt+charkey combination in TextInput flex 4.6

I am working on one enterprise app. In that, I need to open one popup on one shortcut key, which is the combination of Alt+AnyCharKey. So when I press that key with Alt, for different char keys, different numbers or characters is typed in…
Mitul Golakiya
  • 402
  • 4
  • 20
0
votes
2 answers

Select an FXG file at the runtime - by its name

I have a test case demonstrating my problem. It runs instantly, when you add the following 4 short files into a new Flex Mobile project in Flash Builder 4.6: src/TestFXG.mxml:
Alexander Farber
  • 21,519
  • 75
  • 241
  • 416
0
votes
1 answer

How to PopUp a keyboard on runtime

Hey i'am building apps with flash builder 4.6 for mobile development and on the runtime the keyboard did not appear. So what to do to show the keyboard ?!
Ram
  • 11
  • 1
  • 3
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
0 answers

Modifying a spark.components.DropDownList to act like mx.controls.PopUpButton

Is it possible to add a "push button" functionality to Spark's DropDownList? (I.e. you select an item from the list and then click at the "main button" to dispatch an event). Can this be achieved by creating a custom skin based on the…
Alexander Farber
  • 21,519
  • 75
  • 241
  • 416
1 2 3
22
23