in reply to Re: Re: Using a Tk window within a functionin thread Using a Tk window within a function
$mw->raise(); [download]
if ($mw->state eq 'withdrawn') { $mw->raise; } else { $mw->withdraw; [download]