| Hirosi Taguti wrote: [...] | > This -topmost option cann't be changed after creation? [...] | no, it doesn't work (yet); changing -topmost requires an | additional bit of code that I wasn't afare of until recently :-) [...] | Aldo
This may be a stupid idea and I admit I did not test it:
you could try
sub MainWindow_Deactivate
{
$MW->SetForegroundWindow ()
if $stay_on_top_flag;
}
of course, this would reactivate your window, i.e. give it
back the focus, which might not be what you want.

