MoshiachNow
IS-IT--Management
HI,
I define checkbuttons to be called by a dialog :
$dialog5->add ('Label', -text => 'Select all items required to be recoverd',-font => [ -weight => 'bold'],
-foreground => 'blue')->pack;
MainLoop;
$button[$i] = $dialog5->Checkbutton(-text => $text,-font=>[courier => 9],-variable => \$var->{$_},-relief => 'flat')->pack(@pl);
I'd like to display my checkbuttons in a scrolled ,not fixed window,so that when I have lots of checkbuttons,the user can scroll them.
Apppreciate inputs.
Thanks
Long live king Moshiach !
I define checkbuttons to be called by a dialog :
$dialog5->add ('Label', -text => 'Select all items required to be recoverd',-font => [ -weight => 'bold'],
-foreground => 'blue')->pack;
MainLoop;
$button[$i] = $dialog5->Checkbutton(-text => $text,-font=>[courier => 9],-variable => \$var->{$_},-relief => 'flat')->pack(@pl);
I'd like to display my checkbuttons in a scrolled ,not fixed window,so that when I have lots of checkbuttons,the user can scroll them.
Apppreciate inputs.
Thanks
Long live king Moshiach !