RE: question on TK

2008-10-15 Thread Jack
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Daniel Burgaud Sent: October-14-08 11:15 PM To: Perl-Win32-Users Subject: question on TK >Hello, >I am using TK and have multiple "MainWindow->new()" windows. > >My

question on TK

2008-10-14 Thread Daniel Burgaud
Hello, I am using TK and have multiple "MainWindow->new()" windows. My 1st problem is: How do I "disable" or "make invisible" (or any other means to prevent user from doing anything on these "disabled" windows? 2nd problem is: How do I close a window without closing the whole application? Dan