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
 ahsoftw...@gmail.com

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to