Am I missing something or is it not possible to have a regular menu strip and use popup menus? WA_RMBTrap,TRUE, has to be used from I have gathered so far.
Is it not possible to open popup menu when in the body of the window, and open regular menu when mouse is over screen title bar?
Is the new Intuition Popup Menus still on the way to go along with the new Intuition regular menus?
Never mind. I want ContextMenus.
The supplied example for ContextMenus uses the old school method of GetMsg() instead of IDoMethod()....again.
How would this be updated:
To the new style:
How do I get a hold of an IntuiMessage to get the eim_TagList and IAddress? Do I have to call GetMsg() and ReplyMsg() at WHMI_MENUPICK? I am hoping there is a "modern" way of doing this.
And this section still using GadTools GTMENUITEM_USERDATA():
To the modern way of:
Don't need GetMsg().