Bug Palettes Form OnEnteringNoDocState 6.0.0.7 Autocad 2006

Started by Sun_tk · 2009-10-09 06:02 UTC · 5 replies · SMF topic #961


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
Is the SDI system variable set to 1 or 0?
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
I think I've fixed the problem. Please test the next build and let me know whether the problem is resolved.
6.0.0.8 problem persists.
Please let me know the exact steps to reproduce the problem.