Re: [perl-win32-gui-users] Setting individual item properties

2004-02-20 Thread Alex Lee
Hi Jonathan: I find that win32 grid is more powerful and easier to use -- you can use it like ListView and have for example, each row to alternate colors. Example code would look something like this: for my $row (0..$Grid->GetRows()) { for my $col (0..$Grid->GetColumns()) {

[perl-win32-gui-users] Setting individual item properties

2004-02-20 Thread Jonathan Southwick
Awhile back someone was asking about changing the color of individual items in a ListView control. It can be done if someone knows if there is a way to set the properties of the items. What needs to be done is set the item's UseItemStyleForSubItems property to false but am not sure if it can

RE: [perl-win32-gui-users] Shipping resources with your exe

2004-02-20 Thread Stephen Pick
Well, we can't support PAR because currently it's kind of a stop-gap solution used by those who don't want to or cannot buy perlapp/perl2exe (like me). If you must use PAR then there is nothing stopping you from using the PAR options to include bitmaps and other files inside the PAR file. When your