Sorry about that!! group 1
print $query->button( -name=>'SysFail', -value=>'Failed in System', ); print $query->button( -name=>'SysFail', -value=>'DOA', ); print $query->button( -name=>'SysFail', -value=>'Diag Escape', ); group 2 print $query->button( -name=>Status, -value=>GOOD', ); print $query->button( -name=>Status, -value=>'BAD', ); print $query->button( -name=>'Status', -value=>'VERY_BAD', ); group 3 print $query->submit( -name => 'Submit', -value => 'Send' ); print $query->button( -name=>'PRINT', -value=>'Print', ); print $query->reset; print $query->submit( -name=>'QUIT', -value=>'Quit', ); If I click a button in a group, the button in another group is un clicked. How do you keep that from doing this? Thanks, Jerry -----Original Message----- From: [EMAIL PROTECTED] [mailto:Linux@;onion.perl.org]On Behalf Of zentara Sent: Friday, November 08, 2002 6:14 AM To: [EMAIL PROTECTED] Subject: Re: buttons groups On Thu, 7 Nov 2002 17:04:40 -0600, [EMAIL PROTECTED] (Jerry Preston) wrote: >I have two groups of three buttons each and I want to but the on the same >screen, but they inter react with each other. How do you keep them apart? No one can help you unless you post the code which causes your problem. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]