5th edition browser control requires MBrCtlSpecialLoadObserver
Article Metadata
| ID | Unofficial - No ID assigned | Creation date | |
| 5th Edition | | 5800 & N97 | | ||
| Category | Subcategory |
Contents |
Overview
In 5th edition the browser control requires that a MBrCtlSpecialLoadObserver be present otherwise the control crashes with a Kern-Exec 3 when prompting for the access point
Description
Using the browser control webkit engine has a number of optional parameter. From 5th edition the MBrCtlSpecialLoadObserver parameter is mandatory. Failing to provide an implementation of this interface will cause the browser control and the hosting application to crash with a Kern-Exec 3.
How to reproduce
Create a browser control but do not provide any observers. Attempt to load a URL The browser control crashes with a Kern Exec 3 The application is then terminated.
Solution
Provide a dummy implementation of a class implementing the MBrCtlSpecialLoadObserver interface, even though it does nothing


(no comments yet)