Page 1 of 1
ContextMenus disabling
Posted: Wed Mar 13, 2013 8:37 pm
by djrikki
Hi,
Is it currently possible to disable a Contextmenu?
In particular I want to disable a Contextmenu if a Listview has no .Entries in it.
Re: ContextMenus disabling
Posted: Thu Mar 14, 2013 10:07 pm
by airsoftsoftwair
No, it's currently not possible, but I can add this to MUI Royale if needed.
Re: ContextMenus disabling
Posted: Wed Oct 30, 2013 9:37 pm
by djrikki
Hi, just looking back on old threads. Yea this would be cool to have.
Re: ContextMenus disabling
Posted: Sat Nov 02, 2013 11:17 pm
by airsoftsoftwair
Seems like I already implemented this some months ago:
Code: Select all
- New: Area.ContextMenu can be used with mui.Set() now to change the context menu of a MUI
object; to remove the context menu from an object completely, pass the special constant
"(none)" in mui.Set() (requested by Richard Lake)