Hi Dojo
The Dialog class of the Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit NuGet version 10.0.5 contains a Back and a Forward event handler. The Back property is triggered when the back button of the dialog is pressed while the Forward property is triggered when the forward button of the dialog is pressed.
I'm used to add a Next and a Back button to custom dialogs (based on the Dialog class) to navigate to and from the custom dialog. The Back and a Forward event handlers make me believe I should no longer do this. Would anyone know how to make the back button and the forward button visible on the dialog?
Thank you in advance!
Kind regards
Hi Michiel,
From Cube, you have the ability to define whether the interactive script should display Back and Forward buttons. See:
If this option is enabled, the Dialog will show both buttons at the bottom. Clicking either of these buttons will trigger their respective event from the displayed Dialog.
However, I would urge you to define your own Back and Forward buttons on your Dialogs. This will allow you to customize them, hide one or the other if they are not required, etc.
Kind regards,

Okay that's clear. Thank you for your explanation Thomas. Much appreciated!