TreeView rmb context menus not showing?
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 24/09/2008 at 15:40, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R11
Platform: Windows ; Mac OSX ;
Language(s) : C++ ;---------
I can get the context menu to popup in an empty area of my dialog's TreeView but none of the item-specific context menus appear when over the item. My code has not changed for this (unless required) since R8.2.While awaiting the R11 SDK docs, any chance of getting information on what changed?
Thanks,
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 06/10/2008 at 17:48, xxxxxxxx wrote:
Figured it out. You guys changed the behavior of MouseDown() (which hasn't changed since at least 8.2 or earlier). When you return TRUE, it no longer calls CreateContextMenuColumn() by the way. So, I need to return FALSE so that it chain cascades to the other call.
JFYI, everyone.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 07/10/2008 at 01:12, xxxxxxxx wrote:
Thanks for the info Robert!