Archived:Displayables when the running MIDlet is obscured by a system screen on S60 1st Edition (Known Issue)
m (1 revision(s)) |
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)) |
||
| (9 intermediate revisions by 4 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 --> |
| − | | | + | |sourcecode= <!-- Link to example source code (e.g. [[Media:The Code Example ZIP.zip]]) --> |
| − | === | + | |installfile= <!-- Link to installation file (e.g. [[Media:The Installation File.sis]]) --> |
| − | | | + | |devices= <!-- Devices tested against - e.g. ''devices=Nokia 6131 NFC, Nokia C7-00'') --> |
| + | |sdk= <!-- SDK(s) built and tested against (e.g. [http://linktosdkdownload/ Nokia Qt SDK 1.1]) --> | ||
| + | |platform= S60 1st Edition | ||
| + | |devicecompatability= <!-- Compatible devices (e.g.: All* (must have GPS) ) --> | ||
| + | |dependencies= <!-- Any other/external dependencies e.g.: Google Maps Api v1.0 --> | ||
| + | |signing= <!-- Empty or one of Self-Signed, DevCert, Manufacturer --> | ||
| + | |capabilities= <!-- Capabilities required by the article/code example (e.g. Location, NetworkServices. --> | ||
| + | |keywords= <!-- APIs, classes and methods (e.g. QSystemScreenSaver, QList, CBase --> | ||
| + | |language= <!-- Language category code for non-English topics - e.g. Lang-Chinese --> | ||
| + | |translated-by= <!-- [[User:XXXX]] --> | ||
| + | |translated-from-title= <!-- Title only --> | ||
| + | |translated-from-id= <!-- Id of translated revision --> | ||
| + | |review-by= <!-- After re-review: [[User:username]] --> | ||
| + | |review-timestamp= <!-- After re-review: YYYYMMDD --> | ||
| + | |update-by= <!-- After significant update: [[User:username]]--> | ||
| + | |update-timestamp= <!-- After significant update: YYYYMMDD --> | ||
| + | |creationdate= 20040309 | ||
| + | |author= [[User:Technical writer 1]] | ||
| + | <!-- The following are not in current metadata --> | ||
| + | |subcategory= | ||
| + | |id= KIJ000070 | ||
| + | }} | ||
| − | + | ==Overview== | |
| − | + | {{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== | |
| − | + | 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. | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
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.

