[perl-win32-gui-users] pathext issue with start, run vs command line

2001-05-23 Thread Thomas, Timothy B
This isn't strictly WIn32:GUI, but it's related. I have .pl and .gpl associated with perl.exe and guiperl.exe respectively where guiperl is the console-less executable. I also have the pathext environment variable set to include .pl and .gpl. I also have all my useful scripts in one location and th

RE: [perl-win32-gui-users] Taskbar & perl2exe -gui crash

2001-05-23 Thread Piske, Harald
$_ = Win32::GUI::FindWindow ("Shell_TrayWnd", ""); @_ = Win32::GUI::GetWindowRect ($_); $width = $_[2] - $_[0]; $height = $_[3] - $_[1]; tested on Win2k and Win98. Interestingly, the position of the taskbar is slightly off the screen (-2). Note that the taskbar can be moved to each of the four w

[perl-win32-gui-users] Taskbar & perl2exe -gui crash

2001-05-23 Thread Webmaster CZ
Hi ! I have two problems: a) My program start in maximal width & height with this code: -Code $screensize= Win32::GUI::GetDesktopWindow(); $screensize_width = Win32::GUI::Width($screensize); $screensize_height = Win32::GUI::Height($screensize); -Code-

Re: [perl-win32-gui-users] Tabstrip

2001-05-23 Thread Marjolein Katsma
Jeremy, I take care of this by having two subroutines both calling the same subroutine that actually takes care of showing and hiding the controls, like so: sub tabSteps_Click () { tabSteps_Changed(); } # takes care of keyboard navigation between tabs (left, right) and # handles it just

Re: [perl-win32-gui-users] newbie's question

2001-05-23 Thread Johan Lindstrom
Jerry wrote: Which one is easier/simpler to use: Tk or Win32::GUI? The latter sounds pretty intriguing to me. Can I find any sample Win32::GUI apps on the Web? I started a Manila site to document a few things. It is now dormant :) However, this page may help you: http://win32gui.manilasite