[flexcoders] Re: NativeWindow Error

2008-05-27 Thread ibdwalrus
--- In flexcoders@yahoogroups.com, Tim Hoff [EMAIL PROTECTED] wrote: wtf, meant to say import statement. -TH --- In flexcoders@yahoogroups.com, Tim Hoff TimHoff@ wrote: Hi Mike, You're going to have to add an insert statement for the class: import flash.display.NativeWindow;

Re: [flexcoders] Re: NativeWindow Error

2008-05-27 Thread Josh McDonald
Mike, in builder if you get an error like that , move the cursor to the end of the offending keyword, like so: private var nw1:NativeWindowcursor; Ant hit ctrl-space, and usually the auto-complete will help you out with your import. -J On Wed, May 28, 2008 at 11:50 AM, ibdwalrus [EMAIL

Re: [flexcoders] Re: NativeWindow Error

2008-05-27 Thread Maciek
Actually, it's fairly common to leave out import statements in programming book examples to save space. Just FYI, since you'll probably run into this again. -Maciek On Wed, 2008-05-28 at 01:50 +, ibdwalrus wrote: --- In flexcoders@yahoogroups.com, Tim Hoff [EMAIL PROTECTED] wrote: wtf,