RE: Idle Callback - What is it?

2000-05-23 Thread Dunnigan,Jack [Edm]
22, 2000 12:46 PM To: Perl-Win32-Users Mailing List Subject: Idle Callback - What is it? I get the following error after I destroy a toplevel widget then try to recreate it. $Columns->destroy() if Tk::Exists($Columns); Tk::Error: Failed to autoload 'Tk::Widget::lists'

Idle Callback - What is it?

2000-05-22 Thread Troy Parry
I get the following error after I destroy a toplevel widget then try to recreate it. $Columns->destroy() if Tk::Exists($Columns); Tk::Error: Failed to autoload 'Tk::Widget::lists' at derived.pm. . . Idle Callback What causes this error, and what is Idle Callb