Friedger, Christopher and Michael,
 
Thanks for the great help.
It works fine now.
 
Thanks again,
 
Gerry
 
 
----- Original Message -----
From: "Michael Gordon" <[EMAIL PROTECTED]>
Sent: Friday, March 05, 2004 1:25 AM
Subject: Re: How to define the displayed location of dialog.

> Using DialogShow is a good idea. One of the
> other engineers at Curl helped me come up with
> the following solution. It avoids use of the
> after 0s trick, which might not work on a slow
> or busy machine.
>
> By passing center?=false it tells the system
> not to try to position the dialog.
>
> {curl 3.0 applet}
>
> {let d:Dialog =
>     {Dialog
>         width=3in, height=2in,
>         "This is the dialog contents",
>         {on DialogShow at d:Dialog do
>             {{d.get-view}.set-position 1in, 1in}
>         }
>     }
> }
>
> {do
>     {d.show title="Here it is", center?=false}
> }
>
>
> __________________________________
> Do you Yahoo!?
> Yahoo! Search - Find what you're looking for faster
> http://search.yahoo.com
>
> *******************************************
> To unsubscribe from this list, send a mail to:
> mailto:[EMAIL PROTECTED]
> To contact a human list administrator, send a mail to:
> mailto:[EMAIL PROTECTED]
> To recieve a list of other options for this list, send a mail to:
> mailto:[EMAIL PROTECTED]
>

Reply via email to