I think it would be wise to also include the "ask dialog"

if the short name of this stack is among the items of "Answer Dialog,ask dialog" then  

Regards,
---------------------=---------------------
Xavier Bury

[EMAIL PROTECTED] wrote on 01/09/2005 10:37:05:

> Scott Rossi wrote:
> > Recently, Scott Rossi  wrote:
> >
> >
> >>>Aside from modifying its code, is there a trick to forcing the
> answer dialog
> >>>to appear at the screenLoc?
> >>
> >>Here's a workaround that seems to work in both MC and Rev:
> >>
> >>go inv stack "answer dialog"
> >>answer "This dialog is now centered."
> >>set loc of stack "answer dialog" to the screenLoc
> >>show stack "answer dialog"
> >
> >
> > Whoops - maybe I spoke too soon.  No way to get the response values (yes, no
> > cancel, etc).  But if one is only displaying data, such as an alert, this
> > might be acceptable.
>
> In the very rare cases where I want the dialog screen-centered
> throughout the program, I've found this works well in a frontScript:
>
> on preOpenStack
>    if the short name of this stack is "Answer Dialog" then
>      set the loc of this stack to the screenLoc
>    end if
>    pass preOpenStack
> end preOpenStack
>
>
> --
>   Richard Gaskin
>   Fourth World Media Corporation
>   ___________________________________________________________
>   [EMAIL PROTECTED]       http://www.FourthWorld.com
> _______________________________________________
> metacard mailing list
> metacard@lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/metacard


Visit us at http://www.clearstream.com

IMPORTANT MESSAGE

Internet communications are not secure and therefore Clearstream
International does not accept legal responsibility for the contents of
this message.

The information contained in this e-mail is confidential and may be
legally privileged. It is intended solely for the addressee. If you are
not the intended recipient, any disclosure, copying, distribution or
any action taken or omitted to be taken in reliance on it, is
prohibited and may be unlawful. Any views expressed in this e-mail are
those of the individual sender, except where the sender specifically
states them to be the views of Clearstream International or of any of
its affiliates or subsidiaries.

END OF DISCLAIMER

_______________________________________________
metacard mailing list
metacard@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/metacard

Reply via email to