Question
ProUITree Popup Menu
I am having trouble getting a pop-up menu (RMB) working for a ProUITree.
Any advice would be appreciated.
In the routine to create the dialog:
ProUIDialogCreate()
ProNotificationSet (PRO_POPUPMENU_CREATE_POST, (ProFunction)
exportDialogPopupCreate);
ProUIDialogActivate (DIALOG_NAME, &status);
ProUIDialogDestroy (DIALOG_NAME);
ProNotificationUnset (PRO_POPUPMENU_CREATE_POST);
The function exportDialogPopupCreate() never gets called despite the dialog
with the tree showing is displayed.
Is there any special way or locatioon to right-click? Any enabling function
that needs to be invoked?
Thanks,
Bob
Bob Monat
Jerand Technical Services, Inc.
bob@jerand.com
www.jerand.com
1-317-875-6087
This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
Any advice would be appreciated.
In the routine to create the dialog:
ProUIDialogCreate()
ProNotificationSet (PRO_POPUPMENU_CREATE_POST, (ProFunction)
exportDialogPopupCreate);
ProUIDialogActivate (DIALOG_NAME, &status);
ProUIDialogDestroy (DIALOG_NAME);
ProNotificationUnset (PRO_POPUPMENU_CREATE_POST);
The function exportDialogPopupCreate() never gets called despite the dialog
with the tree showing is displayed.
Is there any special way or locatioon to right-click? Any enabling function
that needs to be invoked?
Thanks,
Bob
Bob Monat
Jerand Technical Services, Inc.
bob@jerand.com
www.jerand.com
1-317-875-6087
This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.

