RE: [perl-win32-gui-users] Can i have some examples?

2003-05-07 Thread Darrik Mazey
this is what i did... hope it helps... (hardly a shining example, although a working one) first create the menu, passing it a hash of display strings and menu item names, using ">" to specify a sub-menu item then pass the menu object to the Win32::GUI::Window->new() sub using the -menu key. da

[perl-win32-gui-users] Modifying tooltips

2003-05-07 Thread Hoff
Hi all, I create a window and add a button (that has a bitmap label on top of it): $errTip=$Window->AddButton( -top => 32, -left => 90, -width => 18, -height => 14, -style => 11, -

[perl-win32-gui-users] Can i have some examples?

2003-05-07 Thread Bored is me
(i got the window to show now, thanks to Peter Eisengrein) and now I'm trying to get a menubar (the standard File, Edit, etc.) and i cant figure out how to use Menu or Toolbar to work right, would you mind gving me some simple examples of how to get these to work? thanks. _

[perl-win32-gui-users] Tim Straub/LV1871 ist außer Haus.

2003-05-07 Thread Tim Straub
Ich werde ab 06.05.2003 nicht im Büro sein. Ich kehre zurück am 09.05.2003. Ich werde Ihre Nachrichten nach meiner Rückkehr beantworten. In dringenden Fällen wenden Sie sich bitte an das System-Management.

[perl-win32-gui-users] RE: Masks in an ImageList (Jeremy White)

2003-05-07 Thread Roelof Bos
RE: Masks in an ImageList (Jeremy White) > Message: 1 > From: "Jeremy White" <[EMAIL PROTECTED]> > To: perl-win32-gui-users@lists.sourceforge.net > Date: Tue, 06 May 2003 08:16:21 + > Subject: [perl-win32-gui-users] Masks in an ImageList > > I have an image list that I’m using in a treeview an