<div dir="ltr">I tried the code below and it fixes the bug :<br><br>SUEffect&gt;&gt;move: aPoint<br>&nbsp;&nbsp;&nbsp; &quot;This effect moves an element by a given x/y pair of pixels.&quot;<br><br>&nbsp;&nbsp;&nbsp; self create; method: &#39;Move&#39;; <br>
&nbsp;&nbsp;&nbsp; &nbsp;optionAt: &#39;x&#39; put: aPoint x;<br>&nbsp;&nbsp;&nbsp; &nbsp;optionAt: &#39;y&#39; put: aPoint y<br><br><br><br><div class="gmail_quote">On Tue, Sep 30, 2008 at 5:29 PM, Squeaker <span dir="ltr">&lt;<a href="mailto:squeakman@gmail.com">squeakman@gmail.com</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;"><div class="Ih2E3d">Gaëtan Le Brun wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
It works for me if i replace :<br>
new Effect.Move(&#39;testMove&#39;,10,10,{&#39;duration&#39;:1})<br>
with :<br>
new Effect.Move(&#39;testMove&#39;,{&#39;x&#39;:10,&#39;y&#39;:10,&#39;duration&#39;:1})<br>
<br>
Gaëtan<br>
<br>
</blockquote>
<br></div>
Yes, I can confirm that your changes worked. &nbsp;Thanks.<br>
<br>
It appears to me that this is a problem with the SUEffect&gt;&gt;move: method.  &nbsp; &nbsp; Assuming that this is a bug, is this where the fix should go?<br>
<br>
...Frank<div><div></div><div class="Wj3C7c"><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><br clear="all"><br>-- <br>Gaëtan Le Brun<br><br>&quot;The best way to predict the future is to invent it.&quot;, A.Kay, 1971<br>
</div>