RE: [perl-win32-gui-users] Questions about ListView and Skins and Offering a Code Sample for Anyone Interested

2004-11-18 Thread Frazier, Joe Jr
> 1) Can you lock the columns in a ListView so you can't drag > the headers to resize? > I can see the value in resizing a column on the fly, but for > whatever reason resizing screws up the layout sometimes and I > would prefer to just lock it down. I do not think so, but am not 100% sure

[perl-win32-gui-users] Questions about ListView and Skins and Offering a Code Sample for Anyone Interested

2004-11-18 Thread Bret Swedeen
Hi, I recently joined this mailing list and have enjoyed, and learned a lot, from the various posting. I've also been browsing the older posts on SourceForge and found those equally helpful. Unfortunately, I'm still struggling with bits and pieces and agree with the statement others have m

Re: [perl-win32-gui-users] Problems with background color

2004-11-18 Thread Jez White
Hi, Yes it does work - but only if you create a class, and attach it to the window - there doesn't seem to be a way to change the color once the window has been created - I've been playing with this in the last week or so:) The code below creates a green child window. Cheers, jez.

[perl-win32-gui-users] Problems with background color

2004-11-18 Thread Bret Swedeen
I need to get confirmation on the operational state of the background color option for a window. I've been unsuccessful getting it to work and from what I've read in various posts, the option doesn't appear to work as designed. Can anyone confirm that assessment? If it does work, can someone