Re: [flexcoders] Re: Newbie Help - simple login via CFC

2006-08-04 Thread Tom Chiverton
On Thursday 03 August 2006 15:25, flycl65 wrote: TypeError: Error #1009: Cannot access a property or method of a null object reference. Something is not what you think it is :-) Set a breakpoint. -- Tom Chiverton This email is sent for

RE: [flexcoders] Re: Newbie Help - simple login via CFC

2006-08-03 Thread João Fernandes
Put a breakpoint here private function login_result(event: Object):void And run your app in debug mode and check your event object. BTW, shouldnt be login_result(event:ResultEvent):void instead? João Fernandes Dep. Informática - Área de Desenvolvimento Cofina media Avenida

RE: [flexcoders] Re: Newbie Help - simple login via CFC

2006-08-03 Thread Darren Houle
@yahoogroups.com To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: Newbie Help - simple login via CFC Date: Thu, 3 Aug 2006 15:31:49 +0100 Put a breakpoint here private function login_result(event: Object):void And run your app in debug mode and check your event object. BTW, shouldn't