2018-01-08 12:08 UTC
ODCL 8.2.1.2, Bricscad V18.1.08
I had some strange issue with ONDOCACTIVATED and NODOCSTATE, something like this:
Maybe I made a bad code, so I tested with "OpenDCLDEMO" - start a drawing, close a drawing, create new drawing, and got this:
Can someone confirm or explain or solve it?
I had some strange issue with ONDOCACTIVATED and NODOCSTATE, something like this:
---------- [ BricsCAD - Mon Jan 08 13:37:55 2018] ----------
: _qnew
:
; ----- Error around expression -----
(C:SIA_BAUM/STRUKTUR#ONDOCACTIVATED)
;
; error : no function definition ; expected FUNCTION at
: _WCLOSE
:
; ----- Error around expression -----
(C:SIA_BAUM/STRUKTUR#ONDOCACTIVATED)
;
; error : no function definition ; expected FUNCTION at
:
Abbrechen
:
:
:
: _WCLOSE
; ----- Error around expression -----
(PRINC)
;
; error : bad argument type <#< #x3b @1000448976>> ; expected at
;
; error : during LISP function [c:sia_baum/struktur#OnEnteringNoDocState] invoke from BRX/SDS interface,
please check Lisp function definition and call arguments.Maybe I made a bad code, so I tested with "OpenDCLDEMO" - start a drawing, close a drawing, create new drawing, and got this:
---------- [ BricsCAD - Mon Jan 08 13:59:16 2018] ----------
: _qnew
; ----- Error around expression -----
(DEFUN DCL_CONTROL_SETTIMER REST (AL_LEAVEDEFUN (AL_ENTERDEFUN 'DCL_CONTROL_SETTIMER NIL) (AL_EXECUTEADSDEFUN "DCL_CONTROL_SETTIMER" REST)))
;
; error : bad argument type <#< #x3b @100025c6b6>> ; expected at
;
; error : during LISP function [c:AllSamples/Main#OnSize] invoke from BRX/SDS interface,
please check Lisp function definition and call arguments.
; ----- Error around expression -----
(DEFUN DCL_CONTROL_SETTIMER REST (AL_LEAVEDEFUN (AL_ENTERDEFUN 'DCL_CONTROL_SETTIMER NIL) (AL_EXECUTEADSDEFUN DCL_CONTROL_SETTIMER REST)))
;
; error : bad argument type <#< #x3b @100025c6b6>> ; expected at
;
; error : during LISP function [c:AllSamples/Main#OnSize] invoke from BRX/SDS interface,
please check Lisp function definition and call arguments.
:
; ----- Error around expression -----
(C:ALLSAMPLES/MAIN#ONDOCACTIVATED)
;
; error : no function definition ; expected FUNCTION at
:
Can someone confirm or explain or solve it?