[perl-win32-gui-users] Windows XP Color Bug

2003-11-20 Thread Chris
Does anyone have a way to resolve the windows xp color bug? If so, I think it would be a wonderful thing to include.

[perl-win32-gui-users] Re: [perl-win32-gui-hackers] additional fix for cursors

2003-11-20 Thread Glenn Linderman
Excellant. I had noticed the resize cursor persisted until the mouse pointer got to a "real" sub object inside the main window... annoying but not (to me) as annoying as not having the resize cursors at all, and not a problem on windows that are filled with sub objects. But this fix does the

[perl-win32-gui-users] additional fix for cursors

2003-11-20 Thread Steve Pick
In addition to Glenn Linderman's fix for resize cursors this should be put in (@)INTERNAL:Create(%OPTIONS) near the top: perlcs.hCursor = LoadCursor(NULL, IDC_ARROW); I've put it just below the line that reads perlcs.iEventModel = PERLWIN32GUI_EM_BYNAME; This will stop the cursor remaining as a

[perl-win32-gui-users] Win32::GUI::XMLBuilder

2003-11-20 Thread Blair Sutton/Odey
Hi all, Great work on Win32::GUI, I feel with Perl's new ithreads system there's a lot of capability. I've created a basic module that uses XML::Twig to create GUIs from XML (have you seen XAML?). The XML can also include perl scripts to generate parts of the GUI on the fly. It also helps with

Re: [perl-win32-gui-users] I'm here

2003-11-20 Thread Glenn Linderman
On approximately 11/20/2003 2:13 AM, came the following characters from the keyboard of Aldo Calpini: Erick Bourgeois wrote: Great to see you back. I installed and played with CGI::Kwiki. The main problem I have with this module/application is that users need to learn the wiki "language". (For

RE: [perl-win32-gui-users] Destroying a window

2003-11-20 Thread Peter Eisengrein
One quick and dirty way to do it would be undef($Window); but that may cause other problems if you have other widgets that reference the window. For example, if you have a Timer that updates a clock on $Window every second, you will begin to get errors every second. So, unless you *really* want to

[perl-win32-gui-users] Destroying a window

2003-11-20 Thread Cruickshanks, Darin
All, How do you destroy a window in Win32::Gui? I read about a Destroy() method but this doesn't seem to help. In the past I have just hidden any windows that I wanted to remove but I now nee to destroy one completely. Darin Darin Cruickshanks Labs

Re: [perl-win32-gui-users] I'm here

2003-11-20 Thread Aldo Calpini
Erick Bourgeois wrote: > Great to see you back. > I installed and played with CGI::Kwiki. The main problem I have > with this module/application is that users need to learn the wiki > "language". (For example, to make a the H4 tag, you must put > 4 = before and after the word(s).) I am planning to