Turning Off the Show Message Window Context Menu

The Show Message Window right-click context menu displays a window with the errors and messages that are captured while the application is running. This window is optional and is to be used for debugging purposes during application development time. The showMessageMenu property, available in ibiCanvas component, allows you to turn it off for the production application.

Note: Due to third-party component software licensing agreements, Licenses and Built with WebFOCUS Enable context menu options cannot be removed.

Property

Description

showMessageMenu

When set to False, the Show Message Window that opens on a right-click is removed. The default value is True.

In the following syntax, the showMessageMenu property, available in the ibiCanvas component, is set to false.

<ibi:ibiCanvas width="100%" height="100%" id="mycanvas" showMessageMenu="false">

WebFOCUS