Using Behaviors for Triggering UI Design - Run Time

Sannyasin Brahmanathaswami brahma at hindu.org
Wed Mar 30 19:03:12 EDT 2016


Thank Mark... I had a chat with jacqueline... yes need to understand how these behaviors are triggered.

meanwhile, in lc8 dp 15 I can't get a scriptonly stack behavior to work at all. Still missing something mission critical here...


see other threadon "script only stack architecture"

On March 30, 2016 at 11:51:05 AM, Mark Wieder (mwieder at ahsoftware.net<mailto:mwieder at ahsoftware.net>) wrote:

I think of behavior scripts as private backscripts. So in your case
you're setting the behavior of a field, but then you're going to the
message box to try invoking a handler in a behavior script, and that
handler can't be seen from anywhere except your field. Try

send "centerTextVertically" to field <nameOfField>

another way to do this would be to also set the behavior of the message
box field to the same behavior script, but that way lies madness.


More information about the use-livecode mailing list