Just popping in
Joined: 2007/9/3 18:27 Last Login
: 2013/9/7 11:41
From France
Group:
Registered Users
|
@TSK For a standalone docky, add this in DockyGet() method, tag DOCKYGET_ContextMenu: Quote: Object *item1 = PopupMenuItemObject, PMIA_Title, "Open Prefs...", PMIA_ID, PMID_PREFS, PopupMenuItemEnd;
IIntuition->IDoMethod((Object *)msgData, OM_ADDMEMBER, item1, TAG_DONE);
For an app docky, AFAIK the option is added automatically with the appropriate tag in RegisterApplication() and you have to handle the corresponding applib message.
|