Plugin Installers

John M McIntosh johnmci at smalltalkconsulting.com
Sun Feb 25 20:09:32 UTC 2001


>
>The sad part is that the plugin does not work. I don't know why yet.
>One issue is that all mouse events also sends mousedown, ie the world
>menu comes up when
>I move the mouse around.
>The other issue is loading stuff like .sts and .pr files. This gives 
>walkbacks.
>
>Karl
>

Karl could you check to see if you have a 2.8 version of the plugin 
lurking in your plugin folder?

I'm quite puzzled by the behavior since looking at the VM code 
doesn't tell me why this appears to happen. Of course I have normal 
behavior on my machine.

So if you could added to the end of processMouseEvent

EventSensor>>processMouseEvent: t1
...

	Transcript show: mouseButtons; space


On mouse movement it should print 0. It will stop printing 0 if you 
stop moving the mouse

On a mouse click it should print  4 4 0 0

Mouse down, mouse up, and 2 moves until it decides that no more 
events should be passed up from the VM if you stop moving the mouse.

-- 
--
===========================================================================
John M. McIntosh <johnmci at smalltalkconsulting.com> 1-800-477-2659
Corporate Smalltalk Consulting Ltd.  http://www.smalltalkconsulting.com
===========================================================================
Custom Macintosh programming & various Smalltalk dialects
PGP Key: DSS/Diff/46FC3BE6
Fingerprint=B22F 7D67 92B7 5D52 72D7  E94A EE69 2D21 46FC 3BE6
===========================================================================





More information about the Squeak-dev mailing list