Re: [Pharo-users] touch screens

2015-11-16 Thread stepharo
Hi jannik Yes it works. Look at the thales videos Now it is available for Pharo50. Now we need people to have a look and let us know. Stef Le 15/11/15 20:45, jannik laval a écrit : Hi Ralph, I don't know if the touch screen works. I remember that there are guys working on it but not sure ab

Re: [Pharo-users] typers in Pharo

2015-11-16 Thread Henrik Johansen
I don't know why, but return typing seems explicitly disabled in Pharo for RoelTyper. Add the extraction in: PharoInstVarInterfaceExtractor >> #methodReturnTop collector addAssignmentForReturn: stack last. ^self pop and it seems to work for me at least. The dictionary access fa

Re: [Pharo-users] touch screens

2015-11-16 Thread jannik laval
Thank you Stef, I hope to have a look soon. Jannik 2015-11-16 9:06 GMT+01:00 stepharo : > Hi jannik > > Yes it works. Look at the thales videos > Now it is available for Pharo50. > Now we need people to have a look and let us know. > > Stef > > > > Le 15/11/15 20:45, jannik laval a écrit : > >> H

Re: [Pharo-users] touch screens

2015-11-16 Thread Stephan Eggermont
On 16/11/15 09:06, stepharo wrote: Yes it works. Look at the thales videos Now it is available for Pharo50. Now we need people to have a look and let us know. The SDL2TUIOTouchExample seems to need an improvement in the event handling for window closing. It crashes the image. Stephan

Re: [Pharo-users] Democracy attacked...

2015-11-16 Thread Esteban A. Maringolo
2015-11-14 4:13 GMT-03:00 stepharo : > Hi guys > > I just want to let you that France got attacked by kamizazes probably from > these fanatics > ruining syria and we are touched. 120 people killed: they attacked a rock > concert and > restaurants in the street in Paris. They killed people randomly

Re: [Pharo-users] touch screens

2015-11-16 Thread Dimitris Chloupis
out of coincidence I was looking into workaround for making pharo work on my android tablet and google nexus phone. I found splashtop app that allow me to remotely control my imac and make it appear as if I run Pharo from android. http://www.splashtop.com/ Splashtop works with all OS, and is free

Re: [Pharo-users] touch screens

2015-11-16 Thread Stephan Eggermont
On 16-11-15 12:38, Stephan Eggermont wrote: On 16/11/15 09:06, stepharo wrote: Yes it works. Look at the thales videos Now it is available for Pharo50. Now we need people to have a look and let us know. The SDL2TUIOTouchExample seems to need an improvement in the event handling for window clos

[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

[Pharo-users] BitField

2015-11-16 Thread abdelghani ALIDRA
Hi everybody, I was discussing with Thibault about the performance of some methods defined on sets ( actually quite slow for big collections, mainly union: and intersection: ) and we were wondering if there is any implementation of some BitField-like class to speed up these operations? May be in