[perl-win32-gui-users] Start dir in BrowseForFolder without -root

2006-04-04 Thread Amondsen, Nikolaj Berg DK - AFI
Hi Is it possible to specify a startdir for the BrowseForFolder function so that is is still posible to browse for folders above this folder in the filestructure. Using -root hides everything above the specified root-dir, allthough it is still possible to select files outside this dir by filling o

RE: [perl-win32-gui-users] Start dir in BrowseForFolder without -root

2006-04-05 Thread Amondsen, Nikolaj Berg DK - AFI
That is perfect! Thank you very much :) I wonder why that isn“t mentioned in the documentation, it seems like a normal and usefull feature. - Nikolaj > -Original Message- > From: darrik [mailto:[EMAIL PROTECTED] > Sent: 4. april 2006 21:22 > To: Amondsen, Nikolaj Berg D

RE: [perl-win32-gui-users] Need an example, please.

2006-05-31 Thread Amondsen, Nikolaj Berg DK - AFI
Hey Kevin You should use the Win32::GUI::Dialog() call instead of calling sleep and DoEvents explicitly.. You do a "sleep" for each line in the file, so it's no surprise it takes forever to read... This will also keep your program running after it exits the last loop. To read the file you can us