Good evening
I am having an error at the current time where the editor is calling my items incorrecly, Where it refer to and old project, But it works
For example
These work
(dcl_Form_Show DrawThings_Drawer_MainMenu)
(defun c:DrawThings_Drawer_MainMenu_OnInitialize (/)..)
But this also works
(defun c:NewWeightPallet_MainMenu_OnClose (UpperLeftX UpperLeftY /)
While this dose not
(defun c:DrawThings_Drawer_MainMenu__OnClose (PalletX PalletY /)
Aswell non of my check box's are working atm
You can set the name of the event handler in the Events tab pane by clicking on the event, then editing the name in the event name edit box. If you uncheck, then recheck an event, it will revert back to the default name. Perhaps this is what you've experienced.
Ohh fantastic, I didnt relise you could remap it. thanks