From: Piske, H. <Har...@bo...> - 2001-05-08 15:48:19
|
I can confirm the behavior, but the real problem is a bug in the script, not in GUI: *EVERY* GUI object needs a unique name. Add -name => options to both the statusbar and the progressbar below it and the script starts up. | -----Original Message----- | From: Bullock, Howard A. [mailto:HBu...@ty...] [...] | The line shown below causes a fatal error and Perl closes. | | $Status = new GUI::StatusBar($W, | -text => " ", | -width => $W->ScaleWidth, | ); |