Re: [flexcoders] Reduce time to load httpservice result

2012-03-30 Thread Isabelle Loyer Perso

Re: [flexcoders] Why doesn't this work?

2012-03-30 Thread Richard Albrecht
Told you I was a Newbee. Had it in an event handler that never was called. - Original Message - From: hawkcode2 r...@ralbrecht.net To: flexcoders@yahoogroups.com Sent: Thursday, March 29, 2012 10:18:12 AM Subject: [flexcoders] Why doesn't this work? Hi, I was curious about

Re: [flexcoders] Store HTML Files in Device

2012-03-30 Thread Margo Powell
Hi Rich, From one noob to another, check out this link on storing files locally: http://www.cultcreative.com/tutorials/11/13/2011/local-file-access-editing-for-android-and-ios/ I referenced this tutorial to aid me in copying the files to a storage directory on a device. Hope this is what you

Re: [flexcoders] Store HTML Files in Device

2012-03-30 Thread Margo Powell
Rich quick followup, This link: http://flexcapacitor.googlecode.com/svn/trunk/examples/webview/src/views/URLView.mxml really shows how you could read the file on an apple device. Android devices can not access the appDirectory files because they are apparently still zipped inside the .apk

[flexcoders] Flashphoner

2012-03-30 Thread Csomák Gábor
Is there anybody who had used Flashphoner before? Please drop me a line!

Re: [flexcoders] Reduce time to load httpservice result

2012-03-30 Thread Alex Harui
A custom collection can help. What does a record look like, and how many columns are displayed? Is a sort applied right away or is it optional? On 3/29/12 11:14 PM, Isabelle Loyer Perso isa_lo...@yahoo.fr wrote: All record are on datagrid. All recordset must be sorting. I use sdk

[flexcoders] Will AIR 3.2 work on Smart TVs and support Flex SDK 4.6?

2012-03-30 Thread Sean
Will AIR 3.2 work on Smart TVs and support Flex SDK 4.6? Starnge that nothing on Smart TVs was posted from Adobe in over a year... Anyone? Regards, Sean - MediaSignage.com

Re: [flexcoders] Reduce time to load httpservice result

2012-03-30 Thread Isabelle Loyer Perso

[flexcoders] Re: Tempermental URLLoader.load()

2012-03-30 Thread nagaofthesea
Howdy Alex- Fired up Network Monitor. As I expected: nada! Too weird because the URLLoader is instantiated and waiting to go. What in the world could be going on? Regards, Naga --- In flexcoders@yahoogroups.com, Alex Harui aharui@... wrote: Use a network monitor and see what is going on

[flexcoders] Re: Tempermental URLLoader.load()

2012-03-30 Thread nagaofthesea
Howdy Alex and Everyone- I have _NO_ clue why this worked, but it did. I, a la Cairngorm technique, made a custom URLLoaderDelegate and corresponding IURLLoaderResponder. Encapsulated all the URLLoader code and its handlers of the LoadFeedCommand amd moved it out to the delegate and