Popup menu bug?

J. Landman Gay jacque at hyperactivesw.com
Tue Jun 2 19:00:31 EDT 2009


Josep wrote:
> Hello Jaqueline,
> 
> As global isn't? I ask this to know what is better if I need pass values
> between handlers... Globals is the easy way but I don't know how affect the
> globals to the entire app if one abuse of this. Use custom prop is other
> way, but for this case I don't think that will be more correct, and pass
> through user handlers.. but I don't want execute now, so globals are the
> option. 
> What you think?

A global will work. If both handlers are in the same object, like the 
card or stack script, then a script local variable will work too and is 
less likely to cause conflicts.

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



More information about the use-livecode mailing list