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

2005-02-02 Thread Glenn W Munroe
I'm afraid the short answer is "no" (as far as I'm aware)--at least not using the latest Win32::GUI release. Someone asked this a year or so ago and I looked into it, eventually coming up with a tremendous hack (using hooks) to get it to work. Since then, the XS code has changed and the hack doesn'

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

2005-02-02 Thread Johan Lindstrom
At 14:45 2005-02-01, Johan Lindstrom wrote: I think most of this could be fairly neatly encapsulated in a module so there is a small amount of synchronization code in the application. Yep, now I have a Task class (should probably be named Threads::Task or something) which encapsulates this. T