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

how to retrieve data from database using flex code

I want to display the values coming from database in a datagrid using flex. Here is my code. I am using webservice. I have database values from application1_initializeHandler() method. How to fetch these values into onResult() method and perform…
Swetha S
  • 21
  • 3
2
votes
2 answers

How to differ between phones and tablets while developing in Flex mobile?

I use applicationDPI in a Flex mobile card game:
Alexander Farber
  • 21,519
  • 75
  • 241
  • 416
2
votes
1 answer

i couldn't find s:datespinner component in flash builder 4.6 Flex 4.6

i couldn't find s:datespinner component in flash builder 4.6. it uses flex 4.6 i tried the below code
2
votes
2 answers

External swf plays very slow on iOS

I'm writing an application using as3 and adobe air that loads external SWF files and plays them internally in the application. The container works just fine with android and the animation of the external swf file is very cool. However, on the iOS…
A.Zidan
  • 523
  • 4
  • 6
2
votes
1 answer

How do I rotate StageVideo 90 degrees

I have a mobile application that I am going to allow for landscape mode when you are playing stagevideo. I'm farmiliar with creating a veiwport and getting stagevideo to play on ios. I am detecting when the device orientation changes and I would…
mattwallace
  • 4,132
  • 6
  • 43
  • 77
2
votes
1 answer

monetization methods for adobe AIR mobile apps

I am developing android apps usin adobe flash builder with sdk 4.6. can anyone please tell me what are monetization methods I can use apart from Admob. I used to use airpush and startapp with android sdk. Is it possible to use them with adobe mobile…
Harish
  • 63
  • 1
  • 2
  • 7
2
votes
1 answer

How to integrate google+ in a flex mobile application

Anybody know how can integrate google+ in a flex mobile application. While i tried to authenticate with google+ getting an error like text="Error #2032: Stream Error. URL:…
1
vote
2 answers

How to create a Flex image with transparent border and rounded corners?

I have a photo in a Flex project: But now I'm wondering if I can make this image as the image below, in Flex (4 / 4.5 / 4.6) (in MXML and/or ActionScript 3): Is this possible?
Harmjan
  • 132
  • 12
1
vote
4 answers

Flex Mobile : How to skin view?

I would like to know if it's possible to skin view for my Flex mobile application : My ActivityView.as public class ActivityView extends View My ActivityViewSkin.mxml (It skin associated)
Anthony
  • 325
  • 2
  • 5
  • 15
1
vote
1 answer

Flex Mobile label underline single word

The spark label in Flex Mobile doesn't supprt the htmlText, so how can I e.g. underline a single word in a Flex Mobile spark label??
user355318
1
vote
1 answer

Extending PopUpButton and using it in a Flex 4 web application

In my Flex 4.6 web application I use mainly spark components, but there is also an mx-component - a PopUpButton extended by me (the source code is below). Users report problems with that button, but I can't reproduce any - since weeks. I've tried…
Alexander Farber
  • 21,519
  • 75
  • 241
  • 416
1
vote
1 answer

Removing the group summary field from AdvancedDatagridColumn

I have a AdvancedDataGridColumn with custom itemrenderer which displays undefined in the group summary field. How do I get rid of it? I have included the code and a screenshot
arjunurs
  • 1,062
  • 2
  • 17
  • 29
1
vote
3 answers

How do I get itemDoubleClick event in spark DataGrid?

Recently I am working with Spark DataGrid. Before I was using AdvancedDataGrid. In that I was capturing itemDoubleClick event. But I am not able to find such a event in SparkdataGrid. So I want to capture double click event on single row of…
Mitul Golakiya
  • 402
  • 4
  • 20
1
vote
1 answer

Flex Mobile: Strange behavior in IconItemRenderer List

I'm desperately trying to fix a strange behavior in my custom iconitemrenderer list: When I change the view to the view with the list inside and start scrolling, the list gets white for the fraction of a second (apperently completely redrawn), but…
user355318
1
vote
2 answers

Flex includeIn( state of topLevelApplication )

In a Flex Mobile App, my Application component handles states like portrait/landscape ios/android and phone/tablet in groups. In my View I want to include a button if the main App has one specific state of these. I don't want any View to check…
user355318