Started by Sun_tk ·
2009-10-09 06:02 UTC ·
5 replies · SMF topic #961
Sun_tk
2009-10-09 06:02 UTC
drawing close event is triggered OnEnteringNoDocState.
(defun c:PForm_OnEnteringNoDocState ( /)
(if (dcl_Form_IsActive PForm)
(dcl_form_close PForm)
)
)
open a new drawing, autocad - fatal error
owenwengerd
2009-10-12 08:10 UTC
Is the SDI system variable set to 1 or 0?
Sun_tk
2009-10-12 09:11 UTC
author=owenwengerd link=topic=961.msg4854#msg4854 date=1255335039 wrote:
Is the SDI system variable set to 1 or 0?
set to 1 - error
set to 0 - ok
owenwengerd
2009-10-12 09:25 UTC
I think I've fixed the problem. Please test the next build and let me know whether the problem is resolved.
Sun_tk
2009-10-14 05:48 UTC
6.0.0.8 problem persists.
owenwengerd
2009-10-15 04:11 UTC
Please let me know the exact steps to reproduce the problem.