building URL using value: ?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

building URL using value: ?

johnmci
Obviously I'd like to do

*http://maps.google.com/maps?q=+value:currentlat+,+value:currentlong+*

However that doesn't work.

note value:currentlat  return latitude, etc.

--
=
=
=
========================================================================
John M. McIntosh <[hidden email]>   Twitter:  
squeaker68882
Corporate Smalltalk Consulting Ltd.  http://www.smalltalkconsulting.com
=
=
=
========================================================================




_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
Reply | Threaded
Open this post in threaded view
|

Re: building URL using value: ?

Lukas Renggli
That's because the URL is just a string, not something that is
assembled from different parts.

I suggest that you create a special link type. There are already a
special Google link type in the Google add-on package.

Lukas

2009/10/26 John M McIntosh <[hidden email]>:

> Obviously I'd like to do
>
> *http://maps.google.com/maps?q=+value:currentlat+,+value:currentlong+*
>
> However that doesn't work.
>
> note value:currentlat  return latitude, etc.
>
> --
> =
> =
> =
> ========================================================================
> John M. McIntosh <[hidden email]>   Twitter:  squeaker68882
> Corporate Smalltalk Consulting Ltd.  http://www.smalltalkconsulting.com
> ===========================================================================
>
>
>
>
> _______________________________________________
> Magritte, Pier and Related Tools ...
> https://www.iam.unibe.ch/mailman/listinfo/smallwiki
>



--
Lukas Renggli
http://www.lukas-renggli.ch

_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
Reply | Threaded
Open this post in threaded view
|

Re: building URL using value: ?

johnmci
? That would be
Pier-Google-lr.15
?

On 2009-10-26, at 3:46 AM, Lukas Renggli wrote:

> That's because the URL is just a string, not something that is
> assembled from different parts.
>
> I suggest that you create a special link type. There are already a
> special Google link type in the Google add-on package.
>
> Lukas
>
> 2009/10/26 John M McIntosh <[hidden email]>:
>> Obviously I'd like to do
>>
>> *http://maps.google.com/maps?q=+value:currentlat+,+value:currentlong 
>> +*
>>
>> However that doesn't work.
>>
>> note value:currentlat  return latitude, etc

--
=
=
=
========================================================================
John M. McIntosh <[hidden email]>   Twitter:  
squeaker68882
Corporate Smalltalk Consulting Ltd.  http://www.smalltalkconsulting.com
=
=
=
========================================================================




_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
Reply | Threaded
Open this post in threaded view
|

Re: building URL using value: ?

johnmci
In reply to this post by Lukas Renggli
Oh, you mean the "Pier-Links-xxx" stuff.
*google:foo*
*isbn:...*


On 2009-10-26, at 3:46 AM, Lukas Renggli wrote:

> That's because the URL is just a string, not something that is
> assembled from different parts.
>
> I suggest that you create a special link type. There are already a
> special Google link type in the Google add-on package.
>
> Lukas
>

--
=
=
=
========================================================================
John M. McIntosh <[hidden email]>   Twitter:  
squeaker68882
Corporate Smalltalk Consulting Ltd.  http://www.smalltalkconsulting.com
=
=
=
========================================================================




_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
Reply | Threaded
Open this post in threaded view
|

Re: building URL using value: ?

Lukas Renggli
> Oh, you mean the "Pier-Links-xxx" stuff.
> *google:foo*
> *isbn:...*

Indeed, I got confused with the Pier-Google package that contains
Google-Widgets, Google-Analytics, ... but not the Google Link.

Sorry about that.

Lukas


--
Lukas Renggli
http://www.lukas-renggli.ch
_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki