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
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
> > ( 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
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
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
# 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
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
(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
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
9 matches
Mail list logo