RE: [perl-win32-gui-users] Win32::API problems invoking this modu le -- Please help.

2002-04-25 Thread Piske, Harald
That's odd. Is there something wrong with your Perl? What does perl -v tell you? Mine is v5.6.1 build 631 and I know that with last year's build 618 and API v0.1 it worked just the way you show it. > -Original Message- > From: Steven Swenson [mailto:[EMAIL PROTECTED] > Sent: Thursday, Apri

[perl-win32-gui-users] Re: Tabbing between controls

2002-04-25 Thread John Crawford
>> -tabstop => 1. pretty sure it only works with a gui::dialog. >> sorry. make that it only works with a window, not a dialog. Many thanks for prompt response. Unfortunately, I don't notice any effect either with a window or a dialog (and I'd particularly like it to work with a dialog). I'm using

Re: [perl-win32-gui-users] Tabbing between controls

2002-04-25 Thread markd
sorry. make that it only works with a window, not a dialog. "John Crawford"

Re: [perl-win32-gui-users] Tabbing between controls

2002-04-25 Thread markd
-tabstop => 1. pretty sure it only works with a gui::dialog. "John Crawford"

[perl-win32-gui-users] Tabbing between controls

2002-04-25 Thread John Crawford
What's the secret of allowing tabbing between controls? -style => WS_TABSTOP doesn't seem to have any effect. jmc

[perl-win32-gui-users] Win32::API problems invoking this module -- Please help.

2002-04-25 Thread Steven Swenson
I upgraded to .20 and still have this problem. Despite installing with ppm I can't get the module to work. This is what I am trying to do: use Win32::API; $RegisterWindowMessage = new Win32::API("User32","RegisterWindowMessage",[P],N); $SendMessage = new Win32::API("User32","Sen