Re: [perl-win32-gui-users] weird textfield issue

2001-05-10 Thread Marjolein Katsma
Chris, Forgive me if I sound pedantic - but here's some advice from an old hand (slightly rheumatic by now - seriously!) at programming. If you want to find out the hard way (may do!) delete this *now*; don't read any further. On the other hand...: Do *not* hide that DOS (command-line) window u

Re: [perl-win32-gui-users] weird textfield issue

2001-05-10 Thread Chris Etzel
I found it. I had AddTextField instead of AddTextfield. Correct caps are not my strong point apparently, but I imagine learning them would prevent further headaches! Thanks for the debugging tips. They came in handy when trying to find the problem. - Original Message - From: "Marjolein K

Re: [perl-win32-gui-users] Drag-n-drop (was: Show In Taskbar)

2001-05-10 Thread Johan Lindstrom
Wohoo! I got it to work! :) It took some XS hacking though. Nothing fancy, mostly copy-paste and common sense. I added the WM_DROPFILES message to the WindowMsgLoop so that it throws an event DropFiles() with the drop handle in question. And once in Perl it was piece a cake to call the shel

Re: [perl-win32-gui-users] weird textfield issue

2001-05-10 Thread Marjolein Katsma
Chris, At 20:38 2001-05-09 -0500, Chris Etzel wrote: >I found it. Great! > I had AddTextField instead of AddTextfield. Correct caps are not >my strong point apparently, but I imagine learning them would prevent >further headaches! You know, I do that *all* the time ;-) It's just part of learnin

[perl-win32-gui-users] DragDrop.pm and new Oasis release

2001-05-10 Thread Johan Lindstrom
There is now a Win32::GUI::DragDrop module available at http://www.bahnhof.se/~johanl/perl/Win32GUI/ There is a complete example/demo program in the POD if you would like to take the trouble to rebuild your Win32::GUI module. There is also a new version of Perl Oasis which, of course, contai

[perl-win32-gui-users] Win32::GUI::Icon

2001-05-10 Thread Jeremy Aiyadurai
hello all, thankyou for your help so far is this Win32::GUI::Icon functional, or is there something wrong with my file. new Win32::GUI::Icon("favicon.ico"); thanks Jeremy .A favicon.ico Description: Binary data

[perl-win32-gui-users] Re: DragDrop.pm and new Oasis release

2001-05-10 Thread Hirosi Taguti
> There is now a Win32::GUI::DragDrop module available at > > http://www.bahnhof.se/~johanl/perl/Win32GUI/ > > There is a complete example/demo program in the POD if you would like to > take the trouble to rebuild your Win32::GUI module. I've just tried. The demo program in the POD printed, "I

Re: [perl-win32-gui-users] Win32::GUI::Icon

2001-05-10 Thread Marjolein Katsma
Jeremy, What you have there is correct - but how are you using it? When I use an icon for a window (system) icon, it works fine, but I have been unable to make one work on a button (but a Bitmap works in that case). For a system icon the normal size restrictions apply: 16x16 for as it appears