Tutorial - MacAddict Forum Reader on RevJournal Website - Webpage Won't Open

Richard Gaskin ambassador at fourthworld.com
Tue Sep 30 13:44:09 EDT 2008


Mark Srebnik wrote:

> So just tried to do what you suggested as follows:
> 
> on mouseUp
>     show image "Busy"
>     put field "Address" into theAddress
>     revGoURL theAddress with message processWebPage
> end mouseUp
> 
> on revGoURL pUrl
>     launch url pUrl
> end revGoURL
> 
> However, now I get error message:
> 
> Object: button "Load Button"
> Line: revGoURL the address with message processWebPage
> Hint: with

Looks like Rev is choking on the "with" part.  You could comment that 
portion out, but maybe even better to just replace the call to 
"revGoURL" with the "launch url" command right in the mouseUp handler.

-- 
  Richard Gaskin
  Managing Editor, revJournal
  _______________________________________________________
  Rev tips, tutorials and more: http://www.revJournal.com



More information about the use-livecode mailing list