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.
Questions tagged [flex4.7]
23 questions
3
votes
1 answer
Styling ButtonBar font in Flex mobile app - with screenshot attached
I'm trying to add a ButtonBar at the bottom of a mobile Flex app by using this code:
CSS:
@namespace s "library://ns.adobe.com/flex/spark";
s|ActionBar, s|ButtonBar {
chromeColor: #0066CC;
color: #FFFFFF;
titleAlign:…

Alexander Farber
- 21,519
- 75
- 241
- 416
2
votes
2 answers
Flash Builder 4.7 Ant Build Issues
I hope some one out there can help.
I have a large project that uses Ant for release builds, that must be "Run in the same JRE as workspace"
This has always been fine in fb4.5 and 4.6 but in 4.7 fb.exportReleaseBuild gives us a…

Dan
- 23
- 4
1
vote
2 answers
ERROR ITMS-9000: “No architectures in the binary"
I am getting an error trying to upload an app to the iOS store.
The application was developed using FlashBuilder 4.7 and Flex 13.0.
ERROR ITMS-9000: “No architectures in the binary. Lipo failed to detect any architectures in the bundle executable.”…

Naveed Mansuri
- 439
- 1
- 5
- 13
1
vote
1 answer
Using custom states in Spark item renderers
In Flex 4 is it allowed to use states in Spark MXML item renderers?
I am asking this, because there are already "builtin" states like
Can I add my own custom…

Alexander Farber
- 21,519
- 75
- 241
- 416
0
votes
1 answer
Scroller not resizing
My group component lying inside main application, can change height from 340 to 300 without spoiling the layout. So I set minHeight to 300.
Now if application is resized below the height of 700, this group start spoiling the layout (as it stop…

Anusha
- 67
- 12
0
votes
1 answer
Disable up state if clicking Down button in ButtonBar
I am having ButtonBar to navigate through NavigationContent inside ViewStack.
It all works fine as expected but once we click a selected button second time. In this case the Button state changes to up state and it shows as if no button is selected…

Anusha
- 67
- 12
0
votes
1 answer
When using Tooltips I'm getting an Error #2025: The supplied DisplayObject must be a child of the caller
When I add a tooltip and then remove the tool tip I get the following error when I click on the stage:
ArgumentError: Error #2025: The supplied DisplayObject must be a child of the caller.
at…

1.21 gigawatts
- 16,517
- 32
- 123
- 231
0
votes
0 answers
Flex Project(Maven): Getting Compilation error on Flash Builder 4.7 but compiles successfully on RTC
My project created in previous version of Flash Builder(FB) and currently I am using FB 4.7, When I change Flex Server properties on FB, I face compilation errors.
If I not change my Flex Server properties then there is no compilation error(though…

Ulhas N
- 316
- 4
- 17
0
votes
1 answer
ObjectProxy to TextFlow (html) in Flex
I'm trying to convert a ProxyObject into a TextFlow so I can output in a RichText.
I'm recieving the ProxyObject trough a http-request.
The service gots to a php-script with the output as…

GenericUser
- 221
- 3
- 19
0
votes
1 answer
Do we need to submit two app to store if we wants to provide in-app feature
I am a new to in-app purchase and I wants to allow user to upgrade level(in-app purchase)
I am using flash builder 4.7 with 13.0 sdk.
I have searched on internet and found 1 ANE having $60, price is not an issue.
Still I eager to know do we need to…

Naveed Mansuri
- 439
- 1
- 5
- 13
0
votes
1 answer
Is there a way to only select between month and year on Flex 4.7 DateSpinner
I would like to only allow selection of Month and year on my DateSpinner. Is this possible in Flex SDK 4.7?
Thx

Dave
- 598
- 2
- 4
- 17
0
votes
1 answer
Flex 4.7 TabbedViewNavigator fixed tab width and no shrinking
I have a TabbedViewNavigator which has a high number of views. I don't want the tabs on the bottom of my app to shrink. Instead, I would like that a horizontal Scroll bar appears and some kind of indication that there is more content to the right or…

Dave
- 598
- 2
- 4
- 17
0
votes
2 answers
Flex 4.7 Process bar
I am starting now with Flex 4.7. I know I am a bit late. Anyway, I just want to ask an experts opinion on what would be the best implementation for a process bar. Not a progress bar, a process bar. Basically its a component on the bottom of the app…

Dave
- 598
- 2
- 4
- 17
0
votes
1 answer
Flex how to set Global Storage Settings to unlimited programatically
Does anyone know how to set Global Storage Settings to unlimited programatically?
Thanks

Dave
- 598
- 2
- 4
- 17
0
votes
1 answer
Flex 4 registerClassAlias so I can load a SharedObject next time I start the App
I have an application that is loading an swf. I can use that swf several times until there is a new one on the server. Therefore, I want to save as a SharedObject the loader containing the swf. Next time I could use the loader from the SharedObject…

Dave
- 598
- 2
- 4
- 17