2009-08-13 10:39 UTC
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
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