[perl-win32-gui-users] RE: win32-gui treeview rightclick context menu

2003-02-14 Thread Roelof Bos
question. What this person needs to do is: - get info on the node (as described in the above using HitTest(x,y)) - then call Select on that node: my $node = $treeview->HitTest($mouse_x,$mouse_y); $treeview->Select($node); # Now the right node is selected before you show the menu. #

[perl-win32-gui-users] -valign option for buttons mistakes 'top' for 'center' and vise versa

2003-02-23 Thread Roelof Bos
I just discovered that the -valign option for buttons mistakes 'top' for 'center' and vise versa: # this button shows text in the middle $win->AddButton ( -name => 'Button1', -text => 'Hello World', -valign => 'top', ); # this button shows text at the top $win->AddButt

[perl-win32-gui-users] MDI

2003-03-09 Thread Roelof Bos
Hi, Looking for more information on MDI I ran into this: > > 2001-04-03 08:40 > > Please have a look at the GOE (GUI Object Explorer) at > > http://www.fairymails.com/perl/ > > Download either goe.zip or the the other three files (which are > > actually the contents of the zip), start goe.pl

[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

[perl-win32-gui-users] RE: The Win32::GUI Documentation Project

2003-06-26 Thread Roelof Bos
I am very interested in the documentation project, but how come I can visit http://jeb.ca/perl/win32-gui-docs/ ? My browser dows find th IP 65.94.2.121 but after that I get a DNS error. Roelof

[perl-win32-gui-users] Dragging from and dropping to windows / elements

2003-08-03 Thread Roelof Bos
Hi, Has anyone succeeded in enabling some kind of drag and drop support for Win32::GUI windows and objects? I am highly interested... I don't know how to start on my own. Anyone any idea? Roelof

[perl-win32-gui-users] RE: ListView Item Color

2003-10-14 Thread Roelof Bos
> My next question would be, does anyone know how I can set it so > that if the > line contains the word Failed in it, it will be highlighted? There doesnt > seem to be any documentation on ListView::Item, which is what I thought I > would use. Any insight would be greatly appreciated. and Johan

[perl-win32-gui-users] RE: contribution

2003-12-16 Thread Roelof Bos
Hi, I am very curious for your Create GUI App. but I can't get it to run. I also cnnot find a readme or install file. I just have to "guess" (or read through all the code to find out) what to do. Can you give some directions? My PERL (5.8) ends with this message: Could not find C:\Documents an

[perl-win32-gui-users] RE: Create GUI

2003-12-19 Thread Roelof Bos
Hi, > I was curious too, and I couldn't get it to work either. > But your first error is that you havn't read this: > http://www.stouk.com/CreateGui/Training1.htm > > Your are to copy the Gui.xml from the first example folder. I figured that out.. But however, the script(s) created (also from oth

[perl-win32-gui-users] ListView and Windows XP problem

2004-03-24 Thread Roelof Bos
( -name => "node_$_", -text => $klant_naam{$_}, ); $listview->ItemCheck($i,1) unless lc($mode) eq 'facturen'; } ## END EXAMPLE Thanks, Roelof Bos e-mail: [EMAIL PROTECTED]

[perl-win32-gui-users] Treeview, Toolbar and Imagelist problem. Memory trouble?

2004-11-28 Thread Roelof Bos
things but nothing seems to help. Is this a problem of the GUI::ImageList object? Or a problem of the Treeview object? Is there anyone who knows a workaround to keep my images "alive"? cheers, Roelof Bos --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus sy

[perl-win32-gui-users] RE: Treeview, Toolbar and Imagelist problem. Memory trouble?

2004-11-28 Thread Roelof Bos
sed in the example but you'll see tomorrow) But it all doesn't make a difference... cheers Roelof Bos Original message > > I have this test application (see attachment) with a toolbar and a > > treeview. > > > > The treeview lists the drives an files on my computer.

[perl-win32-gui-users] Upgrading to 1.0, help!

2004-11-29 Thread Roelof Bos
tput on the prompt follows below. I get the same error on nmake, nmake test and nmake install. thanks Roelof Bos --- E:\Software\programeren\Perl\Modules\Win32-Gui\Win32-GUI-1.0>nmake test Microsoft (R) Program Maintenance Utility

RE: [perl-win32-gui-users] Upgrading to 1.0, help!

2004-11-29 Thread Roelof Bos
Hey Bret and Win32-GUI developers, You've been of great help Bret. Thanks, it works now. Hey developers, wouldn't it be nice to add a readme file describing this in the PPM destribution? It seems pretty clear that if you use the ppm you get a very old versio of Win32-GUI...

[perl-win32-gui-users] Transparent label, with a transparent Icon

2005-04-07 Thread Roelof Bos
6,16], -pos => [$x,$y], -visible => 1, -addstyle => 11, ); $label->SetIcon($MyIcon); $label->Show(); Regards and thanks in advance, Roelof Bos