THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 31/01/2003 at 08:29, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.012
Platform:
Language(s) : C.O.F.F.E.E ;
---------
in the TreeViewFunctions class.
there is the function CreateContextMenu.
this provides a way to deliver a right mouse click ContextMenu
there are 2 functions in there already.
remove and remove all.
"remove" calls delete when clicked
"remove all" seems to call nothing.
I find the text strings for these menu entrys at 90000 and 90001
in the class definition , the comment :
"own elements should start at ID_TREEVIEW_FIRST_NEW_ID"
this is 90000.
so my questions are:
how do I arrange such an element.
how do I tell it which function to call.
how do I react when its clicked ,ect
how do i fill the thing in
there seems to be no usefull information on this type of menu entry.