Incorrect, yet correct modul commands

Started by flowerrobot, August 13, 2009, 03:39:32 AM

Previous topic - Next topic

flowerrobot

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
Code (autolisp) Select

(dcl_Form_Show DrawThings_Drawer_MainMenu)
(defun c:DrawThings_Drawer_MainMenu_OnInitialize (/)..)

But this also works
Code (autolisp) Select
(defun c:NewWeightPallet_MainMenu_OnClose (UpperLeftX UpperLeftY /)
While this dose not
Code (autolisp) Select
(defun c:DrawThings_Drawer_MainMenu__OnClose (PalletX PalletY /)


Aswell non of my check box's are working atm

owenwengerd

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.

flowerrobot

Ohh fantastic, I didnt relise you could remap it. thanks