Hard CASE: cracking the nut?

Malte Pfaff-Brill revolution at derbrill.de
Wed May 26 13:52:45 EDT 2010


> "noodly, noodly, noodly, pip, pip, pip, poop" ?
Sounds like a great start to me. Must try that :-)

If you are using do field "xyz", then indeed you are running into the script limits. Write handlers at stack or library level and execute those.

example at stack level

on noodly
  answer "pip"
end noodly

now you can call noodly from any control in your stack. Example for a button:

on mouseUp
  noodly
end mouseUp

Cheers,

Malte


More information about the use-livecode mailing list