[perl-win32-gui-users] Perl Code Exchange

2001-06-18 Thread Erick Bourgeois
Hi all, I have finally finished the Perl Code Exchange application I was building. You can now either cut and paste a code snippet or upload a script (or a binary). You may find it at www.jeb.ca/cgi-bin/exchange/display.cgi or the upload page may be found at www.jeb.ca/cgi-bin/exchange/upload.cgi

[perl-win32-gui-users] (no subject)

2001-06-18 Thread Erick Bourgeois
Hi all, I have finally finished the Perl Code Exchange application I was building. You can now either cut and paste a code snippet or upload a script (or a binary). You may find it at www.jeb.ca/cgi-bin/exchange/display.cgi or the upload page may be found at www.jeb.ca/cgi-bin/exchange/upload.cgi

Re: [perl-win32-gui-users] TabStrip with images - does it work?

2001-06-18 Thread Johan Lindstrom
Aldo wrote: not quite. the sample (tabstrip.pl in the samples directory from the source distribution) actually uses indexes from the ImageList. Ah, mea culpa! Sloppy research on my part, sorry about the troll post :) To my excuse I'd like to mention that during the creation of The GUI Loft I

Re: [perl-win32-gui-users] TabStrip with images - does it work?

2001-06-18 Thread Aldo Calpini
Johan Lindstrom wrote: > A weird thing: > > According to the docs, you can attach an -imagelist to a TabStrip, and then > specify the image index when you add a Tab. > > But the sample app for TabStrip attaches an ImageList and specifies > _Bitmap_ objects. not quite. the sample (tabstrip.pl in