[Newbies] Programmatically simulating drag and drop

Bert Freudenberg bert at freudenbergs.de
Tue Apr 6 15:53:04 UTC 2010


On 06.04.2010, at 15:48, DeNigris Sean wrote:
> Does anyone know how to simulate drag and drop?  I managed to pick up a morph via HandMorph attachMorph:, but I can't get the cursor to move (tried position: and a few others).
> 
> Thanks.
> 
> Sean DeNigris


How detailed do you need the simulation to be? In the end, dropping results in 

	targetMorph addMorph: droppedMorph

- Bert -


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/beginners/attachments/20100406/c4a35ed2/attachment.htm


More information about the Beginners mailing list