From: Geoffrey S. <geo...@gm...> - 2007-07-11 11:11:43
|
You need to add -tabstop =3D> 1, to the options for any control that you want to be able to select with tab. On 7/11/07, Maxmelbin Neson (RBIN/EMT1) <Max...@in...> wrot= e: > > > > > Hello , > > How do I use DialogUI method to make my Window take "Tabs" etc =85. > > use Win32::GUI; > use Win32::GUI::GridLayout; > > $main =3D Win32::GUI::DialogBox->new(-name =3D> 'Main', > -text =3D> 'Perl Win32 GUI', > -width =3D> 550, > -height =3D> 650, > -maximizebox =3D> 0, > ); > > $worktext =3D $main->AddTextfield( > -width =3D> 300, > -height =3D> 26, > -left =3D> 20, > -top =3D> 20, > -readonly =3D> 0, > -position =3D> bottom, > -text =3D> $sel3, > ); > > > $filetext =3D $main->AddTextfield( > -name =3D> "list_file", > -width =3D> 300, > -height =3D> 26, > -left =3D> 20, > -top =3D> 90, > -readonly =3D> 0, > -position =3D> bottom, > -text =3D> $sel3, > ); > > $main->Show(); > Win32::GUI::Dialog(); > > Thanks and Regards > Maxmelbin Neson > -------------------------------------------------------------------------= ---------------------------------------- > Robert Bosch India Limited > Engineering Services - DS - Methods and Tools (RBIN/EMT1) > 123 Industrial Layout - Hosur Road - Bangalore 560 095 - INDIA > Telephone: +91 80 6657-4532 Fax: +91 80 6657-1404 > max...@in... > www.bosch.com > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Perl-Win32-GUI-Users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users > http://perl-win32-gui.sourceforge.net/ > --=20 Geoffrey Spear http://www.geoffreyspear.com/ |