[perl-win32-gui-users] how to get the folder ??

2001-01-17 Thread christopher sagayam
Normally sub button1_Click { $file = GUI::GetOpenFileName( -owner => $W, -directory => "C:\\", -title => "Location of ", -file => $file, ); $ModuleWindow->text4->Text("$file"); now what Im doing is this I get the file selected using the win32 file dialog

Re: [perl-win32-gui-users] Timer memory leak

2001-01-17 Thread Sam
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 it's been fixed already. Aldo is putting together a new version. If you compiled your version from source, and you want a patch in the meantime then mail me direct, and I'll send instructions. > There seems to be some kind of memory leak in the Time

[perl-win32-gui-users] Timer memory leak

2001-01-17 Thread Ludvig af Klinteberg
There seems to be some kind of memory leak in the Timer function. Somehow a timer seems to be chewing memory for each cycle, so a timer with a short interval uses more memory than one with a longer interval. I can recall having read about this before, but I couldn't find anything about it in the a