[perl-win32-gui-users] RE: using Win32::GUI::Grid ([EMAIL PROTECTED])

2003-07-07 Thread Chris Wearn
Hiya tivolinewbie, Sorry, no guru but I have been using Laurent's Grid control since he first mentioned it at the beginning of May, and have found it absolutely excellent. In part of a program I have written, I do a similar thing with populating the grid from an array. First the array is construc

[perl-win32-gui-users] RE: using Win32::GUI::Grid ([EMAIL PROTECTED])

2003-07-07 Thread Chris Wearn
Hiya tivolinewbie, Sorry, no guru but I have been using Laurent's Grid control since he first mentioned it at the beginning of May, and have found it absolutely excellent. In part of a program I have written, I do a similar thing with populating the grid from an array. First the array is construc

RE: [perl-win32-gui-users] [Win32::GUI] List of missing desired widgets

2003-07-07 Thread Roedel, Mark
Three weeks later, I finally had got a little time to sit down and mess with PAR, and let's just say I'm glad I waited on sending that check to the Perl2Exe people...this is a pretty neat piece of work! Thanks much for the pointer, Laurent. --- Mark Roedel | "Blessed is he who has lear

[perl-win32-gui-users] using Win32::GUI::Grid

2003-07-07 Thread tivolinewbie
Hi Gurus, I am trying to use Grid.pm to display rows after rows of data I retrieve from a DB2 database. The problem is that I don't know how many rows I am going to be displaying ahead of time I need to do it dynamically. So I declare teh grid like this: my $Grid = $W->AddGrid ( -name=

RE: [perl-win32-gui-users] Tooltips - do they work?

2003-07-07 Thread Frazier, Joe Jr
Jeremy, try this. It works on my machine (Win2k, AP 626). Just mouse over the button and the tip should should up in a few seconds. BTW, I have been able to dynamically change tip's within a systray menu, but have not tried on a standard control (button, etc). use Win32::GUI; my $Window = n