OpenDCL Forums

OpenDCL => Studio/Dialog Editor => Topic started by: flowerrobot on August 13, 2009, 03:39:32 AM

Title: Incorrect, yet correct modul commands
Post by: flowerrobot on August 13, 2009, 03:39:32 AM
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
Title: Re: Incorrect, yet correct modul commands
Post by: owenwengerd on August 13, 2009, 06:50:35 AM
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.
Title: Re: Incorrect, yet correct modul commands
Post by: flowerrobot on August 13, 2009, 03:01:42 PM
Ohh fantastic, I didnt relise you could remap it. thanks