Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Monitor dimensions

by chester (Hermit)
on Sep 02, 2005 at 19:19 UTC ( [id://488745]=note: print w/replies, xml ) Need Help??


in reply to Monitor dimensions

use strict; use warnings; use Tk; my $main = MainWindow->new(); my ($width, $height) = ($main->screenwidth(), $main->screenheight()); print "Width: $width\nHeight: $height";

Replies are listed 'Best First'.
Re^2: Monitor dimensions
by biochris (Beadle) on Sep 02, 2005 at 19:34 UTC
    Thank you so much. You have given me my hope back for Perl/Tk.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2024-04-23 06:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found