[perl-win32-gui-users] Skins programming with Win32::GUI

2006-01-05 Thread Bret Swedeen
Sorry everyone, but I can't remember if I asked this question once before or not. Has anyone created a Perl app that uses Win32::GUI to create a "skinable" interface? I referring to something like WinAmp where users can change the look of the application by selecting or downloading a different sk

RE: [perl-win32-gui-users] Using Thread::Queue

2006-01-05 Thread Plum, Jason
Nice Tip! I'll be using that one in an upcoming program :-) and thus its really good to know that. Jason P. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Igor Anufriyenko Sent: Wednesday, January 04, 2006 11:58 PM To: perl-win32-gui-use

RE: [perl-win32-gui-users] Skins programming with Win32::GUI

2006-01-05 Thread Plum, Jason
That's probably because there is no "simple" way to do it in any language. There are "kits" available for VB/C++/C#, all of which add a 'nice' level of complexity to your program in terms of the work you need to do to make it work. Theoretically one or more of these 'kits' could be ported for avai

[perl-win32-gui-users] Icons and ImageLists

2006-01-05 Thread Glenn W Munroe
I've been experimenting with toolbars recently and hit a snag. I needed some simple icons, so I extracted a few from Shell32.dll and imported them using BitmapInline. The problem is that some of them look really ugly and I've been banging my head for days trying to figure out exactly what the probl

Re: [win32gui] RE: [perl-win32-gui-users] InvalidateRect problems

2006-01-05 Thread Robert May
Jeremy White wrote: The script below shows the problems I'm having with InvalidateRect(). The script makes a RichEdit move in tandem with a splitter. When no InvalidateRect() is called in the Splitter_OnRelease(), and the splitter is moved into the RichEdit area, echoes of it are created in the