Menu problem

Robert Brenstein rjb at robelko.com
Thu Feb 26 07:41:07 EST 2009


On 25.02.09 at 10:26 -0800 Mark Wieder apparently wrote:
>is evaluated by the compiler as a reference to a custom property. So
>technically I think it's not a bug as such. On the other hand, I'd be
>happy if the compiler had a bit more smarts in the way of catching
>keywords accidentally being used as property names. So I think my
>preference would be to write up the bug report.

I think Mark is right about compiler seeing this as setting 
properties (custom or not). The error comes because you can't set the 
text property of a stack. It is a standard property but applies to 
fields, for example. In that sense, it would be a scripting error not 
a compiler bug.

Robert



More information about the use-livecode mailing list