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
Works with me ... I have two windows, one button in the first window brings
the other to top. Complete code snippet attached for you to check if it
works with you and figure out the differences to yours. Oh, and I only
checked on Win2k.
Have fun,
Harald
> -Original Message-
> From: Glenn
You can find the FAQ here: http://www.jeb.ca/faq/Win32-GUI-FAQ.html
regards,
erick bourgeois
never stop questionning
www.jeb.ca
- Original Message -
From: Kevin Keegan <[EMAIL PROTECTED]>
To:
Sent: Wednesday, June 06, 2001 6:55 PM
Subject: [perl-win32-gui-users] FAQ
| I heard somethin
Hi,
So I've got this code, and it doesn't bring the window to the top. I
can see that each time I click on the notify icon that the code gets
executed, both because the print statement fires, and the window
redraws. But the window stays behind other windows, in spite of the
BringWindowToTop call
I heard something about a FAQ, where can I see this page or contribute to it? I
just started using Win32::GUI and libwww-perl and I am having so much fun. This
is so simple to create small windows programs. I would like to contribute some
of my solutions to simple problems that I encountered.
T
Daryll wrote:
Does anyone know if there is a property to have some text Flash on a
DialogBox?
I'd go with a timer and Show() and Hide() a label.
The information in this e-mail and any attachments is confidential and may be
legally privileged. It is intended solely for the addressee or addres
Does anyone know if there is a property to have some text Flash on a DialogBox?
Thanks
The information in this e-mail and any attachments is confidential and may be
legally privileged. It is intended solely for the addressee or addressees. If
you are not an intended recipient, please delete the
7 matches
Mail list logo