I'm trying to hide a pop-up menu item, but I cannot get it to work. The progress help file shows that there is a Visible attribute for the MENU-ITEM widget, but when I try to set it to False, it says that the Visible attribute is not setable for the menu-item? I would alternatively create the menu-item dynamically, but I want them in a certain order (so I can't just create that one menu-item) and don't feel I should have to create the entire menu dynamically just to get one menu-item to be hidden (not created)...Anyone know of a way to accomplish this? Hopefully I'm just overlooking something... Thank you.