You need both the -tabstop => 1, and $Window->{dialogui} =1;  to work.
Just tried with just one and it didn't work, needed both.

Joe







Peter Eisengrein <[EMAIL PROTECTED]> on 11/08/2001 01:33:54 PM

To:   "'Piske, Harald'" <[EMAIL PROTECTED]>,
      "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>,
      perl-win32-gui-users@lists.sourceforge.net
cc:
Subject:  RE: [perl-win32-gui-users] Tab through buttons and textfields

I knew that added the functionality to the window (suppose I should have
mentioned it too) but thought you also had to tell it which widgets are
tabstops and which aren't. No?

> -----Original Message-----
> From: Piske, Harald [mailto:[EMAIL PROTECTED]
> Sent: 08 November 2001 13:17
> To: '[EMAIL PROTECTED]';
> perl-win32-gui-users@lists.sourceforge.net
> Subject: RE: [perl-win32-gui-users] Tab through buttons and textfields
>
>
> Actually, there seems to be an easier way.
>
> $Window->{-dialogui} = 1;
>
> Taken from a recent posting.
> We have a silent agreement here on this list not to blame or
> flame anyone
> for re-posting questions that have been answered, since we
> know searching
> the archives does not work ... right, guys? Erm, GUIs?
>
> > -----Original Message-----
> > From: Peter Eisengrein [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, November 08, 2001 09:50
> > To: '[EMAIL PROTECTED]';
> > perl-win32-gui-users@lists.sourceforge.net
> > Subject: RE: [perl-win32-gui-users] Tab through buttons and
> textfields
> >
> >
> > On each widget that you want to be able to tab to/from you
> need to add
> > -tabstop => 1,
> >
> >
> >
> > > -----Original Message-----
> > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> > > Sent: 08 November 2001 12:07
> > > To: perl-win32-gui-users@lists.sourceforge.net
> > > Subject: [perl-win32-gui-users] Tab through buttons and textfields
> > >
> > >
> > >
> > >
> > > Hello,
> > >
> > > How do you set up a gui window so that you can use the tab
> > > key to go from
> > > one textfield or button to another?
> > >
> > > Thanks,
> > >
> > > Joe
> > >
> > >
> > >
> > >
> > >
> > >
> > > _______________________________________________
> > > Perl-Win32-GUI-Users mailing list
> > > Perl-Win32-GUI-Users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
> > >
> >
> > _______________________________________________
> > Perl-Win32-GUI-Users mailing list
> > Perl-Win32-GUI-Users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
> >
>
> _______________________________________________
> Perl-Win32-GUI-Users mailing list
> Perl-Win32-GUI-Users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
>







Reply via email to