[EMAIL PROTECTED] [29/09/98 10:37]:
Tim Simpson wrote:
>I started out with the hello.pl script
>and tried to add a couple of checkboxes to it which appear on the screen
>ok
>
>but as soon as I add the code which I think is for checking they are
checked
>a tick no longer appears in the box although I do get passed to the click
>subroutine


Aldo wrote:
>this is an example of a Click subroutine:
>
>sub rad1_Click {
>    print STDOUT "in rad1 click\n";
>    if($rad1->Checked) {
>        print STDOUT "rad1 is checked\n";
>    } else {
>        print STDOUT "rad1 is NOT checked\n";
>    }
>}

Thanks for that it works great !

now for the next stupid question

Why does the area behind the text label next to my checkbox
appear in white rather than in the standard sort of grey colour ?




With best wishes

Tim
______________________________________________________________________
Tim Simpson                                   |    Dundee City Council
Tel:  +44 (0) 1382-438184                     |    I.T. Division
Fax:  +44 (0) 1382-438002                     |    Technical Block
Mobile: 0976-714809                           |    Northern College
Email: [EMAIL PROTECTED]             |    Gardyne Road
                                              |    Dundee
 We can sit and play twenty questions         |    Scotland
  while our leaders invent the answers        |    DD5 1NY

Visit our Web Site http://www.dundeecity.gov.uk





Reply via email to