Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^3: Perl TK Questions

by Khariton (Sexton)
on Dec 23, 2010 at 11:30 UTC ( [id://878787]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Perl TK Questions
in thread Perl TK Questions

If your window has 400x300 dimensions then
$mw->geometry('400x300+'.int(($mw->screenwidth-400)/2).'+'.int(($mw->s +creenheight-300)/2));
will help you.

But I see in some systems geometry works strange.
1. If I use KDE4.5.2 without 3d then all works fine.
2. If I use Compiz on Kubuntu 10.10 then some time windows position is random. In old versions of Kubuntu all was fine. May be this is temporary.
3. Some problems was on Windows with StrawberyPerl.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (6)
As of 2024-04-25 08:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found