Archived:Displayables when the running MIDlet is obscured by a system screen on S60 1st Edition (Known Issue)
m (1 revision(s)) |
Revision as of 13:05, 23 August 2007
Switching Displayables when the running MIDlet is obscured by a system screen |
KIJ000070 | |
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. | |
Reported against |
S60 1st Edition. | |
Date identified |
March 9, 2004 | |
Symptoms |
The user must press the Application key twice to see the Application menu. | |
Detailed 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. | |
How to reproduce |
- | |
Solution |
It is not necessary to set the current Displayable in the hideNotify() method. The showNotify() method can be used instead. | |

