[Pharo-project] right button still doesn't work on Windows
With Pharo beta, right button still doesn't work out of the box in Windows. Instead, you have to use the wheel button. To fix it, you must evaluate: InputEventSensor installMouseDecodeTable I saw that in: http://code.google.com/p/pharo/issues/detail?id=838 The thing is...where can I put that code so that new images work out of the box? Best, Mariano
Please add a comment on the bug tracker saying what should be done. 2009/8/11 Mariano Martinez Peck <marianopeck@gmail.com>:
With Pharo beta, right button still doesn't work out of the box in Windows. Instead, you have to use the wheel button.
To fix it, you must evaluate:Â Â InputEventSensor installMouseDecodeTable
I saw that in: http://code.google.com/p/pharo/issues/detail?id=838
The thing is...where can I put that code so that new images work out of the box?
Best,
Mariano
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Damien Cassou http://damiencassou.seasidehosting.st "Lambdas are relegated to relative obscurity until Java makes them popular by not having them." James Iry
On Sun, Aug 16, 2009 at 10:52 AM, Damien Cassou <damien.cassou@gmail.com>wrote:
Please add a comment on the bug tracker saying what should be done.
Added. Take into consideration that there is another thread with same subject talking about this. It was a problem with start up list, Adrian reopened the ticket and said: "We need to change the startup list such that the InputEventSensor comes after OSPlatform" See the other thread. Best, Mariano
2009/8/11 Mariano Martinez Peck <marianopeck@gmail.com>:
With Pharo beta, right button still doesn't work out of the box in Windows. Instead, you have to use the wheel button.
To fix it, you must evaluate: InputEventSensor installMouseDecodeTable
I saw that in: http://code.google.com/p/pharo/issues/detail?id=838
The thing is...where can I put that code so that new images work out of the box?
Best,
Mariano
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Damien Cassou http://damiencassou.seasidehosting.st
"Lambdas are relegated to relative obscurity until Java makes them popular by not having them." James Iry
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (2)
-
Damien Cassou -
Mariano Martinez Peck