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

Performance of spark.effects.Effect classes

I'm trying to determine the performance of the Spark Effect classes. I'm not sure how to determine this. There are a couple of properties that look like they might increase performance. The disableLayout property, suspendBackgroundProcessing and…
1.21 gigawatts
  • 16,517
  • 32
  • 123
  • 231
0
votes
1 answer

Flex4 List itemRenderer isItemSelected() method

In flex3, List has isItemSelected() method, but I didn't find them in flex4. My scenario is determining whether the current ItemRenderer is selected or not, and then depends on the selected value, do some logic on specific component in the…
jason
  • 1,621
  • 6
  • 21
  • 39
0
votes
2 answers

Flex Vgroup Absolute positioning of components

I have a Vgroup with some components aligned par with its layout properties(vertical). I need to add one more component at an absolute X,Y position, overriding the alignment. I tried includeinlayout=false, but the component turns invisible then. Is…
Saju
  • 402
  • 3
  • 11
  • 30
0
votes
1 answer

Flex mobile - increase list scrolling performance

Imagine a tablet app that displays two content areas side by side. They completely fill the display, so are 100% in height and 50% in width. Lets assume we add a list to one container. Naturally this list will consume half the space of the whole…
AlBirdie
  • 2,071
  • 1
  • 25
  • 45
0
votes
1 answer

json to data class Flash Builder

I need to access a database using HTTP Get and in the URL have underscores and parameters starting with $ signs: "https://mydataservice/__query&$format=json" I tried every thing but Flash builder keep giving me an error in the url= line So I'm now…
Kim HJ
  • 1,183
  • 2
  • 11
  • 37
0
votes
0 answers

FlashBuilder 4.6/AIR - Force Menu to be shown in Ice Cream Sandwich

I am creating an App in FlashBuilder 4.6 using AIR for Android. I make use of the Menu button for additional functionality in my App. In ICS, the menu button is not always shown in every application and others it is. How can I force the Menu button…
azsl1326
  • 1,410
  • 2
  • 13
  • 23
0
votes
1 answer

Accessing values in Flex Object result from Zend AMF originated as PHP associative array

I cannot access values in Flex Object (ArrayCollection) after I receive it from Zend AMF. The original type sent is PHP associative array which is simply returned like return $this->sections['initial_setup']; PHP Variable view: The required result…
Kuba
  • 510
  • 3
  • 13
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
1 answer

Merge two sound files into a new file

How can merge two sounds and save as a new file?. One sound is a loaded mp3 file and the other from the microphone. Then I need to upload this sound into a server. Is this possible?
0
votes
2 answers

Adobe Flex, better place than creationComplete to load data?

What is the most appropriate place to call an HttpService to load data to display in a view? I was reading creationComplete is not the best callback for this, but can't find any better answers. My app has a number of tabbed dialogs and other…
SeanLabs
  • 1,739
  • 4
  • 18
  • 22
0
votes
1 answer

Set datechooser "event" based on "if"

I have a dateChooser in an app I'm working on; the app is to submit time cards. I'm trying to figure out a way to set a color based on number of hours submitted -- i.e. red for less than 8, green for 8 exactly, yellow for more than 8. I already have…
paynekidd
  • 25
  • 1
  • 3
0
votes
2 answers

Flash Builder (Mobile) - Dynamic Web Service URL

For my Flash Builder 4.6 Project I have a http service defined which looks at a url from our website. What I'd like to be able to do though is to change the web service url on the fly within the app. i.e. using the existing url as default but…
Rjs37
  • 189
  • 1
  • 13
0
votes
1 answer

how to read SD card data in android mobile application?

I am building an android mobile application in Flex 4.5, Which will read some data from SD card and display data in container like image. But i am not able to access SD card in flex mobile application. Please provide me solution for, how can i…
Vivek
  • 663
  • 2
  • 13
  • 40
0
votes
1 answer

how to display the selected number of items from the list in flex 4.6

I am having a list which contains 20 items and I am having 4 buttons which are button1, button2, button3 and button4. Now I would like to display the first 5 items of the list when I click on the button1 and the second 5 items when I click on the…
Sakeer
  • 81
  • 1
  • 5
0
votes
1 answer

Flex/AIR Mobile: TabbedViewNavigator selectedIndex not working

I have a Mobile Project in FB 4.6 with a TabbedViewNavigator. I have 4 buttons at the bottom, which are ViewNavigators, and act as the Tabs. For this instance, lets say the tabs are labeled, HOME, ADD, DELETE, and ABOUT. I am running into the…
azsl1326
  • 1,410
  • 2
  • 13
  • 23