Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Radiobutton

Status
Not open for further replies.

moof15

Programmer
Joined
Aug 22, 2002
Messages
23
Location
US
I am getting a error running this script:

$GUI{Balloon}->attach(
$GUI{entryFrame}->Radiobutton([-options => @databases],);

);
-balloonmsg => $screen->{widget}->{DBEngine}->{balloon}
);

$GUI{Balloon}->attach(
$GUI{entryFrame}->Radiobutton([-options => @InstallTypes],);

);
-balloonmsg => $screen->{widget}->{InstallType}->{balloon}
);
Could anyone show me the parameters for a Radiobuton in tk?
The script use to have ->optionsmenu inplace of ->Radiobutton, I am trying to put Radiobuttons inplace of a drop down menu.
Thanks,
moof
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top