about custom modal boxes

Romain Lafourcade lafourcade.romain at numericable.fr
Fri May 2 05:22:01 EDT 2003


Hi all...
...about that discussion on cloning an answer box, maybe it could be easier
and faster to make your own 300x200 substack "myStack" and put all the
controls you need in it plus the regular "Cancel" and "OK" buttons and add a
preOpenStack handler specifying the loc of your choice.
Then you call it with

on mouseUp
  modal stack "myStack"
end mouseUp (or whatever)

All the feature of a "real" answer or ask bow can be mimiced with transcript
and it's not that slower.

It works fine for me plus it gives a "total look" to my app.

Romain




More information about the use-livecode mailing list