I am developing iOS app by Adobe AIR. I found that if use Geolocation class in iOS platform, it would occupy GPS resource and other apps could not use GPS feature.
I\'m new to Flex and am trying to port a pure Flash/AS3 card game to Flex 4.5. It works mostly well, but I\'m missing few puzzle parts there:
I\'m trying to build an app with Login view (no tabs), after user submits \"Login\" it\'ll then switch to another Main view (with tabs). Is this possible?
I have a list component with a (row oriented) tile layout in a group that sits in the main Application.
In my Flex 4.5 mobile app, I have an actionScript item renderer (that derives from Flex\'s LabelItemRenderer). I want to fit in exactly 2 lines of text, and then truncate the rest. The width and heigh
I\'m new to Flex and am porting a pure Flash/AS3 app to Flex 4.5 I\'ve created a custom MXML component based on BorderContainer
<s:ViewNavigator id=\"trends\" label=\"Trends\" width=\"100%\" height=\"100%\" firstView=\"views.TrendsView\" icon=\"@Embed(\'assets/column-chart-icon32.png\')\"/>
I\'m wonderi开发者_高级运维ng if anyone has experience morphing an object from one skin/image/etc to another?
I have not been able to find any documentatio开发者_如何学Gon and searches return useless docs not involving what I want to do.
I\'m trying to show a List of data sorted by a field, County. Currently I have an ArrayCollection setup as the dataprovider to a spark List. I have an ItemRenderer attached to the list and everything