The Maxon SDK Team is currently short staffed due to the winter holidays. No forum support is being provided between 15/12/2025 and 5/1/2026. For details see Maxon SDK 2025 Winter Holidays.
Reacting on Treeview user action
-
I have a dialog with a Treeview.
In the Treeview I can detect when a object is selected or right clicked.def ContextMenuCall(self, root, userdata, obj, lColumn, lCommand): if lCommand == ID_SHOWTHUMBNAILS: # Update dialog according to obj return True return FalseHowever, in the main dialog I want to react to this right clicking.
How do I 'notify' the main dialog?
I tried sending a message() or SendParentMessage(), but that did not work. -
I found a reply here.
https://developers.maxon.net/forum/topic/11447/get-message-from-treeview-gui-dialog/2