Re: Accessing Google Maps

2010-09-09 Thread James Hurley

-

Message: 9
Date: Wed, 8 Sep 2010 20:00:58 +0200
From: Mark Schonewille 
Subject: Re: Accessing Google Maps
To: How to use Revolution 
Message-ID: 
Content-Type: text/plain; charset=us-ascii

Jim,

put "http://maps.google.com/maps?hl=en&client=safari&pwst=1&rls=en&q=1210+Chestnut+Ln,+Davis+Ca,+95616 
" into myUrl

launch url myUrl


Thanks Mark. That was indeed simple.

Do you have any suggestions on how I might make this cross platform?  
Works wonderfully well on the Mac, but I need the a new browser client  
for the PC, Internet Explorer?


What does this

 "http://maps.google.com/maps?hl=en&client=safari&pwst=1&rls=en&q=";

become on Windows?

Jim




On older versions of RunRev, use revGoUrl instead of launch url.

--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553

Download the Installer Maker plugin for Runtime Revolution at http://qurl.tk/ce
Create installers for Mac and Windows on *every* Rev-compatible  
platform. No additional software needed.


On 8 sep 2010, at 19:55, James Hurley wrote:

I assume this is simple. I want to select an address from a list,  
say 1210 Cheastnut Ln, Davis Ca, 95616 from which I would construct  
the address for a Google map:


http://maps.google.com/maps?hl=en&client=safari&pwst=1&rls=en&q=1210+Chestnut+Ln,+Davis+Ca,+95616


How do I then open this url in Safari?

Thanks,

Jim





___
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


Re: Accessing Google Maps

2010-09-08 Thread Mark Schonewille
Jim,

put 
"http://maps.google.com/maps?hl=en&client=safari&pwst=1&rls=en&q=1210+Chestnut+Ln,+Davis+Ca,+95616";
 into myUrl
launch url myUrl

On older versions of RunRev, use revGoUrl instead of launch url.

--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553

Download the Installer Maker plugin for Runtime Revolution at http://qurl.tk/ce
Create installers for Mac and Windows on *every* Rev-compatible platform. No 
additional software needed.

On 8 sep 2010, at 19:55, James Hurley wrote:

> I assume this is simple. I want to select an address from a list, say 1210 
> Cheastnut Ln, Davis Ca, 95616 from which I would construct the address for a 
> Google map:
> 
> http://maps.google.com/maps?hl=en&client=safari&pwst=1&rls=en&q=1210+Chestnut+Ln,+Davis+Ca,+95616
> 
> 
> How do I then open this url in Safari?
> 
> Thanks,
> 
> Jim

___
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


Accessing Google Maps

2010-09-08 Thread James Hurley
I assume this is simple. I want to select an address from a list, say  
1210 Cheastnut Ln, Davis Ca, 95616 from which I would construct the  
address for a Google map:


http://maps.google.com/maps?hl=en&client=safari&pwst=1&rls=en&q=1210+Chestnut+Ln,+Davis+Ca,+95616


How do I then open this url in Safari?

Thanks,

Jim

___
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