[perl-win32-gui-users] Maintaining text size across different Windows Operating Systems

2012-05-08 Thread John Whitney
Hello: My Win32::GUI app has text in the window, and when run on Windows 7, versus 98 or XP, the size of the text in pixels changes. Is there a way to keep the text size consistant, pixel wise, across the different operating systems? Here is an image showing how it differs, Windows 7 vs Win98...

[perl-win32-gui-users] Vertical line spacing and a Win98/WinXP issue

2010-09-24 Thread John Whitney
or checkbox without any text, and add a text label near it that I can change the -foreground and -background, but this is a kludge I would like to avoid. John Whitney Utah, USA john at johnwhitney period com -- Start un

[perl-win32-gui-users] How to capture keyboard key presses

2009-10-11 Thread John Whitney
Hello, I have a timer application that uses Win32::GUI, version 1.06, and all works quite nicely. I would like add a capability so that my $window_main can capture keyboard events when certain keys are pressed, for example space bar (\x20), esc (\x1b) if possible, enter (\x0d), or one of the keyb

[perl-win32-gui-users] File Save with Vista

2008-03-07 Thread John Whitney
I have a program that uses Win32::GUI::GetSaveFileName to open a "Save As" dialog window. In win98 and XP it works fine. With Vista the "File Name" and "Save As Type" text fields are missing and do not appear in the dialog window. Any ideas on how to get these to appear with Vista? Using Vista

[perl-win32-gui-users] Centering Win32::GUI::GetOpenFileName Dialog Box

2005-01-27 Thread John Whitney
Does anyone know how I could center my Win32::GUI::GetOpenFileName dialog box in my window say $window_main? $directory_and_file_name = Win32::GUI::GetOpenFileName ( -owner => $window_main , -size => [ 400, 400 ] , -directory => $directory , -file =