[UI] Scrolling issue

Gary Chambers gazzaguru2 at btinternet.com
Wed Mar 26 20:12:49 UTC 2008


Best to give "general guidance" for the moments since various users use
varying means to load... (MC on 3.9/3.10, Installer, Universes...). If MC on
3.9 had working pre/postamble it would be feasible (mostly, with a warning
for windows closing...).

Gary.

> -----Original Message-----
> From: ui-bounces at lists.squeakfoundation.org
> [mailto:ui-bounces at lists.squeakfoundation.org]On Behalf Of Bill Schwab
> Sent: 26 March 2008 12:41 PM
> To: ui at lists.squeakfoundation.org
> Subject: RE: [UI] Scrolling issue
>
>
> Gary,
>
> This might be an opportunity to use some programmatic tricks with
> settings: grab them now, install via Installer or whatever we decide to
> do, and then #ensure: the settings back to their original state???
>
> Thanks for all the great work!!
>
> Bill
>
>
>
>
> Wilhelm K. Schwab, Ph.D.
> University of Florida
> Department of Anesthesiology
> PO Box 100254
> Gainesville, FL 32610-0254
>
> Email: bschwab at anest.ufl.edu
> Tel: (352) 846-1285
> FAX: (352) 392-7029
>
> >>> gazzaguru2 at btinternet.com 03/25/08 8:09 AM >>>
> With the Widgets stuff it is best to have as few Morphs onscreen while
> loading. In particular, keep the central screen area clear (where the
> progress appears) and disable any dockingbars/taskbars. Otherwise you
> may
> run into problems since the Widgets affects display code and MC is not
> atomic.
>
> Regards, Gary.
>
> > -----Original Message-----
> > From: ui-bounces at lists.squeakfoundation.org
> > [mailto:ui-bounces at lists.squeakfoundation.org]On Behalf Of Adrian
> > Lienhard
> > Sent: 25 March 2008 1:02 PM
> > To: Squeak's User Interface
> > Subject: Re: [UI] Scrolling issue
> >
> >
> > Wow, that was fast.
> > It works perfectly, thanks!
> >
> > Note, I cannot load version Pinesoft-Widgets-gvc.302.mcz. It breakes
> > the image during loading. I loaded Pinesoft-Widgets-gvc.301.mcz and
> > then merged the change you did in Pinesoft-Widgets-gvc.303.mcz
> >
> > Cheers,
> > Adrian
> >
> > On Mar 25, 2008, at 13:54 , Gary Chambers wrote:
> >
> > > That is down to having changed to generating MouseWheelEvents
> > > (rather than
> > > keyboard). The Hand procesing seems to lock mouse events to the UI.
> > > I have
> > > modified the behaviour to be more in line with the old handling.
> > > Pinesoft-Widgets-gvc.303.mcz on SqueakSource if you want to try and
> > > see if
> > > it helps.
> > >
> > > Gary.
> > >
> > >> -----Original Message-----
> > >> From: ui-bounces at lists.squeakfoundation.org
> > >> [mailto:ui-bounces at lists.squeakfoundation.org]On Behalf Of Adrian
> > >> Lienhard
> > >> Sent: 25 March 2008 10:47 AM
> > >> To: Squeak's User Interface
> > >> Subject: [UI] Scrolling issue
> > >>
> > >>
> > >> Hi,
> > >>
> > >> I've been using UIEnhancements for some time now. I like the look
> and
> > >> many of the features but one thing that is annoying is that the
> > >> scrolling behavior is broken (I'm on Mac OS X, Squeak VM
> > >> 3.8.18beta1U). The behavior is that scrolling the list does not
> stop
> > >> when you stop scrolling the mouse or trackpad. It looks like the
> > >> scroll events are queued up and processed up until the last one
> while
> > >> each step takes a lot processing time. The problem is that while it
> > >> is
> > >> scrolling the UI is unresponsive.
> > >> The old behavior was that scrolling fast would also scroll the list
> > >> fast while now the speed does not seem to differ.
> > >>
> > >> Cheers,
> > >> Adrian
> > >> _______________________________________________
> > >> UI mailing list
> > >> UI at lists.squeakfoundation.org
> > >> http://lists.squeakfoundation.org/mailman/listinfo/ui
> > >
> > > _______________________________________________
> > > UI mailing list
> > > UI at lists.squeakfoundation.org
> > > http://lists.squeakfoundation.org/mailman/listinfo/ui
> >
> > _______________________________________________
> > UI mailing list
> > UI at lists.squeakfoundation.org
> > http://lists.squeakfoundation.org/mailman/listinfo/ui
>
> _______________________________________________
> UI mailing list
> UI at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/ui
>
> _______________________________________________
> UI mailing list
> UI at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/ui



More information about the UI mailing list