Hi,
How do I make it so I can right click a menu item, and it brings up a popup
menu?
Nick
At 08:10 2000-08-27 +0300, [EMAIL PROTECTED] wrote:
1. Show up on full screen
How to size it to the Desktop (don't know about the entire screen):
Win32::GUI::GetDesktopWindow()
Returns the handle of the desktop window.
GetClientRect()
Returns a four elements array defining the windows client
At 16:38 2002-08-26 -0500, Gossett, Malachy wrote:
Well, it still doesn't look like I'm getting it, but I am trying to get
this to minimize to the sys tray. Anyone with experience in this see
where I am missing the boat?
You never create a NotifyIcon, only an Icon.
The following is from a sm
Well, it still doesn't look like I'm getting it, but I am trying to get
this to minimize to the sys tray. Anyone with experience in this see
where I am missing the boat?
Thanks in advance
Mal
# Hello.pl script from SourceForge.Net
use Win32::GUI;
$MW = new Win32::GUI::Window(
-title
ok, that helps. That's what I presume. I'm used to explicidly calling
subroutines (ie, &Hello_Click()), etc.
This makes more sense, as I am trying to modify this example to minimize
to the sys tray, and of couse, it doesn't.
Thanks
Mal
-Original Message-
From: Pet
The subs are called by events, such as Click, RightClick, etc. Any handle
such as Hello (which in this case is defined as the name of the button) can
have one or more of these actions assigned to them. The convention for these
subs is Name_Event where _Event is appended to the widget's name, i.e.
H
Johan, that is a pretty good explanation. I'm a bit new to Win32::GUI,
having used TK more, but never became a super user with it either. Once
question I have, I notice that subroutines don't need specific calls, so
how do they get called.
A perfect example would be the hello.pl from th 665 sour
At 08:03 2000-08-27 +0300, [EMAIL PROTECTED] wrote:
I've just installed win32::gui but how i will do my first app if I try this :
use Win32::GUI;
my $w = new Win32::GUI(-name => 'XX');
$w->Show();
But the window just got created and destroyed imedietly !?! Why this happen ?
Unlike your vanill
hi,
after u probably answered my first question :"), here are the next ones..
I want to create app that will do the following :
1. Show up on full screen
2. Do a controled (by the arrow keys) slide show... (not time based)
3. Run another app based on the image shown and after the app finish ret
hi,
I've just installed win32::gui but how i will do my first app if I try this :
use Win32::GUI;
my $w = new Win32::GUI(-name => 'XX');
$w->Show();
But the window just got created and destroyed imedietly !?! Why this happen ?
Thanx alot in advance
raptor
PS. Could u just place in the SYNOPSY
I will be out of the office starting 23/08/2002 and will not return until
16/09/2002.
verlof
DISCLAIMER
This e-mail and any attached files are confidential and may be legally
privileged. If you are not the addressee, any disclosure, reprod
11 matches
Mail list logo