<HTML>
<BODY>
<br><font size=2><tt>I think it would be wise to also include the "ask
dialog"</tt></font>
<br>
<br><font size=2><tt>if the short name of this stack is among the items
of "Answer Dialog,ask dialog" then </tt></font>
<br>
<br><font size=2 face="sans-serif">Regards,</font>
<br><font size=2 face="sans-serif">---------------------=---------------------<br>
Xavier Bury<br>
</font>
<br><font size=2><tt>metacard-bounces@lists.runrev.com wrote on 01/09/2005
10:37:05:<br>
<br>
> Scott Rossi wrote:<br>
> > Recently, Scott Rossi wrote:<br>
> > <br>
> > <br>
> >>>Aside from modifying its code, is there a trick to forcing
the <br>
> answer dialog<br>
> >>>to appear at the screenLoc?<br>
> >><br>
> >>Here's a workaround that seems to work in both MC and Rev:<br>
> >><br>
> >>go inv stack "answer dialog"<br>
> >>answer "This dialog is now centered."<br>
> >>set loc of stack "answer dialog" to the screenLoc<br>
> >>show stack "answer dialog"<br>
> > <br>
> > <br>
> > Whoops - maybe I spoke too soon. No way to get the response
values (yes, no<br>
> > cancel, etc). But if one is only displaying data, such
as an alert, this<br>
> > might be acceptable.<br>
> <br>
> In the very rare cases where I want the dialog screen-centered <br>
> throughout the program, I've found this works well in a frontScript:<br>
> <br>
> on preOpenStack<br>
> if the short name of this stack is "Answer Dialog"
then<br>
> set the loc of this stack to the screenLoc<br>
> end if<br>
> pass preOpenStack<br>
> end preOpenStack<br>
> <br>
> <br>
> -- <br>
> Richard Gaskin<br>
> Fourth World Media Corporation<br>
> ___________________________________________________________<br>
> Ambassador@FourthWorld.com http://www.FourthWorld.com<br>
> _______________________________________________<br>
> metacard mailing list<br>
> metacard@lists.runrev.com<br>
> http://lists.runrev.com/mailman/listinfo/metacard<br>
</tt></font>
<P><hr size=1></P>
<P><STRONG>
Visit us at http://www.clearstream.com<br> <br>IMPORTANT MESSAGE<br><br>Internet communications are not secure and therefore Clearstream<br>International does not accept legal responsibility for the contents of<br>this message.<br><br>The information contained in this e-mail is confidential and may be<br>legally privileged. It is intended solely for the addressee. If you are<br>not the intended recipient, any disclosure, copying, distribution or<br>any action taken or omitted to be taken in reliance on it, is<br>prohibited and may be unlawful. Any views expressed in this e-mail are<br>those of the individual sender, except where the sender specifically<br>states them to be the views of Clearstream International or of any of<br>its affiliates or subsidiaries.<br><br>END OF DISCLAIMER
</STRONG></P>
</BODY>
</HTML>