You need to add -tabstop => 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) <[EMAIL PROTECTED]> wrote:




Hello ,

How do I use DialogUI method to make my Window take "Tabs" etc ….

use Win32::GUI;
 use Win32::GUI::GridLayout;

 $main = Win32::GUI::DialogBox->new(-name => 'Main',
                                 -text => 'Perl Win32 GUI',
                                 -width => 550,
                                 -height => 650,
                                 -maximizebox => 0,
                                                  );

 $worktext  = $main->AddTextfield(
                 -width => 300,
                 -height => 26,
                 -left   => 20,
                 -top    => 20,
                 -readonly => 0,
                 -position => bottom,
                 -text => $sel3,
                 );


 $filetext  = $main->AddTextfield(
                 -name => "list_file",
                 -width => 300,
                 -height => 26,
                 -left   => 20,
                 -top    => 90,
                 -readonly => 0,
                 -position => bottom,
                 -text => $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
[EMAIL PROTECTED]
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
Perl-Win32-GUI-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
http://perl-win32-gui.sourceforge.net/



--
Geoffrey Spear
http://www.geoffreyspear.com/

Reply via email to