Re: [Pharo-dev] Fwd: Keyboard events is broken.

2013-08-07 Thread p...@highoctane.be
now can we get a working keyboard? On Wednesday, August 7, 2013, Igor Stasenko siguc...@gmail.com wrote: Agree with everything you said. As i said, my impression was that Guille pushed unfininowshed/incomplete pieces. And that is what i against. Because if we go that way, then someone will

Re: [Pharo-dev] Fwd: Keyboard events is broken.

2013-08-07 Thread Stéphane Ducasse
On Aug 7, 2013, at 5:59 PM, p...@highoctane.be p...@highoctane.be wrote: now can we get a working keyboard? Yes here Hi, Guille built a new vm with an attept of fixing the key combinations problem. Can you test it? http://files.pharo.org/vm/pharo/ (and pick the latest for your platform)

[Pharo-dev] Fwd: Keyboard events is broken.

2013-08-06 Thread Igor Stasenko
I changed this method to see better what happens: HandMorph classshowDebugEvent: evt ShowEvents == true ifTrue: [ | ofs| Display fill: (0@0 extent: 500@120) rule: Form over fillColor: Color white. ofs := (owner hands indexOf: self) - 1 * 60.

Re: [Pharo-dev] Fwd: Keyboard events is broken.

2013-08-06 Thread Guillermo Polito
On Tue, Aug 6, 2013 at 3:40 PM, Igor Stasenko siguc...@gmail.com wrote: I changed this method to see better what happens: HandMorph classshowDebugEvent: evt ShowEvents == true ifTrue: [ | ofs| Display fill: (0@0 extent: 500@120) rule: Form over