Terrible RunRev Bug? - Was Weirdness Passing Messages
Scott Rossi
scott at tactilemedia.com
Thu Mar 23 12:52:33 EST 2006
Recently, David Burgun wrote:
> The problem in a nutshell is that:
>
> put "xxxxx" into me
>
> or
>
> set the text of me to "xxxxx"
>
> Does not work 100% of the time. Mark Smith has reproduced the same
> problem.
> ...
> It would be nice to know if this would 100% solve the problem
> regardless of where the handler is called from.
Richard Gaskin already suggested a solution: use the long ID as opposed to
the long name.
If you create two buttons, both of the same name, they have the same long
name reference:
answer long name of btn 1 & cr & long name of btn 2
If you use the long ID, they will have unique references:
answer long ID of btn 1 & cr & long ID of btn 2
Regards,
Scott Rossi
Creative Director
Tactile Media, Multimedia & Design
-----
E: scott at tactilemedia.com
W: http://www.tactilemedia.com
More information about the use-livecode
mailing list