[Seaside] Examples of Google Maps in Seaside

Mariano Martinez Peck marianopeck at gmail.com
Wed Apr 8 23:15:00 UTC 2009


On Wed, Apr 8, 2009 at 3:52 PM, James Foster <Smalltalk at jgfoster.net> wrote:

>
> On Apr 8, 2009, at 11:43 AM, Frank Shearar wrote:
>
>  Timothy James Ziebart wrote:
>>
>>>
>>>
>>> That solved but I get the following error in syntax:
>>>
>>> GMTestLatLng other testNothing
>>>
>>> testNothing more expected ->_gmAsString
>>>
>>>  | gLatLng string |
>>>  gLatLng := GLatLng
>>>      latitude: 45
>>>      longitude: -122.
>>>  string := gLatLng gmAsString.
>>>  self assert: string = 'new GLatLng(45,-122)'.
>>>
>> Remove the _ from the method name. Perhaps you can copy the code to a
>> method called testNothingGmAsString, and then remove the original method?
>>
>> frank
>>
>
> Yes, GemStone allows underscore in method names. Try GoogleMaps-jgf.14.mcz.
>


Nice!!! It works perfect now. Thanks a lot James. I will use it for a
informal tourism webpage I am making :)

Cheers and thanks for sharing this with us.

Mariano


>
> Jamse
>
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20090408/f5281965/attachment.htm


More information about the seaside mailing list