[flexcoders] Testing Internet Connection in Flex

2008-08-06 Thread nagaofthesea
Howdy- Does anyone know of a way (AS3 or mx:CustomComponent) that tests if the user's internet connection is live? I have an application with error processing that needs to know if an RPC failed because the user's connection is down... Thanks! Naga

[flexcoders] flahs.ui.Keyboard bug?!

2008-08-27 Thread nagaofthesea
Howdy- Just installed the latest FlexBuilder 3.0.1.205647 which includes the 3.1 SDK. Went to write a handler for keyboard input using the public static constants of flash.ui.Keyboard class (testing for Keyboard.Y to represent a 'yes' answer and Keyboard.N to represeent a 'no' answer)and lo t

[flexcoders] Re: flahs.ui.Keyboard bug?!

2008-08-28 Thread nagaofthesea
. > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of nagaofthesea > Sent: Wednesday, August 27, 2008 10:10 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] flahs.ui.Keyboard bug?! > > > > Howdy- > > Just inst

[flexcoders] Pay-to-Play Credit Card Processors

2008-05-05 Thread nagaofthesea
Hello All- I am prototyping an online application that will require users pay-to- play. That is, users can purchase chunks of time to gain access to the application's functionality. My application is being developed using Flex3 on the front, ColdFusion8 in the middle and SQL Server 2005 on the

[flexcoders] URGENT: Need an *Expert (Alex?)* in Flex 4.5.1 Mobile Text

2011-08-03 Thread nagaofthesea
Howdy Alex (or anyone else)- SCENARIO: Flex 4.5.1 mobile application targeting Android and iOS (no pad) only. Works flawlessly on desktop emulations (all profiles) and on all Android devices. Started testing on iOS 3GS and I get the following error (only top-most relevant lines are displayed) a

[flexcoders] Re: URGENT: Need an *Expert (Alex?)* in Flex 4.5.1 Mobile Text

2011-08-04 Thread nagaofthesea
he end of the stack trace? That doesn't make sense. When > does it really get called? > > > > > On 8/3/11 9:26 PM, "nagaofthesea" wrote: > > > > > > > Howdy Alex (or anyone else)- > > SCENARIO: > Flex 4.5.1 mobile appli

[flexcoders] Re: URGENT: Need an *Expert (Alex?)* in Flex 4.5.1 Mobile Text

2011-08-04 Thread nagaofthesea
Hi Alex- Just checked. Yes, I do -Naga --- In flexcoders@yahoogroups.com, Alex Harui wrote: > > If you use the default adobe skins do you have the same problem? > > > On 8/4/11 11:35 AM, "nagaofthesea" wrote: > > > > > > > >

[flexcoders] Re: urgent: socket communications at port 443?

2011-08-04 Thread nagaofthesea
Howdy- A pure shot in the dark: Have you tried also explicitly setting the secure attribute to what you it to be? Cheers, Naga --- In flexcoders@yahoogroups.com, grimmwerks wrote: > > > Is it possible to use a normal socket at 443 (apache not binding the port) > while loading a crossdomain

[flexcoders] Re: loading socket policy files from port 80.

