Am 16.06.2009 23:46, schrieb pondlife:
That would be fine too, however there is the whole argument against
disappearing menu items, and having the order change for blind users.
The voicing will also change... that's our solution for blind users.
Alternatively why not revert the change and allow all splashes to be aborted
early by any key press?
pondlife
Good call. Since some people already mentioned it: Abortable splashes
http://www.rockbox.org/tracker/task/10322
My solution adds asplash(f) which is abortable by anykey (and it returns
the key pressed, so the caller can make use of it, like iterating the
splash until a specific button was pressed). The most annoying splashes
should be replaced. The most important splashes could stay unabortable.
Jonathan somewhat simpler solution replaces the sleep in the existing
splash itself, but asks for ACTION_STD_CANCEL. I.e. all splash is now
abortable, but only by a specific button.
Best regards.