Context Menu UI Editor Issue

oldteacher

Active member
In the past all I had to do is mark a item in context menu enabled “false” and visible “false” and would not be shown.

For example:

image

This is now what users see:

image

Home is still shown, but disabled. The way it has been in past is the “home” would be completely removed.
 
Try to use SetUIProp(“actionGoHome”, “Visible”, “False”); in the UserMain script (onDisplayWindow event)
 
Last edited:
No go, not working using:

SetUIProp("actionGoHome", "Visible", "False");

Even tried a stock skin to be certain no issue with my custom skin:

image

image
 
It’s due to the new UI editor. Menu items can now be added and removed. In past versions, you could not remove built-in menu items, only hide them. But anyway, there is a problem remaining, because if the menu’s Visible property is set to False, it should not show.
 
Back
Top