How it comes we lost the MouseWheelEvents. The SimpleHierarchicalListMorph in FileList does not scroll on MouseWheelEvents. Or at least it worked that way in Pharo2. But now the MouseWheel creates a keyboardevent "<Ctrl->". (Other ListMorphs can handle this, but the ListMorph in FileList can not.) nicolai
I am not exactly sure, but I think mouseWheelEvents were always simulated with Ctrl events. Hilaire Le 29/01/2014 00:06, Nicolai Hess a écrit :
How it comes we lost the MouseWheelEvents. The SimpleHierarchicalListMorph in FileList does not scroll on MouseWheelEvents. Or at least it worked that way in Pharo2. But now the MouseWheel creates a keyboardevent "<Ctrl->". (Other ListMorphs can handle this, but the ListMorph in FileList can not.)
nicolai
-- Dr. Geo http://drgeo.eu
There is something about the wheel because often, at least in Nautilus, you get crazy scrolls you dindât asked for Specially if using trackpad, two finger, scroll On Jan 29, 2014, at 6:09 AM, Hilaire Fernandes <hilaire.fernandes@gmail.com> wrote:
I am not exactly sure, but I think mouseWheelEvents were always simulated with Ctrl events.
Hilaire
Le 29/01/2014 00:06, Nicolai Hess a écrit :
How it comes we lost the MouseWheelEvents. The SimpleHierarchicalListMorph in FileList does not scroll on MouseWheelEvents. Or at least it worked that way in Pharo2. But now the MouseWheel creates a keyboardevent "<Ctrl->". (Other ListMorphs can handle this, but the ListMorph in FileList can not.)
nicolai
-- Dr. Geo http://drgeo.eu
yes Nautilus also acts crazy with magic mouse gestures. Also there is weird blue rectangle that surrounds one of the packages that refuses to go away. So I have stopped using gestures at all with Nautilus and instead do manual scrolls dragging the scroll bar. On Wed, Jan 29, 2014 at 12:34 PM, Sebastian Sastre < sebastian@flowingconcept.com> wrote:
There is something about the wheel because often, at least in Nautilus, you get crazy scrolls you dind't asked for
Specially if using trackpad, two finger, scroll
On Jan 29, 2014, at 6:09 AM, Hilaire Fernandes < hilaire.fernandes@gmail.com> wrote:
I am not exactly sure, but I think mouseWheelEvents were always simulated with Ctrl events.
Hilaire
Le 29/01/2014 00:06, Nicolai Hess a écrit :
How it comes we lost the MouseWheelEvents. The SimpleHierarchicalListMorph in FileList does not scroll on MouseWheelEvents. Or at least it worked that way in Pharo2. But now the MouseWheel creates a keyboardevent "<Ctrl->". (Other ListMorphs can handle this, but the ListMorph in FileList can not.)
nicolai
-- Dr. Geo http://drgeo.eu
2014-01-29 kilon alios <kilon.alios@gmail.com>
yes Nautilus also acts crazy with magic mouse gestures. Also there is weird blue rectangle that surrounds one of the packages that refuses to go away. So I have stopped using gestures at all with Nautilus and instead do manual scrolls dragging the scroll bar.
On Wed, Jan 29, 2014 at 12:34 PM, Sebastian Sastre < sebastian@flowingconcept.com> wrote:
There is something about the wheel because often, at least in Nautilus, you get crazy scrolls you dind't asked for
Specially if using trackpad, two finger, scroll
On Jan 29, 2014, at 6:09 AM, Hilaire Fernandes < hilaire.fernandes@gmail.com> wrote:
I am not exactly sure, but I think mouseWheelEvents were always simulated with Ctrl events.
Hilaire
Le 29/01/2014 00:06, Nicolai Hess a écrit :
How it comes we lost the MouseWheelEvents. The SimpleHierarchicalListMorph in FileList does not scroll on MouseWheelEvents. Or at least it worked that way in Pharo2. But now the MouseWheel creates a keyboardevent "<Ctrl->". (Other ListMorphs can handle this, but the ListMorph in FileList can not.)
nicolai
-- Dr. Geo http://drgeo.eu
The blue rectangle looks like a drop indicator. you can drag another window over nautilus' package tree and you'll the this rectangle moving.
Nicolai Hess wrote
The blue rectangle looks like a drop indicator. you can drag another window over nautilus' package tree and you'll the this rectangle moving.
Yes, and there is a bug. If you accidentally drop a non-package-related Morph on a Nautilus tree package pane, you will get a DNU #passenger and your Morph will disappear! ----- Cheers, Sean -- View this message in context: http://forum.world.st/No-more-MouseWheelEvents-tp4739999p4740104.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
2014-01-29 Sean P. DeNigris <sean@clipperadams.com>
Nicolai Hess wrote
The blue rectangle looks like a drop indicator. you can drag another window over nautilus' package tree and you'll the this rectangle moving.
Yes, and there is a bug. If you accidentally drop a non-package-related Morph on a Nautilus tree package pane, you will get a DNU #passenger and your Morph will disappear!
----- Cheers, Sean -- View this message in context: http://forum.world.st/No-more-MouseWheelEvents-tp4739999p4740104.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
Cool, a morph trash can.
Simple the VM does not give us the correct events so there are simulated. This is why what igor and ronie did on getting event from the OS via NB is important and a nice experience. It shows that we can move most of the low level stuff to the image and get a lighter VM. Now we need help because this is working for linux X11 but we need it for Mac and Windows. Ronie suggested to use SDL but SDL can be heavy (in terms of API and dependency), Igor suggested that we look at the way SDL is doing it and cheery pick what we need. So basically We need Mac Windows little primitives Mac Window image level classes It would be so great to have a group of people pushing that together. Stef
How it comes we lost the MouseWheelEvents. The SimpleHierarchicalListMorph in FileList does not scroll on MouseWheelEvents. Or at least it worked that way in Pharo2. But now the MouseWheel creates a keyboardevent "<Ctrl->". (Other ListMorphs can handle this, but the ListMorph in FileList can not.)
nicolai
participants (6)
-
Hilaire Fernandes -
kilon alios -
Nicolai Hess -
Pharo4Stef -
Sean P. DeNigris -
Sebastian Sastre