Search found 3 matches

by parky0109
Tue Apr 28, 2015 12:50 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: sending same command to multiple cards
Replies: 4
Views: 2070

Re: sending same command to multiple cards

I used 0-3 as the first button is "Importance0"

Worked great.

Thanks for your help.
by parky0109
Mon Apr 27, 2015 4:29 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: sending same command to multiple cards
Replies: 4
Views: 2070

Re: sending same command to multiple cards

Great, thanks Klaus.

So I'm guessing that if I also had "Importance1" "Importance2" and "Importance3" I could add another loop say,

repeat with x = 0 to 3

and have

set the hilite of button ("Importance" & x) OF cd ("Goal" & i) to false
by parky0109
Mon Apr 27, 2015 4:04 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: sending same command to multiple cards
Replies: 4
Views: 2070

sending same command to multiple cards

Hi All, I am a complete beginner, not just with LiveCode but with programming full stop. I've been trying to solve all my little problems myself, but may need some help with this. I'm sure there is a very simple solution. I'm building an clinical health app, which has a number of scoring buttons whi...