Why does this not work? (radio button group values)

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10305
Joined: Wed May 06, 2009 2:28 pm

Re: Why does this not work? (radio button group values)

Post by dunbarx » Wed Mar 05, 2014 4:04 am

Hmmm.

Make a button. Name it "b33". In msg, execute:

put "ABC" into btn "b33"

Now in msg, execute:

answer btn "b33". You get "ABC".

So, going way back, if you had data in that radio button, and it is hilited, and it is in grp 1, and you execute:

answer button the hilitedButtonName of grp 1, you will get the contents of that button. Try again. (Maybe in msg, ask for the contents of that radio button. See if there is anything in it)

Craig

martimer
Posts: 39
Joined: Tue Jun 25, 2013 9:24 pm

Re: Why does this not work? (radio button group values)

Post by martimer » Wed Mar 05, 2014 4:24 pm

Okay. many thanks.

I am now going to mvd forward and onward/ Lots of small projects to handle.

Post Reply