Send URL to program "Finder" with GURLGURL

Sarah sarahr at genesearch.com.au
Sun Aug 18 22:34:00 EDT 2002


How about using revGoURL? This will open the default web browser or 
email program and works in OS X or 9.

on mouseUp
   if the selection is empty then
     answer "Select an email first." with  "OK"
     exit mouseup
   end if
   put "mailto:" & the selection into tEmail
   revGoURL tEmail
end mouseUp

Sarah


On Monday, August 19, 2002, at 09:15  am, Sivakatirswami wrote:

> This has probably been asked and answered, but with no search engine 
> for the
> archives....  will ask again.
>
> It's about sending raw apple events, (specifically URL's to GURLGURL)
>
> This used to work under OS 9.X but doesn't in OSX
>
> on mouseUp
>   if the selection is empty then
>     answer "Select an email first." with  "OK"
>     exit mouseup
>   end if
>   put "mailto:" & the selection into tEmail
>   send tEmail to program "Finder" with "GURLGURL"
> end mouseUp
>
> How does it work in OSX?
>
> TIA
>
> Sivakatirswami
> Production Manager
> katir at hindu.org
> www.HinduismToday.com, www.HimalayanAcademy.com,
> www.Gurudeva.org, www.hindu.org
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution
>





More information about the use-livecode mailing list