Peter Slegg, 25.03.2013 18:31:12:
On Sat, 23 Mar 2013 23:58:41 , "Helmut Karlowski" <helmut.karlowski@ish.de> wrote:Peter Slegg, 23.03.2013 21:44:28: > Could the redraw be issued when the menu closes ? This would be a lot > faster > but the window might be out of date for a moment. Does that matter ?Yes is does. Also why would it be much faster? The app could do the redrawby blitting, which gives about the same as if the AES would do it.I wasn't sure if the app redraw had to re-render the AES objects,
The app is only responsible for the window-content, also known as work-area. The objects are drawn by the AES. XaAES blits whenever it can. I don't feel the menu is too slow, even on a TT, and a possible speedup would rather come from faster redraw of the menu itself than the background.
-- Helmut Karlowski