Mark Srebnik wrote:

Found Sarah's tutorial - "MacAddict Forum Reader" on RevJournal website.

Tried tutorial, but so far not getting web page to open...

on mouseUp
  show image "Busy"
  put field "Address" into tAddress
  load URL tAddress with message processWebPage
end mouseUp

I notice that it uses command "load URL", while in RunRev's beginning
tutorial video, they use 'revGoURL'... although checked Dictionary and it
says 'revGoURL' is now deprecated..  ;-)

Have tried both but neither are opening up a browser window after clicking
the "Load" button...

I did get browser window to open when trying Rev's beginning tutorial using
ŒrevGoURL¹....

So can't figure out what's wrong...any suggestions???

You can make a "stub" handler to route revGoURL to the new "launch URL" command - just add this to the stack script:

on revGoUrl pUrl
  launch url pUrl
end revGoURL


I'm surprised Rev hasn't maintained compatibility for their handler, but Sarah, if you have time to update that tutorial stack just send it to me at your convenience and I'll replace the one at revJournal.com.

--
 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