2012-06-19 10:16 UTC
Hello,
i need help with escape key and enter. With this code, the grid is not closed with enter key but the modeless dialog is closed with escape. i don't know how can i inhibit the escape key, i search on the forum but nothing exactly what i want, if you cn help me; thanks
(defun c:Metre_Metre_OnCancelClose (intIsESC)
(/= intIsESC 1)
)
i need help with escape key and enter. With this code, the grid is not closed with enter key but the modeless dialog is closed with escape. i don't know how can i inhibit the escape key, i search on the forum but nothing exactly what i want, if you cn help me; thanks
(defun c:Metre_Metre_OnCancelClose (intIsESC)
(/= intIsESC 1)
)