by d.pierangeli » 21 March 2025, 9:06
Thanks for the report, the problem is that the SuppressMenu property goes only in the server-> client direction, and therefore if the visibility is changed both on the server side and by the user the value is no longer sent correctly.
We created a report to better handle the case.
It is possible to solve the case directly using javascript and the ExecuteOnClient function.
For RD3: RD3_DesktopManager.WebEntryPoint.CmdObj.SetSuppressMenu(true);
for Fluid : Client.eleMap['wep'].commandList.toggleMenu(false);
- Attachments
-
ProgettoErroreMenu.zip
- (464.85 KiB) Downloaded 10 times