Location of dialog box

Malte Brill revolution at derbrill.de
Thu Nov 17 13:51:48 EST 2011


Hi Jim,

yes, you can, but it is sort of a hack. You will need to handle the suspendStack message at stack script level:

on suspendStack
   if "answer dialog" is among the lines of the openStacks then
      set the topLeft of stack "answer dialog" to 0,0
   end if
end suspendStack

Please keep in mind that locations for stacks are coordinates relative the the screen, no the calling stack.

Hope that helps,

Malte


More information about the use-livecode mailing list