| ID | Unofficial - No ID assigned | Creation date | |
| 5th Edition | | 5800 & N97 | | ||
| Category | Subcategory |
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
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.
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.
Provide a dummy implementation of a class implementing the MBrCtlSpecialLoadObserver interface, even though it does nothing
No related wiki articles found