Setting conditional breakpoints

Mark Wieder ahsoftware at sonic.net
Mon Jun 24 13:58:47 EDT 2019


On 6/24/19 10:38 AM, Dr. Hawkins via use-livecode wrote:

> But how about defining ”zetProp” as a stack (or whatever) property, and making the code changes I mentioned?

Yep - that's the way I work around it as well:

setprop _visible pValue
    set the visible of me to pValue
end _visible

on mouseUp pMouseButton
    set the _visible of field 1 to not the visible of field 1
end mouseUp

-- 
  Mark Wieder
  ahsoftware at gmail.com




More information about the use-livecode mailing list