[Seaside] Examples of Google Maps in Seaside

Frank Shearar frank.shearar at angband.za.org
Wed Apr 8 18:43:42 UTC 2009


Timothy James Ziebart wrote:
> James Foster wrote:
>> On Apr 8, 2009, at 9:49 AM, Timothy James Ziebart wrote:
>>>>
>>> Hi James,
>>> when loading the latest into pharo (#10213) the installer complains 
>>> about a *missing class: BinaryFloat.  Unable to load definition 
>>> BinaryFloat>>gmAsString*. 
>>>
>>> Haven't  been able to determine if the class is part of any other 
>>> package.  Any suggestions would help. 
>>> Thank you.
>>>
>>> Tim
>>
>> Good catch! BinaryFloat is in GemStone but not in Squeak. I've moved 
>> the method up to Number to avoid this problem. Try loading 
>> GoogleMaps-jgf.12.mcz and let me know.
>>
>> James
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> seaside mailing list
>> seaside at lists.squeakfoundation.org
>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>>   
>
> 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


More information about the seaside mailing list