Issue
Some links in graphics are unresponsive on Advanced Display when running EBO 1.9.4.
Product Line
EcoStruxure Building Operation
Environment
- Building Operation Advanced Display V2
- Building Operation Advanced Display V3
- EcoStruxure Building Operation v. 1.9.4
Cause
The links that are unresponsive are trying to open the target in a floating window. This is not supported on Advanced Display with WebStation when using EBO v. 1.9.4. More specifically the graphics script function is not supported under the conditions mentioned above.
invoke("Link", "OpenInFloatingWindow");
Resolution
Use alternative arguments other than "OpenInFloatingWindow" such as "OpenInNewWindow". See the WebHelp Section Invoke Function for more information about the Invoke function.