Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: [grid]

From: ed:brittlestar at: 10-Jul-2004 14:50

> EOC> Scrolling a pane of content within /View often leads to noticeable
lags in
> EOC> screen refresh/responsiveness. For an example, try the REBOL world in
AltME
> EOC> on a run-of-the-mill Pentium II or III. > > GS> This is because you are getting more mouse events than you can > GS> handle. Event filtering will put that lag to zero.
I assumed it was because scrolling requires /View to refresh the screen at a faster rate than the compositing engine can handle. Is event filtering available now, or is that something planned for a future release of VID? Thanks for your insight. Ed