Archived:Displayables when the running MIDlet is obscured by a system screen on S60 1st Edition (Known Issue)
hamishwillee
(Talk | contribs) m (Removed protection from "KIJ000070 - Displayables when the running MIDlet is obscured by a system screen": Merging into Wiki) |
hamishwillee
(Talk | contribs) |
Revision as of 08:05, 30 March 2012
Article Metadata
Compatibility
Article
Contents |
Overview
If the setCurrent() method has been called in the Canvas.hideNotify() method and the red phone button is pressed, the phone desktop is quickly shown and the application is brought to the foreground showing the screen that was chosen in the setCurrent() method instead of showing the Applications menu.
Symptoms
The user must press the Application key twice to see the Application menu.
Description
Setting the current Displayable in the hideNotify() method will make the application come to the foreground. Thus, if the user presses the Applications key to access the Applications menu, the menu is shown only quickly and the application is brought to the foreground. The user must press the Applications key again to see the menu.
Solution
It is not necessary to set the current Displayable in the hideNotify() method. The showNotify() method can be used instead.

