Questions tagged [flex4.7]

Flex 4.7 doesn't exist, so you probably mean Flex 4.6 or Flash Builder 4.6. Adobe hasn't released any Flex SDK after Flex 4.6 and the first Apache Flex version was 4.8.

23 questions
0
votes
1 answer

How to display the time length of video (current time/ total time)?

I would like to ask how to display the displayed time of the video which show only in system using AS 3.0. Example: it show the seek time and total time using trace(). It there any information or solution to solve it? I appreciate it any of you…
Lynda
  • 15
  • 6
0
votes
1 answer

How can I stop a skin animation?

I have a custom component with a skin attached to it. There are several different skins for this component, and they are all animated differently. Therefor I've contained the animations with the skinClasses. When the component is no longer in view,…
Karmacon
  • 3,128
  • 1
  • 18
  • 20
0
votes
1 answer

Draw a slice of pie for a chart using Flex - test code and screenshot attached

In a Flex 4.7 web application I'm trying to draw a simple pie chart in red and green colors. So I have drawn a _red circle and then right above it I have drawn a _green circle: And I was hoping to set an angle on the latter - to reduce it to a…
Alexander Farber
  • 21,519
  • 75
  • 241
  • 416
0
votes
1 answer

Maintain new and already present data between views

Basically, I need to know how to create another textInput field when I pass data from one view to the next, while saving the data that was passed to begin with. Take a look:
ic3man7019
  • 721
  • 6
  • 24
0
votes
2 answers

Trying to add locales to a Flex mobile app: resourceManager is null

In Flash Builder 4.7 (with AIR 3.5) I'm trying to add locales en_US and de_DE to a Flex Mobile app, which originally has been ru_RU only. I.e. originally I only had -locale ru_RU in Project Properties -> Flex compiler and hardcoded russian text in…
Alexander Farber
  • 21,519
  • 75
  • 241
  • 416
0
votes
0 answers

which AIR SDK versions will run which iOS versions

Where can I find information about which AIR SDKs can target each version of iOS. Specifically, we are updating our app from AIR SDK 3.4 to the current 3.7; however, we aren't sure which versions of iOS the new SDK will work with. Thanks!
andrew
  • 77
  • 10
0
votes
1 answer

Creating a mobile VSliderSkin for VSlider - with test case and screenshots

HSlider has been optimized for mobile, but VSlider not - as you can see here: At the same time the mobile-themed HSliderSkin.as looks pretty simple. So I've copied that file to a "VSliderSkin.as" in my very simple test project and - replaced the…
Alexander Farber
  • 21,519
  • 75
  • 241
  • 416
0
votes
1 answer

List with multilined (word wrapping) item renderer - how to scroll to the bottom? With test case and screenshots

In a Flex 4 web application I am trying to use a spark.components.List for a chat (for various reasons - it works well for me in a Flex mobile app already), but because I use an item renderer which can be multilined (i.e. wraps too long lines) I…
Alexander Farber
  • 21,519
  • 75
  • 241
  • 416
1
2