Skip Menu |

This queue is for tickets about the Tk-WaitBox CPAN distribution.

Report information
The Basics
Id: 8652
Status: new
Priority: 0/
Queue: Tk-WaitBox

People
Owner: Nobody in particular
Requestors: cpan [...] thomaszone.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: (no value)
Fixed in: (no value)



Subject: WaitBox broken in Tk 8.4
In Tcl/Tk 8.4 there was an API change which makes setting a window as its own master invalid. WaitBox dies with the following error on all Tk804 builds: can't make ".waitbox" its own master at /Perl/site/lib/Tk/Submethods.pm line 37. at Perl/site/lib/Tk/WaitBox.pm line 58
From: srezic [...] cpan.org
[guest - Mon Nov 29 13:31:21 2004]: Show quoted text
> In Tcl/Tk 8.4 there was an API change which makes setting a window as > its own master invalid. > > WaitBox dies with the following error on all Tk804 builds: > > can't make ".waitbox" its own master at > /Perl/site/lib/Tk/Submethods.pm line 37. > at Perl/site/lib/Tk/WaitBox.pm line 58
A possible fix is described on http://groups.google.com/groups?q=Tk::WaitBox&hl=hr&lr=&selm=50ce5237.0407271016.2ac13774%40posting.google.com&rnum=3 Regards, Slaven