how to place a dialog window

Chipp Walters chipp at chipp.com
Fri Nov 10 15:05:00 EST 2006


Quick and dirty way:

on mouseUp
  go inv stack "answer Dialog"
  set the loc of stack "answer Dialog" to the screenloc
  show stack "Answer Dialog"
  answer "hello"
end mouseUp

On 11/7/06, Mark Swindell <mdswindell at cruzio.com> wrote:
>
> What is the correct syntax to tell Rev where to place a dialog window?
>
>
>



More information about the use-livecode mailing list