2011-08-04 Thread nagaofthesea
Howdy- I have only had success using a handler for the preinitialize event: protected final function setUpTrust(e:Event):void { Security.allowDomain("domain.com/crossdomain.xml"); Security.loadPolicyFile("http://domain.com/crossdomain.xml";); var urlRequest:URLRequest = new URLR

[flexcoders] Re: URGENT: Need an *Expert (Alex?)* in Flex 4.5.1 Mobile Text

2011-08-04 Thread nagaofthesea
--- In flexcoders@yahoogroups.com, Alex Harui wrote: > > If you use the default adobe skins do you have the same problem? > > > On 8/4/11 11:35 AM, "nagaofthesea" wrote: > > > > -- > Alex Harui > Flex SDK Team > Adobe System, Inc. > http://blogs.adobe.com/aharui >

[flexcoders] Re: URGENT: Need an *Expert (Alex?)* in Flex 4.5.1 Mobile Text

2011-08-05 Thread nagaofthesea
Alex- Copy that. Will do. -Naga --- In flexcoders@yahoogroups.com, Alex Harui wrote: > > Might just be a bug. Please file a bug with a simple test case. > > > On 8/4/11 5:32 PM, "nagaofthesea" wrote: > > > > > > > > > Howdy Alex-

[flexcoders] Re: how common is Flex and Rails together?

2011-09-18 Thread nagaofthesea
Howdy- I believe the very smart guys that comprise LessonNine Ghmb (of babbel fame) started the project using Flex and Rails. I do not know if they are still using said .. >From Wikipedia: An Adobe Flex Application Highly interactive, more than a website, Babbel is a full Web-software-powere

[flexcoders] ViewNavigatorApplication not passing strongly-type firstViewData property.

2011-09-18 Thread nagaofthesea
Howdy- I have used (my customized) Cairngorm 2.0 and Flex 4.5.1 to build my first iOS + Andorid app. Launched and available at iTunes and Android Market without a hitch. I am building another flavor of the same app and BAM! type conversion error with the passing of the data object!! What??

[flexcoders] Re: ViewNavigatorApplication not passing strongly-type firstViewData property.

2011-09-19 Thread nagaofthesea
s, but I know > that when it does happen, the solution is to retype them. In your case, you'd > have to do something in your first view like: var modelLocator:ModelLocator = > data as ModelLocator; > > > --- In flexcoders@yahoogroups.com, "nagaofthesea" wro

[flexcoders] Re: ViewNavigatorApplication not passing strongly-type firstViewData property.

2011-09-19 Thread nagaofthesea
BTW - the cut & paste operation was to assure myself that the problem was *NOT* coder error Sheesh! I RAlly hate cheesy fixes like this. Naga --- In flexcoders@yahoogroups.com, "nagaofthesea" wrote: > > Hi- > > Thanks, but the AS operator results in a NULL because

[flexcoders] Re: ViewNavigatorApplication not passing strongly-type firstViewData property.

2011-09-19 Thread nagaofthesea
w it got un-checked, but apparently when the application data is NOT cleared with each launch weird 1034 errors happen ... Naga --- In flexcoders@yahoogroups.com, "nagaofthesea" wrote: > > Howdy- > > Follow up for all. > > Solution: Delete the view component and rebui

[flexcoders] Tempermental URLLoader.load()

2012-03-24 Thread nagaofthesea
Howdy All- PROBLEM: Strange URLLoader.load() behavior: sometimes it works; sometimes it doesn't. Can't step through airglobal.swc to see what's wrong. DETAILS: I am using the latest SDK in several versions of an AIR project. The core code is identical across versions of the project. Most cha

[flexcoders] Re: Component controls

2012-03-24 Thread nagaofthesea
Hi Jerry- I use Cairngorm. I would specify a property in a bindable final MyModel like so: public var labelVisible:Boolean; MyModel is then referenced as a property on bindable MyModelLocator (Singleton) like so: public var myModel:MyModel; I then would make my custom component with

[flexcoders] Re: Tempermental URLLoader.load()

2012-03-25 Thread nagaofthesea
to the wrong thing? Because you should get > those events when it does work. > > > On 3/24/12 4:00 PM, "nagaofthesea" wrote: > > > > > > > Howdy All- > > PROBLEM: > Strange URLLoader.load() behavior: sometimes it works; sometimes it d

[flexcoders] Re: Tempermental URLLoader.load()

2012-03-30 Thread nagaofthesea
rneath. > > > On 3/25/12 11:49 PM, "nagaofthesea" wrote: > > > > > > > Howdy Alex- > > Yes, everything works as expected when it does work including all the calls > with the listeners. > > In the projects it does NOT work all

[flexcoders] Re: Tempermental URLLoader.load()

2012-03-30 Thread nagaofthesea
flexcoders@yahoogroups.com, "nagaofthesea" wrote: > > 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 > &