[Seaside] Examples of Google Maps in Seaside

James Foster Smalltalk at JGFoster.net
Wed Apr 8 18:52:03 UTC 2009


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.

Jamse



More information about the seaside mailing list