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
-1
votes
1 answer

Flex Currencyformatter automatically rounds off the larger values

We are working with Amounts of which value are higher. We are displaying the formatted amount in the respective spark TextInput. We are using the simple mx CurrencyFormatter for formatting the amount values. We dont have any problems till 16 digits…
vengatesh
  • 503
  • 1
  • 6
  • 15
-1
votes
1 answer

How to access parent or wrapper variables from an AS3 Worker Class

I am using Flash Builder 4.7 and have created a Worker Class. Below is the code: package co.fuix.mobile.system.model { import flash.display.DisplayObjectContainer; import flash.display.Sprite; import flash.events.Event; import…
-1
votes
1 answer

Reload AIR application remove Skin and background image in flex

I am working on AIR application. In which i Put refresh button to refresh the application. When User click on Refresh Button following code refresh my application. protected function onRefreshClickHandler(event:MouseEvent):void { var…
ketan
  • 19,129
  • 42
  • 60
  • 98
-1
votes
1 answer

Changes to skin in SDK path not taking effect?

I'm using the SparkChromeWindowedApplicationSkin in my Window Application and I'm making changes to the skin in the SDK directory but none of my changes are taking effect. I set the skin in my CSS like this: s|WindowedApplication { …
1.21 gigawatts
  • 16,517
  • 32
  • 123
  • 231
-1
votes
1 answer

Flex 4.6 Sending data from form to MySQL

I am stuck and need to figure out how to send my form data to MySQL. I have the form already created. script in my group component... protected function button_clickHandler(event:MouseEvent):void { customers.firstname =…
Omgabee
  • 97
  • 10
-1
votes
1 answer

Flex 4.6 setting selectedChild= with a bound Variable from a Component

I'm getting the following error: 1067: Implicit coercion of a value of type String to an unrelated type mx.core:INavigatorContent. Which is located in my main application at the line where I set the selectedChild= Here's my code for my viewstack…
Omgabee
  • 97
  • 10
-1
votes
1 answer

How can I add a listbox in flex 4.6?

Is there a list box in Flex 4.6? If yes,can sm1 tel me how to implement a list box in Flex code Thanks
Swetha
  • 11
  • 5
-1
votes
1 answer

How to launch 2 applications in Flex mobile?

I am building 2 applications in flex mobile. These applications should communicate together (a kind of chat system). My problem is that I cannot run 2 applications in Flex Builder at the same same: any time I launch one instance, the other instance…
yarek
  • 11,278
  • 30
  • 120
  • 219
-2
votes
1 answer
-2
votes
1 answer

Convert AS3 to FLA for generating SWF

I Need to manipulate the compiled SWF and recompile it back to SWF and deploy. I have tried 3 options but no luck on all the options : 1) Converting swf to fla to AS3, I was able to edit the AS3 file, then I am not able to move forward to create…
ramakri
  • 201
  • 3
  • 7
  • 20
-2
votes
1 answer

Passing the image selected in cameraroll using class file to component in main mxml

i am new to flex and i am trying to develop android app in flash builder 4.6, i have a separate class file which gives access to the camera roll in android, on selecting the image i want to pass that image to the image component in main MXML file.…
-2
votes
2 answers

Set Application backgroundImage in flex 4.6

I am trying to set BackgroundImage of application in flex 4.6 By Creating Skin of Application.