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...
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
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
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
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 =
5 matches
Mail list logo