Re: [perl-win32-gui-users] Drag and Drop Controls

2008-06-02 Thread Jeremy White
> I'm developing an application to allow a customer to create custom forms to > be printed. In searching this group I found notes on drag and drop in a > listview, but can any control be draged as in GUI loft? I need to allow for > labels, text boxes and picture controls on a canvas defined by th

Re: [perl-win32-gui-users] Browse Buttons For Just Directories, and the Clear() method

2008-06-02 Thread Jeremy White
Do you mean browsing for a folder rather than a file? If so, see: Win32::GUI::BrowseForFolder Cheers, jez. > From: [EMAIL PROTECTED] > To: perl-win32-gui-users@lists.sourceforge.net > Date: Mon, 2 Jun 2008 14:48:29 -0500 > Subject: [perl-win32-gui-users] Browse

Re: [perl-win32-gui-users] DateTime format

2008-06-02 Thread Jeremy White
Hi, The strings below are some of the formats that I have used: 'dd MMM ' 'MM/dd/' 'dd/MM/' ' MM dd' 'MMdd' 'dd MMM HH:mm:ss' 'MM/dd/ HH:mm:ss' 'dd/MM/ HH:mm:ss' ' MM dd HH:mm:ss' 'MMdd HH:mm:ss' Cheers, Jeremy. Date:

Re: [perl-win32-gui-users] Browse Buttons For Just Directories, and the Clear() method

2008-06-02 Thread Geoffrey Spear
On Mon, Jun 2, 2008 at 3:48 PM, Andy Daykin <[EMAIL PROTECTED]> wrote: > Also I have tried the Clear() method and it doesn't seem to do anything. I > have the following code: [...] > $main->textDirPath->Clear(); > $main->textFileExt->Clear(); use $textfield->Text(""); Clear() actually clears th

[perl-win32-gui-users] example of the usefullness of win32 GUI

2008-06-02 Thread zak
hi here is an example for using perl and win32 gui to run an excellent Dos Prompt Factorizing program in a windows GUI : it is for demonstrating the benefits of GUI interface over DOS like steel, the program are compiled using cava packager http://www.cava.co.uk/ the Factor.exe is a freeware for f

[perl-win32-gui-users] Browse Buttons For Just Directories, and the Clear() method

2008-06-02 Thread Andy Daykin
Hello, I was wondering if there is a way that you can setup the Win32::GUI::GetOpenFileName to open a directory rather than a file? Also I have tried the Clear() method and it doesn't seem to do anything. I have the following code: # Clear button my $clearButton = $main->AddButton(-name=>