Re: [Pharo-users] Multitouch example

2015-11-17 Thread Stephan Eggermont
On 17/11/15 08:58, Merwan Ouddane wrote: I fixed it Thanks, that does it. I can now rotate and zoom photo's with TUIOpad after making sure that I've added a few to the screen, as it doesn't recognize objects added to the screen :) Stephan

Re: [Pharo-users] Multitouch example

2015-11-17 Thread Merwan Ouddane
I fixed it On 16/11/2015 20:37, Stephan Eggermont wrote: I'm trying to get the multitouch example to work, connecting an iPad with TUIOPad to an MBP. Tuio2DDCirsor sends #deliverAdd:to:from: to an OSTUIODriver, that then tries to send #deliver:. That doesn't exist (anymore?). Anyone know what th

[Pharo-users] Multitouch example

2015-11-16 Thread Stephan Eggermont
I'm trying to get the multitouch example to work, connecting an iPad with TUIOPad to an MBP. Tuio2DDCirsor sends #deliverAdd:to:from: to an OSTUIODriver, that then tries to send #deliver:. That doesn't exist (anymore?). Anyone know what that's supposed to be now? Stephan