| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 6 months |
| seen | 13 hours ago | |
| stats | profile views | 113 |
|
Dec 6 |
comment |
Flex Mobile: channging default application frameRate Quick performance enhancement would be to reduce your timers to a single one that triggers each 500, 1000, 2000, and 5000ms instead of using 4 different ones for that. Other than that, is there any particular reason for choosing Flex for a game? Stage3D frameworks are your best friend for games. |
|
Dec 6 |
comment |
Flex Mobile List Just add a picture of what you're trying to do here with some additional information, otherwise it'll be nearly impossible to give you any recommendations, yet specific coding assistance. |
|
Dec 5 |
awarded | Popular Question |
|
Dec 5 |
comment |
Flex 4.6 TextInput with prompt on ios misbehaves Too bad that the issue is still very present in AIR 3.5. It's these little things that make Flex less and less viable for serious enterprise app development. Maybe Adobe ditched it because they saw that the framework wasn't really suitable for mobile in the first place. It just has too many flaws. |
|
Dec 5 |
comment |
Flex 4.6 Mobile - TextArea & TextInput Skin Issues Not really a solution, though, is it? The mobile.TextInputSkin introduces a whole lot of other problems with Flex 4.6 and AIR 3.5, such as omitting the first character that has been entered. |
|
Nov 29 |
comment |
Push notification for Iphone App using Flex mobile developement Android push notifications are not natively supported with AIR 3.4, so you'd still need an ANE for that. On iOS it works nicely, though. |
|
Nov 28 |
awarded | Yearling |
|
Nov 19 |
accepted | AS3/Flex apply sort to ArrayCollection only once |
|
Nov 16 |
revised |
AS3/Flex apply sort to ArrayCollection only once added 329 characters in body |
|
Nov 16 |
answered | AS3/Flex apply sort to ArrayCollection only once |
|
Nov 16 |
comment |
AS3/Flex apply sort to ArrayCollection only once @SunilD., thanks so far. I've tried using Array.sort(fidSort); already, and the compare function executes correctly, however the ArrayCollection isn't getting sorted, even though I called refresh on it. As for the a.myMap[key]["fieldValue"], that doesn't work either. But I'm fine if the compare function on the array would work. |
|
Nov 15 |
asked | AS3/Flex apply sort to ArrayCollection only once |
|
Nov 14 |
asked | Assign styles or stylesheet for htmlText to StyleableTextfield in Flex mobile |
|
Nov 2 |
answered | Setting text color in a StyleableTextField |
|
Oct 24 |
awarded | Popular Question |
|
Oct 19 |
comment |
Rotation disabled when testing mobile in flash builder Do you limit the orientation somehow to just portrait or landscape? I've got it that way and the buttons are disabled, too. Maybe FB 4.6 can't handle the orientation restriction. |
|
Oct 19 |
comment |
Rotation disabled when testing mobile in flash builder Might a AIR 3.5 issue. Have you experienced this issue with the stable 3.4 release as well? |
|
Oct 18 |
comment |
Scrollbars are not showing up in Spark DataGrid with Flex 4.5.1 but do show up with 4.6 Thanks for pointing that out. Wouldn't have noticed that without you. |
|
Oct 15 |
comment |
Trace (or any other form of logs) in deployed (non debug) mobile Flex app D'oh! Thanks so much, works like a charm now. Now I can get working on my custom Targets. Appreciate your help! |
|
Oct 15 |
accepted | Trace (or any other form of logs) in deployed (non debug) mobile Flex app |