From: Alexander S.K. <al...@be...> - 2016-09-21 13:02:05
|
Itamar M. Lins Jr. Lins пишет: > Hi! > Is possible add feature MENU TITLE in CONTEXT MENU ? > For example: > > CONTEXT MENU oPopup > MENUITEM "Opction 1" > MENU TITLE "Menu X" //Here det error syntaxe :-( > MENUITEM "Sub opction X" action ... > ENDMENU > ENDMENU There are no problems with submenu in context menu. The error is in previous line MENUITEM "Opction 1" where you forgot the clause ACTION. Regards, Alexander. |