RE: [perl-win32-gui-users] Getting TAB in a Window

2001-10-12 Thread Ami Bar-Yadin
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of > Johan Lindstrom > Sent: Friday, October 12, 2001 3:13 AM > To: perl-win32-gui-users@lists.sourceforge.net > Subject: Re: [perl-win32-gui-users] Getting TAB in a Window > > > Ami wrote: > >I don't know why

RE: [perl-win32-gui-users] msk.pl

2001-10-12 Thread Ami Bar-Yadin
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of > Mark Wilkinson > Sent: Friday, October 12, 2001 8:09 AM > To: Ami Bar-Yadin > Cc: 'List-Perl-Win32gui-users (E-mail)' > Subject: Re: [perl-win32-gui-users] msk.pl > > > Ami Bar-Yadin wrote: > > > I thi

RE: [perl-win32-gui-users] Getting TAB in a Window

2001-10-12 Thread Piske, Harald
> Is there any plans to support more event types? E.g. > keyboard events. Then > we might handle the TAB in our callbacks for a Window. Not an ideal > solution. I'd rather use events for more creative stuff. a) there are plans to come up with a whole new, extensible event model. We're all eag

[perl-win32-gui-users] Re: Documentation (unpleasentries)

2001-10-12 Thread Mark Wilkinson
> If you would like to write a section for the HOW-TO for menus, that would be > great! It seems to me that it is more sensible to put documentation where it belongs - in the documentation - rather than dispersing the fundamental knowledge around various tutorials. The existing HTML documentatio

[perl-win32-gui-users] Improving the documentation (Was: [perl-win32-gui-users] msk.pl)

2001-10-12 Thread Johan Lindstrom
Mark wrote: If any of the developers are on the list - I am offering to help :-) :-) (at least w.r.t. improving the documentation...) I know for a fact that Aldo would appreciate that a lot. Send him an email. /J -- --- -- -- -- - - --- Johan Lindström

Re: [perl-win32-gui-users] msk.pl

2001-10-12 Thread Mark Wilkinson
Ami Bar-Yadin wrote: > I think 10 people having their hand in the oven is enough for a project this > size, but that's just my opinion. well... the evidence suggests otherwise. If that were the case, then the documentation would already be up-to-date. However, since I have been on this list I

Re: [perl-win32-gui-users] Getting TAB in a Window

2001-10-12 Thread Johan Lindstrom
Ami wrote: I don't know why TAB works in a Dialog but not in a Window. #Create window, then $winMain->{dialogui} = 1; /J -- --- -- -- -- - - --- Johan LindströmBoss Casinos Sourcerer [EMAIL PROTECTED] http://www

Re: [perl-win32-gui-users] Question: Qualified callbacks

2001-10-12 Thread Johan Lindstrom
Ami wrote: At the moment I'm putting callbacks in package main, i.e. "global". Is there any way to specify a package for callbacks? Ideally Win32::GUI would assume the package of the object, instead of package main. Yes. Or pass the window object to the event handler, that would be nice. Unt