I used 0-3 as the first button is "Importance0"
Worked great.
Thanks for your help.
Search found 3 matches
- 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
- 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
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
- 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...