yatsek / microemu

Automatically exported from code.google.com/p/microemu
0 stars 0 forks source link

Put calls to hideNotify on the EventDispatcher #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The call to hideNotify() in Display.clean() should be sent to the Event
Dispatcher rather than called directly, in order to satisfy the serial
event delivery requirement in the MIDP spec. Otherwise hideNotify() may be
called before previous application events placed in the queue are
completed.

Original issue reported on code.google.com by bar...@gmail.com on 18 Nov 2009 at 11:59

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed in trunk (future 3.0 version)

Original comment by bar...@gmail.com on 8 Jan 2010 at 11:56