Resetting checkboxes to true on marked cards

DunbarX at aol.com DunbarX at aol.com
Sun Jun 6 15:55:05 EDT 2010


Mark probably missed the fact you have many checkboxes on each card.

repeat with y = 1 to the number of marked cds
   repeat with u = 1 to the number of btns of marked cd y
      if the style of btn u of marked cd y = "checkBox" then set the hilite 
of btn u of marked cd y to "false"
   end repeat
end repeat

Not tested, but the idea is sound.



More information about the use-livecode mailing list