[flexcoders] Null object doesnt exist? What is going on?

2008-11-21 Thread flexaustin
Ok, in my custom component I have this line: // root node to start with private var strtRoot:IThingy; Later in a function call from init() I call this: strtRoot = new Thingy(somearrary[1]); I get a null object error on strtRoot. I am try to create strtRoot why am I getting this error? I use

RE: [flexcoders] Null object doesnt exist? What is going on?

2008-11-21 Thread Tracy Spratt
] On Behalf Of flexaustin Sent: Friday, November 21, 2008 6:12 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Null object doesnt exist? What is going on? Ok, in my custom component I have this line: // root node to start with private var strtRoot:IThingy; Later in a function call from