I think thath is a problem of implementation of TK on Win/DOS.
On Linux with Gnome Desktop i'm tries something script with TK, opening new window by a
button, without problem.
if you post all the code is best...
Walter
> I have a TK issue.
>
> This code creates the initial TK box.
>
> >>
I have a TK issue.
This code creates the initial TK box.
>> use vars qw/$TOP/;
>> $TOP = Tk::MainWindow->new;
>> $TOP->title('blah blah');
>> $TOP->configure(-background => lc('PeachPuff1'));
etc.(a lot more code)
When the user clicks the button of his choice, the TK box disappears into