RE: [perl-win32-gui-users] Docs (List of missing desired widgets)

2003-06-18 Thread Burak Gürsoy
:33 2003-06-17 +0300, Burak Gürsoy wrote: >maybe a silly question, but... what is a "wiki"? Basically a web site that anyone (yes anyone) can edit and contribute to. It usually has a very simple markup language. These two things together makes it something very special. The original:

RE: [perl-win32-gui-users] Docs (List of missing desired widgets)

2003-06-17 Thread Burak Gürsoy
maybe a silly question, but... what is a "wiki"? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Johan Lindstrom Sent: Tuesday, June 17, 2003 3:16 PM To: perl-win32-gui-users@lists.sourceforge.net Subject: [perl-win32-gui-users] Docs (List of missing desired

[perl-win32-gui-users] How can I show a "please wait" window?

2003-04-01 Thread Burak Gürsoy
I'm fetching data from several sites when the program starts and the main window freezes. How can I show a "Please stand by..." window and then close it when the job is done? I've tried to open a new window but $W->CloseWindow just minimizes it and I couldnt find a way to close it. Also, is there a