2014-06-14 21:01 UTC
I have a program running smoothly with AutoCAD 2014.
In AutoCAD 2015 I am not succeeding.
The forms are loaded OpenDCL complete and work perfectly.
But when you click the OK button, which triggers lisp routines, the error occurs when invoking any AutoCAD command.
The EventInvoke proriedade the button is set to the value 1.
Yet the lisp commands are not executed.
Below is the code that put the executed when you click the OK button:
(dcl-Control-SetEventInvoke Proj_Trif / Form_Define_Tanque / TB_Ok 1)
(dcl-Form-Close Proj_Trif / Form_Define_Tanque)
(TD_TANQUE_SUPERIOR PT_SUP)
The defun TD_TANQUE_SUPERIOR must perform a series of CAD commands and works perfectly on anteirores versions to AutoCAD 2015.
I do not want to believe it is necessary modficar overused my LISP code.
I still remember that the program should work in versions 2009 to 2015.
Agredeço advance for any assistance.
hugs
Dionei
In AutoCAD 2015 I am not succeeding.
The forms are loaded OpenDCL complete and work perfectly.
But when you click the OK button, which triggers lisp routines, the error occurs when invoking any AutoCAD command.
The EventInvoke proriedade the button is set to the value 1.
Yet the lisp commands are not executed.
Below is the code that put the executed when you click the OK button:
(dcl-Control-SetEventInvoke Proj_Trif / Form_Define_Tanque / TB_Ok 1)
(dcl-Form-Close Proj_Trif / Form_Define_Tanque)
(TD_TANQUE_SUPERIOR PT_SUP)
The defun TD_TANQUE_SUPERIOR must perform a series of CAD commands and works perfectly on anteirores versions to AutoCAD 2015.
I do not want to believe it is necessary modficar overused my LISP code.
I still remember that the program should work in versions 2009 to 2015.
Agredeço advance for any assistance.
hugs
Dionei