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

[REBOL] Re: [view] accelerating view...

From: roland:hadinger:arcor at: 15-Jan-2004 20:41

hi max, On Thursday 15 January 2004 19:47, you wrote:
> can you guys give me some of your tricks to improve refresh speeds in any > interactive apps?
Perhaps you could use something like: http://home.arcor.de/roland.hadinger/rebol/includes/guard.r A demo of using guard to control recursive do-events: http://home.arcor.de/roland.hadinger/rebol/includes/2.demos/guard.r This trick is used to actually speed up scrolling in this (experimental!) app: http://home.arcor.de/roland.hadinger/rebol/experiments/sonar1.r -- R.