On 7/2/00 8:12 pm, David Cramer <[EMAIL PROTECTED]> wrote:

> Hi folks,
> 
> I must be missing something here. I seem to be able to use the load
> url command, but the optional message part is puzzling me.
> 
> The MetaTalk Reference information on load says "the optional
> <message> parameter can be supplied which will cause that message to
> be sent when the download is complete"; but I don't understand
> _where_ the message is sent. I originally assumed it would just be
> going to the message box, but when I use this optional message
> syntax, the message box is not affected.

Try something like:

on mouseUp
  load "http://www.xworlds.com/" with message "urlIsDone"
end mouseUp

on urlIsDone
  put "got it all"
end urlIsDone

Regards,

Kevin

> Regards,
> 
> David

Kevin Miller <[EMAIL PROTECTED]> <http://www.xworlds.com/>
Cross Worlds Computing, MetaCard Distributors, Custom Development.
Tel: +44 (0)131 672 2909.  Fax: +44 (0)1639 830 707.


This is the MetaCard mailing list.
Archives: http://www.mail-archive.com/metacard%40lists.best.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm

Reply via email to