[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] Menu redraw



On Sat, 2013-03-23 at 20:44 +0000, Peter Slegg wrote:
> Is the underlying screen area cached ?
> 
> When moving from menu to menu is it necessary to issue a full redraw ?
> 
> 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 ?

You should read the thread more closely. You can't use the old
"screenbuffer" method, because unlike TOS, N.AES, Geneva and (maybe)
MagiC, XaAES menus are *not* blocking other applications. So the
contents of the window behind an open menu might have been changed since
the menu was opened. That's why it's necessary to use ordinary redraws.

Jo Even