Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Tk keep Toplevelwindow on top of its Mainwindow

by Anonymous Monk
on Jun 26, 2018 at 20:42 UTC ( [id://1217465]=note: print w/replies, xml ) Need Help??


in reply to Tk keep Toplevelwindow on top of its Mainwindow

you can use the following

my $x = (($mw->x)+200); my $y = (($mw->y))+200; $dialog->geometry("+$x+$y"); if ($dialog->parent->toplevel->viewable){$dialog->transient($dialo +g->parent);}

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1217465]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-03-29 02:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found