RE: [perl-win32-gui-users] Absolute newbie Q

2001-09-28 Thread Forhan, Michael
I ran the script on my system , and it worked fine: however, from all I've seen in this group, the problem is most likely that you didn't include a name on your label. That causes a lot of crashes: make a habit of -name'ing everything (even if its -name='label001'). Try replacing:

RE: [perl-win32-gui-users] open file dialog?

2001-08-27 Thread Forhan, Michael
Yes, there is. Try this Function on for Size: my @File_Filter = ( Perl Files (*.pl), *.pl, Perl Gui Files (*.plx), *.plx, All Files (*.*), *.* ); my $dir = cwd; my $OPENED_FILE = GUI::GetOpenFileName( -owner = $Window, -directory = $dir,

RE: [perl-win32-gui-users] interactive help [? ]button

2001-08-06 Thread Forhan, Michael
and others in the archives I now know how to hide it , Thanks But my question still remains, how to make it Do something ? JohnR -Original Message- From: Forhan, Michael [mailto:[EMAIL PROTECTED] Sent: Friday, 3 August 2001 11:55 To: 'perl-win32-gui-users@lists.sourceforge.net' Subject

RE: [perl-win32-gui-users] interactive help [? ]button

2001-08-03 Thread Forhan, Michael
The issue of the question button came up some time ago in this group, (I have a post from 5/31/01 in my personal archive), thought it may have been hard to spot from the subject [ Window Size Controls Miscellany ?'s ] Here it is for your reference: !-- Begin Snippet -- I pulled up Microsoft's

[perl-win32-gui-users] FW: Win32::GUI Events

2001-07-18 Thread Forhan, Michael
-Original Message- From: Forhan, Michael Sent: Friday, July 13, 2001 1:10 PM To: 'perl-win32-gui-users@lists.sourceforge.net' Subject: Win32::GUI Events Is there a way to 'intercept' a call to a subroutine, and handle it elsewhere? I'm aware that if a subroutine

[perl-win32-gui-users] Rebar

2001-06-27 Thread Forhan, Michael
I have been looking for the window elements that are mobile in a window (like the toolbars in IE, and MS Office Products), and have figured from the description that what I want is a 'Rebar'. I've been having a tough time getting this item to work, and was hoping that someone could post an

RE: [perl-win32-gui-users] Window Size Controls Miscellany ?'s

2001-05-31 Thread Forhan, Michael
While I haven't been able to get rid of the cursor change (into the resize arrow), I've prevented people from resizing the box manually by placing the -maxwidth and -maxheight settings in. Thanks for your tip for -maximize! It works great, here is my window: $Name = new Win32::GUI::Window( -name

[perl-win32-gui-users] Dropdown Boxes

2001-05-18 Thread Forhan, Michael
Hello, I am currently working on a windows input program for an ODBC information prompt, and am having difficulties building a proper 'dropdown' for listing possible DSNs. I have tried using both combo boxes and list boxes, and I am able to scroll through those using the keyboard, but I

RE: [perl-win32-gui-users] Dropdown Boxes

2001-05-18 Thread Forhan, Michael
- | From: Forhan, Michael [mailto:[EMAIL PROTECTED] | Sent: Friday, May 18, 2001 8:29 | To: 'perl-win32-gui-users@lists.sourceforge.net' | Subject: [perl-win32-gui-users] Dropdown Boxes | | | Hello, | I am currently working on a windows input program for an ODBC | information prompt, and am having