[flexcoders] 1009 error

2007-09-12 Thread grimmwerks
This is getting frustrating. I've removed all references to transitions/effects, and have a simple button on click calling function {resetRegWindow()}. There IS a resetRegWindow function. I get this: TypeError: Error #1009: Cannot access a property or method of a null object reference.

Re: [flexcoders] 1009 error

2007-09-12 Thread Jobe Makar
-609-0408 fax: 919-882-1121 - Original Message - From: grimmwerks To: flexcoders@yahoogroups.com Sent: Wednesday, September 12, 2007 8:25 AM Subject: [flexcoders] 1009 error This is getting frustrating. I've removed all references to transitions/effects, and have a simple

RE: [flexcoders] 1009 error

2007-09-12 Thread Alex Harui
, September 12, 2007 5:32 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] 1009 error Hi, That error isn't saying that the function doesn't exist. It is saying that the thing that is supposed to contain that function doesn't exist. Perhaps there is a slight scoping issue here