Hi all,
next round ;-) From the inbox load Kernel-michael_rueger.renggli.308 -fixed sensor install to update changeInformee -fixed event handling, missed the button and modifier mangling "logic" System-Support-michael_rueger.14 -added changeInformee accessor methods to preference object After loading the packages you need to execute InputEventSensor installPollingEventSensorFramework Michael _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
On Mon, Apr 27, 2009 at 4:45 PM, Michael Rueger <[hidden email]> wrote: Hi all, Nice! Results: - text selection with shift + narrows OK - swap mouse buttons OK - swap alt ctrl key OK - ctrl + b (browse class) shortcut doesn't work for me anymore but I don't know if this is due to this change. Thanks a lot!!! Mariano
_______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by Michael Rueger-6
Michael,
Thanks for your change. It considerably speeds up the image. - text selection with shift + narrows OK - swap mouse buttons OK - Cmb + b OK for me I use OSX, 293 + the changes below If you want me to test something in particular, please shout. Cheers, Alexandre On 27 Apr 2009, at 19:45, Michael Rueger wrote: > Hi all, > > next round ;-) > > > From the inbox load > > Kernel-michael_rueger.renggli.308 > > -fixed sensor install to update changeInformee > -fixed event handling, missed the button and modifier mangling "logic" > > System-Support-michael_rueger.14 > > -added changeInformee accessor methods to preference object > > After loading the packages you need to execute > > InputEventSensor installPollingEventSensorFramework > > > Michael > > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Alexandre Bergel wrote:
> Michael, > > Thanks for your change. It considerably speeds up the image. Really? Oh, it's not really the image, the polling delay in the sensor is shorter :-) > - text selection with shift + narrows OK > - swap mouse buttons OK > - Cmb + b OK for me > > I use OSX, 293 + the changes below > > If you want me to test something in particular, please shout. Thanks for testing and the feedback! Please keep reporting any shortcuts that stopped working, might be an accidental omission when porting from the old Sensor. Michael _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Hi Michael,
Just realized, that cut & paste does not work anymore. To cut& paste, I have to go through the menu. Same setting that previously, I use 293 and the a VM 4.1 on OSX. Cheers, Alexandre On 28 Apr 2009, at 14:11, Michael Rueger wrote: > Alexandre Bergel wrote: >> Michael, >> >> Thanks for your change. It considerably speeds up the image. > > Really? Oh, it's not really the image, the polling delay in the sensor > is shorter :-) > >> - text selection with shift + narrows OK >> - swap mouse buttons OK >> - Cmb + b OK for me >> >> I use OSX, 293 + the changes below >> >> If you want me to test something in particular, please shout. > > Thanks for testing and the feedback! > Please keep reporting any shortcuts that stopped working, might be an > accidental omission when porting from the old Sensor. > > Michael > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
did you try to modify swapControlAndAltKeys in preference broswer?
are you sure you evaluated: InputEventSensor installPollingEventSensorFrame work ?
cheers mariano On Tue, Apr 28, 2009 at 12:37 PM, Alexandre Bergel <[hidden email]> wrote: Hi Michael, _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by Michael Rueger-6
I was travelling and I will do a release this evening.
Stef On Apr 27, 2009, at 7:45 PM, Michael Rueger wrote: > Hi all, > > next round ;-) > > > From the inbox load > > Kernel-michael_rueger.renggli.308 > > -fixed sensor install to update changeInformee > -fixed event handling, missed the button and modifier mangling "logic" > > System-Support-michael_rueger.14 > > -added changeInformee accessor methods to preference object > > After loading the packages you need to execute > > InputEventSensor installPollingEventSensorFramework > > > Michael > > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by Mariano Martinez Peck
> did you try to modify swapControlAndAltKeys in preference broswer?
I did swap mouse button. I did not try swapControlAndAltKeys, I have never used it, I do not know what the correct behavior should be. > are you sure you evaluated: InputEventSensor > installPollingEventSensorFrame > work ? Yes, it works. Alexandre > > cheers > > mariano > > > On Tue, Apr 28, 2009 at 12:37 PM, Alexandre Bergel <[hidden email] > > wrote: > Hi Michael, > > Just realized, that cut & paste does not work anymore. To cut& paste, > I have to go through the menu. > Same setting that previously, I use 293 and the a VM 4.1 on OSX. > > Cheers, > Alexandre > > > On 28 Apr 2009, at 14:11, Michael Rueger wrote: > > > Alexandre Bergel wrote: > >> Michael, > >> > >> Thanks for your change. It considerably speeds up the image. > > > > Really? Oh, it's not really the image, the polling delay in the > sensor > > is shorter :-) > > > >> - text selection with shift + narrows OK > >> - swap mouse buttons OK > >> - Cmb + b OK for me > >> > >> I use OSX, 293 + the changes below > >> > >> If you want me to test something in particular, please shout. > > > > Thanks for testing and the feedback! > > Please keep reporting any shortcuts that stopped working, might be > an > > accidental omission when porting from the old Sensor. > > > > Michael > > > > _______________________________________________ > > Pharo-project mailing list > > [hidden email] > > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > > -- > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: > Alexandre Bergel http://www.bergel.eu > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > > > > > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
On Tue, Apr 28, 2009 at 1:29 PM, Alexandre Bergel <[hidden email]> wrote:
Neither I. Michael just told me and I tried both options.
_______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by Michael Rueger-6
Mike
I harvested your fixes. Now the problem is that with the right VM 4.0.1 and the > InputEventSensor installPollingEventSensorFramework The copy and paste does not work anymore. I did not push the changes in the stream but you can load the packages I'm loading using the cs I should in the updates.list and that will trigger the loading of the packages Can you have a look Stef On Apr 27, 2009, at 7:45 PM, Michael Rueger wrote: > Hi all, > > next round ;-) > > > From the inbox load > > Kernel-michael_rueger.renggli.308 > > -fixed sensor install to update changeInformee > -fixed event handling, missed the button and modifier mangling "logic" > > System-Support-michael_rueger.14 > > -added changeInformee accessor methods to preference object > > After loading the packages you need to execute > > InputEventSensor installPollingEventSensorFramework > > > Michael > > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project 10294-Pha-SensorFixesAgain.cs (800 bytes) Download Attachment |
Free forum by Nabble | Edit this page |