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) m (moved Displayables when the running MIDlet is obscured by a system screen on S60 1st Edition (Known Issue) to Archived:Displayables when the running MIDlet is obscured by a system screen on S60 1st Edition (Known Issue)) |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| + | {{Archived|timestamp=20120622155844|user=[[User:Lpvalente|Lpvalente]]}} | ||
| + | [[Category:Known Issue]][[Category:Java ME]][[Category:S60 1st Edition]] | ||
| + | |||
| + | |||
{{ArticleMetaData <!-- v1.2 --> | {{ArticleMetaData <!-- v1.2 --> | ||
|sourcecode= <!-- Link to example source code (e.g. [[Media:The Code Example ZIP.zip]]) --> | |sourcecode= <!-- Link to example source code (e.g. [[Media:The Code Example ZIP.zip]]) --> | ||
| Line 26: | Line 30: | ||
==Overview== | ==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. | + | {{Abstract|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== | ==Symptoms== | ||
| Line 36: | Line 40: | ||
==Solution== | ==Solution== | ||
It is not necessary to set the current Displayable in the hideNotify() method. The showNotify() method can be used instead. | It is not necessary to set the current Displayable in the hideNotify() method. The showNotify() method can be used instead. | ||
| − | |||
| − | |||
Latest revision as of 07:20, 28 June 2012
The article is believed to be still valid for the original topic scope.
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.

