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
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to