Is this right? ColumnBehavior
Tom Glod
tom at makeshyft.com
Tue Nov 6 19:41:33 EST 2018
this is the default one on a stack 9.01 stable
if you take out the OF it still compiles
*on* ResetData
*-- Sent when column data is being emptied because the control is no longer
being used to display data*
*set* the text of field 1 of me to empty
*end* ResetData
On Mon, Nov 5, 2018 at 11:15 AM, Bob Sneidar via use-livecode <
use-livecode at lists.runrev.com> wrote:
> In the script of the behavior for columns in the datagrid library, I see
> this:
>
> on ResetData
> -- Sent when column data is being emptied because the control is no
> longer being used to display data
> set the text me to empty
> end ResetData
>
> Shouldn't that be "the text OF me"?? Will that even compile??
>
> Bob S
>
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
More information about the use-livecode
mailing list