[perl-win32-gui-users] Win32::FileOp CopyConfirm & CopyEx problem if destination dir exists

2003-07-28 Thread Henry Wong
Hi, I have a problem using Win32::FileOp CopyConfirm & CopyEx if the destination dir already exist. Code sample: my $Installdir = 'c:\test'; my $fromDir ="server\\dir\\'; CopyConfirm ( $fromDir => $Installdir); if c:\test\dir exits then $fromDir is copied to c:\test\dir\dir. I expected it

[perl-win32-gui-users] Win32::FileOp CopyConfirm & CopyEx problem if destination dir exists

2003-07-28 Thread Henry Wong
Hi, I have a problem using Win32::FileOp CopyConfirm & CopyEx if the destination dir already exist. Code sample: my $Installdir = 'c:\test'; my $fromDir ="server\\dir\\'; CopyConfirm ( $fromDir => $Installdir); if c:\test\dir exits then $fromDir is copied to c:\test\dir\dir. I expected it

RE: [perl-win32-gui-users] Dynamic entrys

2003-07-28 Thread Peter Eisengrein
Let's start with a basic question: What type of widget is $main->MECH$x ? Does this work part way and then crash or does it crash on the first attempt? -Original Message- From: Chris [mailto:[EMAIL PROTECTED] Sent: Saturday, July 26, 2003 8:22 AM To: perl-win32-gui-users@lists.sourceforge