Search found 7 matches

by Tobi.hhu
Tue Oct 23, 2018 7:08 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Add value of radio buttons to variable
Replies: 17
Views: 12392

Re: Add value of radio buttons to variable

Its working! :D :D ClipArtGuys re-edited the script above. Everything ist working now. Thanks so much to all of you guys!!
by Tobi.hhu
Tue Oct 23, 2018 4:29 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Add value of radio buttons to variable
Replies: 17
Views: 12392

Re: Add value of radio buttons to variable

It still throws the same error as before. I have sent my stack script to your email account ClipArtGuy.
by Tobi.hhu
Tue Oct 23, 2018 4:16 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Add value of radio buttons to variable
Replies: 17
Views: 12392

Re: Add value of radio buttons to variable

Hi Klaus I think (hopefully :roll: ) I do get your point. I added your script to mine but the line is still throwing an error. global VPname, neuroscore on mouseup put 0 into neuroscore repeat with x = 1 to 3 add the label of btn (the hilitedbutton of grp ("radiogrp" & x)) of grp ("radiogrp" & x) to...
by Tobi.hhu
Tue Oct 23, 2018 3:51 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Add value of radio buttons to variable
Replies: 17
Views: 12392

Re: Add value of radio buttons to variable

I am using LiveCode Community 9.0.1. Thanks for helping that is really kind.
by Tobi.hhu
Tue Oct 23, 2018 3:09 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Add value of radio buttons to variable
Replies: 17
Views: 12392

Re: Add value of radio buttons to variable

Thanks ClipArtGuys for your script! I did as you guys said. I double checked but my radio buttons do have different names. So labels and names are different. I even used the same names as in ClipArtGuys script and put his script into mine. Though it still doesn't work. Screenshot 2018-10-23 at 16.02...
by Tobi.hhu
Tue Oct 23, 2018 11:15 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Add value of radio buttons to variable
Replies: 17
Views: 12392

Re: Add value of radio buttons to variable

Hi thanks for your quick response, Yes you are right. I've got three groups of radio button, consisting of 4 to 6 radio buttons. But I think I need to get into more detail. So my stack consists of two cards. The one you have seen on the screenshot and the Feedback-card. Screenshot 2018-10-23 at 12.0...
by Tobi.hhu
Mon Oct 22, 2018 7:45 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Add value of radio buttons to variable
Replies: 17
Views: 12392

Add value of radio buttons to variable

Hi guys, at the university, we have to submit self-programmed projects in a livecode seminar. I designed a simple questionnaire to add the values of the radio buttons together and comment on the neurological status depending on the value. So far I have not managed to add the values of the radio butt...