The wonderful, bog standard Answer dialog

Neil Roger neil at runrev.com
Fri Aug 2 03:47:09 EDT 2013


Dear Cal Homer,

By default, the Answer Dialog is programatically set to display in a set 
position depending on the size of the screen.

You will be able to adjust the position of the dialog box by using the 
suspendStack message.

This is a message that is sent when something makes its stack no longer 
the active window..

The following code is something that could be used-

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

A list discussion on this can be viewed here-

http://search.gmane.org/search.php?group=gmane.comp.ide.revolution.user&query=location+answer+dialog

Kind Regards,

Neil Roger,
--
RunRev Support Team ~ http://www.runrev.com
--

On 02/08/2013 08:17, Cal Horner wrote:
> Simple question:
>
> If you can do this,
> "set the backgroundcolor of stack "Answer Dialog" to whatever."
>
> Why can't you do this?
>
> "set the location stack "Answer Dialog" to whatever."
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode





More information about the use-livecode mailing list