<br><br><div class="gmail_quote">On Wed, Apr 8, 2009 at 3:52 PM, James Foster <span dir="ltr">&lt;<a href="mailto:Smalltalk@jgfoster.net">Smalltalk@jgfoster.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
On Apr 8, 2009, at 11:43 AM, Frank Shearar wrote:<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Timothy James Ziebart wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<br>
That solved but I get the following error in syntax:<br>
<br>
GMTestLatLng other testNothing<br>
<br>
testNothing more expected -&gt;_gmAsString<br>
<br>
  | gLatLng string |<br>
  gLatLng := GLatLng<br>
      latitude: 45<br>
      longitude: -122.<br>
  string := gLatLng gmAsString.<br>
  self assert: string = &#39;new GLatLng(45,-122)&#39;.<br>
</blockquote>
Remove the _ from the method name. Perhaps you can copy the code to a method called testNothingGmAsString, and then remove the original method?<br>
<br>
frank<br>
</blockquote>
<br></div>
Yes, GemStone allows underscore in method names. Try GoogleMaps-jgf.14.mcz.<br>
</blockquote><div><br><br>Nice!!! It works perfect now. Thanks a lot James. I will use it for a informal tourism webpage I am making :)<br><br>Cheers and thanks for sharing this with us.<br><br>Mariano<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Jamse<div><div></div><div class="h5"><br>
<br>
_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org" target="_blank">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
</div></div></blockquote></div><br>