MoshiachNow
IS-IT--Management
HI,
I need to make the folowing frame in focus (ot top of all windows) and the cursor to be inside the password entry.
$loginwin->Label(-text => 'Enter your password to continue:')->pack(-side=>'top');
my $passEntry = $loginwin->Entry (-show=>'*',-width =>10,-background=>'white',
-textvariable =>\$password)->pack(-side=>'left',-pady=>3);
my $submitBttn = $loginwin->Button (-text => 'Log In',
-command =>sub{&confirm})->pack(-side=>'right',-pady=>3);
$loginwin->bind('<Return>'=>sub{&confirm});
Appreciate any recommendations.
Thanks
Long live king Moshiach !
I need to make the folowing frame in focus (ot top of all windows) and the cursor to be inside the password entry.
$loginwin->Label(-text => 'Enter your password to continue:')->pack(-side=>'top');
my $passEntry = $loginwin->Entry (-show=>'*',-width =>10,-background=>'white',
-textvariable =>\$password)->pack(-side=>'left',-pady=>3);
my $submitBttn = $loginwin->Button (-text => 'Log In',
-command =>sub{&confirm})->pack(-side=>'right',-pady=>3);
$loginwin->bind('<Return>'=>sub{&confirm});
Appreciate any recommendations.
Thanks
Long live king Moshiach !