[Dynapad] Resizing on a Touchscreen?

Dan Ingalls Dan at SqueakLand.org
Fri Mar 22 20:25:05 UTC 2002


Ned Konz <ned at bike-nomad.com> wrote...

>The problem is that the window resizing code uses mouse-over detection and
>there aren't mouse-over events in the stylus environment, generally. So you
>only get mouse move events when the stylus is down.
>
>I have several times posted a change set that simulates pen-based systems (by
>filtering mouse move events) so that interested parties could fix it, but no
>one has so far.
>
>The window resizing code generates a HandleMorph that then goes into a loop
>following the cursor; unfortunately (as I recall) it's waiting for a
>mouseDown that never arrives.
>
>I'd fix this by changing the state logic of the resizing handles.

It would take someone really brilliant to do this.  I don't even think it's possible.

	- D

;-)



More information about the Squeak-dev mailing list