<div>In that case i think you need your own method!</div>
<div>Something like this!</div>
<div>&nbsp;</div>
<div>triggerWithUpdateSortable: aString callback: aBlock<br>&nbsp;self<br>&nbsp;&nbsp;callback: [ :value |<br>&nbsp;&nbsp;&nbsp;aBlock value: ((value findTokens: $,) collect: [ :each |<br>&nbsp;&nbsp;&nbsp;&nbsp;canvas context callbacks at: each ifAbsent: [ nil ] ]) ]<br>
&nbsp;&nbsp;value: (SUSortable new id: aString; sequence; onUpdate: (SUStream on: &#39;showWaitDIVBox();&#39;))</div>
<div>&nbsp;</div>
<div><br><br>&nbsp;</div>
<div class="gmail_quote">On Mon, Apr 7, 2008 at 8:50 PM, Petr Fischer &lt;<a href="mailto:petr.fischer@praguesoft.cz">petr.fischer@praguesoft.cz</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">onUpdate is ocupied by:<br><br>html updater<br>&nbsp; &nbsp; &nbsp; &nbsp;id: &#39;someId&#39;;<br>&nbsp; &nbsp; &nbsp; &nbsp;triggerSortable: aComponentIdString callback: [ :values | &quot;resorting code&quot; ]<br>
&nbsp; &nbsp; &nbsp; &nbsp;callback: [ :renderer | &quot;sub-component rendering code&quot; ]<br><br>I am little messed now - where is the place for my little javascript function call eg.: showWaitDIVBox();<br><br>Thanks, pf 
<div>
<div></div>
<div class="Wj3C7c"><br><br>On 7.4.2008, at 20:09, Gerhard Obermann wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px; BORDER-LEFT: #ccc 1px solid">Hi!<br><br>You could use onStart: and onEnd: if you are using SUDraggable and SUDroppable!<br>For SUSortable you could only try:<br>
onUpdate: anObject<br>&nbsp;&quot;Called when the drag ends and the Sortable&#39;s order is changed in any way. When dragging from one Sortable to another, the callback is called once on each Sortable.&quot;<br><br>br<br>Gerhard<br>
<br><br><br>On Mon, Apr 7, 2008 at 5:27 PM, Petr Fischer &lt;<a href="mailto:petr.fischer@praguesoft.cz" target="_blank">petr.fischer@praguesoft.cz</a>&gt; wrote:<br>Hi, is posible to show &quot;lighboxed wait dialog&quot; on drop event in sortable?<br>
More generally - can I call my own javascript function on drop event in sortable?<br><br>Thanks for suggestion, pf<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><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>
</blockquote><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>