Controlling the Info Window

enaio® 10.10 »

A third window is available in enaio® client next to the 'Object search' area and the search bar: the info window. This window cannot be designed by the user but only administratively with events.

A URL or an HTML string is passed to the info window. It has a COM interface that can be addressed under the name 'InfoWindow' from within every event script.

'InfoWindow' uses functions of the Internet Explorer control – part of the operating system – to display HTML functions. This control may not support some, or none at all, of the current standards.

The following properties and methods are implemented in the interface:

Property

Description

ID

unique ID of the window

Visible

specifies or determines whether the window is visible

Caption

text in the title bar of the window

URL

indicates the URL that is currently shown or to be shown

Closeable

specifies if the window can be closed by the user

EnableContextMenu

specifies whether the context menu of the Internet Explorer is meant to be shown

HtmlDocument

specifies the current HTML document

 

Method

Description

ShowHtml(String html)

displays the passed HTML string in the window

Refresh()

updates the view

GoBack()

corresponds to the 'Back' button in the Internet Explorer

GoForward()

corresponds to the 'Forward' button in the Internet Explorer