Menu_Delete (OpenInsight Specific)
At 17 FEB 1999 02:17:16PM Hank Huizinga wrote:
Call Send_Message(Frame,"MENU_DELETE",menuitem :@FM: 0)
This function does not work if menuitem MENUPOS_TYPE$=POPUP". Is there a work around?
Help appreciated,
Hank Huizinga
At 19 FEB 1999 04:20PM Gene Gleyzer wrote:
Hank,
You cannot delete a menu popup. The best workaround I can suggest is setting the TEXT property of the popup menu to "" and ENABLED property to FALSE$.
Gene