Rajuk- / hawkscope

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

Improve menu reload with buffering #82

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently there are moments when you are trying to invoke hawkscope menu at
the point it's being reloaded in the background. Sometimes it ends up with
0.5-3 sec lag. To prevent this, new reload strategy should be used:
1. create new MainMenu instance in background.
2. reload it.
2.1 if menu is opened during reload, display the old menu.
3. replace old menu instance with new one.

Original issue reported on code.google.com by tomas.va...@gmail.com on 26 Mar 2009 at 12:35

GoogleCodeExporter commented 9 years ago
I'm affraid this can be complicated, leaving this out for now

Original comment by tomas.va...@gmail.com on 1 Apr 2009 at 7:24