Hi Dojo,
I am trying to use protocol.ShowInformationMessage(); but it doesn't seem to be working.
The DataMiner version is 10.4.12.0 and it is being triggered by a Context Menu, which should work according to this documentation:
https://docs.dataminer.services/develop/api/types/Skyline.DataMiner.Scripting.SLProtocol.ShowInformationMessage.html?q=ShowInformationMessage
Are you please able to advise?
Edib Šupić [SLC] [DevOps Catalyst] Posted new comment 7 hours ago
Hi Carys,
If Sebastians suggestion doesn't work, could you please provide the code you are executing?
Hi Carys,
Is the QAction doing something else besides the ShowInformationMessage()? If so, is that other code being executed?
If no other code is being executed, maybe you are missing row="true" option in the QAction.