I need to put up a very light-weight progress bar (e.g. a line three or
four pixels thick) in a way that puts the absolutely minimal load on the
processor. It appears that in order to look smooth enough, my line has to
be updated every 20 milliseconds or so.
What the most efficiet way to achieve this? Resize a vector shape every 20
milliseconds? Paint pixels every 20 milliseconds? Something else?
Thanks!
Slava
[To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
- Re: <lingo-l> efficiency question: progress bar Slava Paperno
