Re: [perl-win32-gui-users] file-menu question

2001-06-07 Thread Chris Etzel
Thanks Johan. That was it. Chris - Original Message - From: "Johan Lindstrom" <[EMAIL PROTECTED]> To: Sent: Thursday, June 07, 2001 2:17 AM Subject: Re: [perl-win32-gui-users] file-menu question > Chris wrote: > >Is there anything special I should know about making a Menu visible? > > S

[perl-win32-gui-users] file-menu question

2001-06-06 Thread Chris Etzel
Hey, Is there anything special I should know about making a Menu visible? I tried this on just a blank window, but no menu is visible. $Menu = new Win32::GUI::Menu( "&File" => "File", ">Open" => "Open", ">Save" => "Save", ">Exit" => "Exit" ); I tried $Menu-Show(); Putt

Re: [perl-win32-gui-users] showing firstvisible in a combo box

2001-06-03 Thread Chris Etzel
> > ( it is 0 because combobox uses a 0-based index to reference the items > > in the list ). > > > > > > Hope that helps. > > > > Dave McLaughlin > > [EMAIL PROTECTED] > > > > > > -Original Message- > > From: [EMAIL PRO

[perl-win32-gui-users] showing firstvisible in a combo box

2001-06-02 Thread Chris Etzel
Hey, I have this code, and I want to make the word 'none' from the list visible by default and then the user can choose something else if they want. I have looked through the docs and have tried FirstVisibleItem but no luck. Any help appreciated! Chris $bftextdecdd=$Win1->AddCombobox( -name=>"b

Re: [perl-win32-gui-users] keeping a window open

2001-05-11 Thread Chris Etzel
e as far as returning messages from the CALLED back to the CALLEE( your program). Also, I would probably set a return 1 statement at the end of each event. Not sure it this is needed or not, perhaps someone else could verify. -Original Message- From: Chris Etzel [mailto:[EMAIL PROTECTE

Re: [perl-win32-gui-users] keeping a window open

2001-05-11 Thread Chris Etzel
# commented this out trying to troubleshoot # sub Toolbar_Terminate{ # -1; # } - Original Message - From: Peter Eisengrein To: 'perl-win32-gui-users@lists.sourceforge.net' Sent: Friday, May 11, 2001 7:31 AM Subject: RE: [perl-win32-gui-users] keeping a win

[perl-win32-gui-users] keeping a window open

2001-05-11 Thread Chris Etzel
Ok, it may be that I have hacking at my script so long I am cross-eyed, but it is too much fun to stop now. I figured the best way to learn the Win32::GUI was to write a cool little toolbar with a couple of my most used apps on it. It floats and brings up my apps like it should, but it closes af

Re: [perl-win32-gui-users] weird textfield issue

2001-05-10 Thread Chris Etzel
(to you!) why this works and something else you tried doesn't. > > (OK, I didn't even try your code - I just noticed you disabled the very means of finding out why it didn't work in the first place. IGNORE if you're not interested!) > > At 13:23 2001-05-09 -0500, Chri

[perl-win32-gui-users] weird textfield issue

2001-05-09 Thread Chris Etzel
Hello, I am playing around with Win32::GUI trying to refresh my memory on Perl and Win32::GUI, and: I have written a test program that basically brings up a toolbar with a button to open a launcher window that I can type a command in and launch directly. Well, all works fine exept I can't see the