From kevin at inscoe.org Fri Jun 18 19:29:40 2004 From: kevin at inscoe.org (Kevin P. Inscoe) Date: Mon Aug 2 21:34:01 2004 Subject: [Orlando-pm] How to position root windows in Perl/Tk Message-ID: <40D388F4.4070803@inscoe.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I am writing a Perl/Tk application and want to force the root window to be in a certain position on the desktop always. Note this is not a widget I am creating (I am aware of pack & place). In X I could use a geometry reference but am unsure how to do this in ActivePerl/Tk under Windows XP. Ideas? Sorry to be off-topic on the Linux list but this is where the Perl Monks hang out. O:-) - -- Kevin P. Inscoe Amateur Radio Call Sign: KE3VIN Deltona, FL 32738 Position: 28.9002N 81.2419W kevin [at] inscoe [dot] org http://www.kevininscoe.com/sig GPG Fingerprint: 488B B0EE 06EB 8CBA 888E 0E6E 3379 0D43 6128 8D53 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1-nr1 (Windows XP) Comment: Using GnuPG with Netscape - http://enigmail.mozdev.org iD8DBQFA04j0M3kNQ2EojVMRAi89AJ9QxmD9rsHt1qQva+bose9JibUagwCfT9FS jDCZec72IpcxGe1xz/3L7ps= =ytIu -----END PGP SIGNATURE----- From kevin at inscoe.org Fri Jun 18 20:04:14 2004 From: kevin at inscoe.org (Kevin P. Inscoe) Date: Mon Aug 2 21:34:01 2004 Subject: [Orlando-pm] Re: How to position root windows in Perl/Tk In-Reply-To: <40D388F4.4070803@inscoe.org> References: <40D388F4.4070803@inscoe.org> Message-ID: <40D3910E.7040300@inscoe.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Kevin P. Inscoe wrote: > I am writing a Perl/Tk application and want to force the root window to > be in a certain position on the desktop always. Note this is not a > widget I am creating (I am aware of pack & place). In X I could use a > geometry reference but am unsure how to do this in ActivePerl/Tk under > Windows XP. Ideas? Never mind I found it $main->geometry("400x20+0+680"); via Tk:wm - -- Kevin P. Inscoe Amateur Radio Call Sign: KE3VIN Deltona, FL 32738 Position: 28.9002N 81.2419W kevin [at] inscoe [dot] org http://www.kevininscoe.com/sig GPG Fingerprint: 488B B0EE 06EB 8CBA 888E 0E6E 3379 0D43 6128 8D53 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1-nr1 (Windows XP) Comment: Using GnuPG with Netscape - http://enigmail.mozdev.org iD8DBQFA05EOM3kNQ2EojVMRAk/TAJ4mA54dmfOJq3mUZixrCmblNWRwFwCfdv0a hEsZAN5RxOiYOvdr+xddTFo= =JYmI -----END PGP SIGNATURE-----