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 use

[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

[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