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

[REBOL] Re: Graph Drawing & /View Performance

From: cyphre:seznam:cz at: 9-May-2002 15:13

Hi Romano and all,
>From my experience:
-use "show f" on each face when you need refresh small parts of window but don't use it when you need show lot of small faces -using one "show f" for whole window is better when you are controling more faces in the window at the same time...then you rather use 'redraw function in each small face instead of 'enagage you can see the performance difference in following examples: http://www.rebol.cz/~cyphre/draw-tutor-2orig.r - this script uses method of refreshing each object face separately http://www.rebol.cz/~cyphre/draw-tutor-2.r - this script uses method of one global 'show of the whole window area regards, Cyphre