go first marked card command

J. Landman Gay jacque at hyperactivesw.com
Sat Oct 31 13:53:24 EDT 2009


charles61 wrote:

> 2. The checkbox for button "check1" was NOT checked while in the run mode.
> So, how did card "AAA" get checked? 

The way your code is written, you have to click the button twice. The 
first click marks the cards, the second click unmarks them. If you don't 
unmark them first before clicking the second button, the first ones 
remain marked and "first marked card" becomes "AAA".

If you want these to be exclusive sets, then each button should do 
"unmark all cards" before marking any new ones.

-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com



More information about the use-livecode mailing list