Computer Science Canada

RADIO BUTTON WITH GUI

Author:  nate [ Tue Apr 01, 2003 6:51 pm ]
Post subject:  RADIO BUTTON WITH GUI

INSTEAD OF GETTING INFORMATION FOR THE PROGRAM THE SIMPLE WAY.

code:

var height :int
put "What is your height? (5',6')"
get height


I WANT TO DO THIS WILL RADIO BUTTONS. I WANT TO MAKE IT SO THAT THE PLAYER SELECTS HIS HEIGHT RANGE FROM ONE OF THE RADIO BUTTONS THEN SUBMITS IT BY PRESSING ANOTHER BUTTON.

IF ANYONE COULD GIVE ME THE CODE AND TRY TO EXPLAIN WHATS HAPPENING THAT WOULD BE GREAT!!!

THANKS
[size5] -Nate [/size][/code]

Author:  hey_joe42 [ Wed Apr 02, 2003 10:08 am ]
Post subject: 

im not too good with turing but heres how i got all my Gui code, what you do is go into the sample file programs and look or just go through them al and look for the one that has the radio buttons and copy that code,
it worked for me, but i didn't use radio buttons

Author:  nate [ Wed Apr 02, 2003 10:34 am ]
Post subject: 

hey_joe42 wrote:
im not too good with turing but heres how i got all my Gui code, what you do is go into the sample file programs and look or just go through them al and look for the one that has the radio buttons and copy that code,
it worked for me, but i didn't use radio buttons


WHAT DID U USE?


: