[squeak-dev] [ANN] TouchScrolling

Thiede, Christoph Christoph.Thiede at student.hpi.uni-potsdam.de
Sat Mar 26 14:53:50 UTC 2022


Hi Tony,

here are some first expressions for TouchScrolling-tonyg.5:


  *   When scrolling through a PluggableListMorph (e.g., in a system browser) and I move my finger outside of the list before releasing it, the touch gesture will not be ended, i.e., the next mouse (!) move over the list will continue the scrolling. Alternatively, placing the finger over the list will reset the list to its prior position. For PluggableTextMorphs, this problem does not occur for me.
  *   When moving my finger from the list to the text pane of a browser during scrolling, the text in the text pane will be selected. This might be a bug in the mouseDragging/mouseFocus handling of Morphic ...
  *   It would be nice if every scroll gesture had a braking distance similar to what we know from Android/Windows 10 et al. Then again, we might even want to have such a "smooth scrolling" also for mouse wheel events ...

In general, this is a very promising idea. I'm looking forward to meeting this in the Trunk when it's stable. :-)

Best,
Christoph

________________________________
Von: Squeak-dev <squeak-dev-bounces at lists.squeakfoundation.org> im Auftrag von Taeumel, Marcel
Gesendet: Mittwoch, 9. März 2022 08:44 Uhr
An: squeak-dev
Betreff: Re: [squeak-dev] [ANN] TouchScrolling

> ... generate and handle scroll events ...

I meant "touch events" ... sorry for the noise.

Am 09.03.2022 08:43:40 schrieb Marcel Taeumel <marcel.taeumel at hpi.de>:

Hi Tony --

> I'd be keen to hear people's thoughts on it. If it isn't too intrusive
> (I will admit I find it a *little* intrusive when I'm working with an
> image using a mouse on my desktop PC), perhaps it could be (rewritten
> and) included in trunk.

Well, if we cannot manage to generate and handle scroll events in such a morph, I would at least flag all related methods with a common symbol so that we can find the involved code later on.

(I consider it a little bit hacky where it is right now^^)

Maybe I get the chance to look at it soon. TrueType is okay-ish at the moment. Locale and LanguageEnvironment bothers me a little bit currently. But almost finished.

Best,
Marcel

Am 09.03.2022 08:35:40 schrieb Tony Garnock-Jones <tonyg at leastfixedpoint.com>:

On 3/8/22 19:35, Jakob Reschke wrote:
> If I have observed correctly, the hold-down-pen handling that
> eventually invokes a right click happens outside of the receiving
> process (i. e. outside of Squeak). Therefore the timeout setting in
> Squeak should have no effect on this. Squeak would not even know that
> the pen is down.

Oh, I see. It could perhaps still work if the Squeak timeout were
*shorter* but then it makes scrolling rather difficult! No win
situation. I think your suggestion of being smarter about *available
scroll directions* is a winning idea here, I'm looking forward to having
time to try it out.

Regards,
Tony

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20220326/927d5685/attachment.html>


More information about the Squeak-dev mailing list