Help for this page

Select Code to Download


  1. or download this
    $dialogBox->bind('<Return>' => undef);
    
  2. or download this
    $dialogBox->bind('<Tab>' => sub{  
                 #get currently focused button
                 $dialogBox->configure(-focus => $my_focussed_button);
                  # there is also forceFocus which may help force it
                  });