[perl-win32-gui-users] listview text color

2005-02-01 Thread CGIexpo.com Support
I know you can set the text color for the items in a list view: $Window->ListView->TextColor(hex("FF")); Is there any way to set the color on just one row of text leaving the others as they are?

[perl-win32-gui-users] Listview - Drag n Drop

2005-02-01 Thread Chris Wearn
Hi All, Have been working with Jez to implement the methods and properties to allow drag n drop for the listview control in icon mode. I can't find any examples of how the code is implemented (except a few VB examples). Attached is an Win32::GUI example of where I am up to so far. Note: to run t

[perl-win32-gui-users] Using threads to keep the GUI alive

2005-02-01 Thread Johan Lindstrom
I experimented a bit with threads and how to use them to perform tasks in the background while still keeping the GUI responsive. This is a first draft. Hopefully it will be useful to someone. Demo with .gld file at: The program is u