in reply to Re: Re: Perltk and TopLevel
in thread Perltk and TopLevel

You need to also change the line where you create the new top-level window.

$TestWindow = $main->Toplevel();

It's not just the require that needs to change... The /m on ariels' substitution indicated that you needed to change TopLevel->Toplevel everywhere...

Replies are listed 'Best First'.
Re: Re: Re: Re: Perltk and TopLevel
by meraxes (Friar) on May 21, 2002 at 16:48 UTC
    I'm a colossal moron. Thanks for you patience. That did the trick. Can't believe I fell for the case-sensitive problem. I'll be more careful next time.