This page was last modified 08:52, 28 February 2008.
KIS - Browser Control sample in S60 3rd MR SDK can't work in emulator
From Forum Nokia Wiki
| ID | Unofficial - No ID assigned | Creation date | February 28, 2008 |
| Platform | S60 3rd Edition | Devices | N/A |
| Category | Symbian C++ | Subcategory | SDK, Example |
Overview
The S60 example comes with S60 SDK 3RD Ed. Maintenance Release can not work in Emulator yet it works on device. This problem had been recorded in the SDK release notes, but there is a solution.
Description
After building the "BrCtlSampleApp" example in S60 SDK 3RD ED. Maintenance Release, the result could be run in the SDK emulator. But the screen shows no content even the page is loaded. This is caused by some bug in BrowserEngine component in the SDK emulator.
How to reproduce
N/A
Solution
Add the following line
iBrCtlInterface->ActivateL();
after every "CreateBrowserControlL()" function call.
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| problems with xhtml and tables with nokia browser | marxvilly | Browsing and Mark-ups | 2 | 2007-10-19 07:56 |
| Building S60 3rd Edition MIDP Applications using Netbeans 5.5 + Mobility CLDC !HELP! | earamsey | Mobile Java General | 5 | 2007-09-10 16:25 |
| It is possible to add extra screensizes to the S60 3rd ed FP1 SDK | svdwal | Symbian Tools & SDKs | 0 | 2007-03-28 08:59 |
| SDK S60 3rd edition FP2 beta emulator | livelab | Mobile Java Tools & SDKs | 3 | 2008-01-09 22:25 |
| Series 60 WML Toolkit | venkatt_shankar | Series 40 & S60 Platform Feedback | 2 | 2008-05-08 16:57 |

