Join Now
Quality Rating:
  • Currently 0.0 / 5
(0.0 / 5 - 0 votes cast)
Expertise Level:
  • Currently 0.0 / 5
(0.0 / 5 - 0 votes cast)

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


Image:KB_Developer.gif

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.

 
Powered by MediaWiki