[Q] Is app.redraw() the best way to force a redraw in a tight loop?
I'm drawing a great many path items in a tight loop. I'd like to see each one appear as soon as it has been drawn. I currently use app.redraw() for this.
Is this the best way? As I understand it, redraw() is a method of the app object and is intended to fully redraw the Illustrator UI, so all palettes and menus.
Is there anything that just redraws the 'canvas'?

