Bug Palettes Form OnEnteringNoDocState 6.0.0.7 Autocad 2006

Started by Aleksandr Tkachenko, October 08, 2009, 11:02:18 PM

Previous topic - Next topic

Aleksandr Tkachenko


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

Owen Wengerd (Outside The Box) / ManuSoft

Aleksandr Tkachenko

#2
Quote from: owenwengerd on October 12, 2009, 01:10:39 AM
Is the SDI system variable set to 1 or 0?

set to 1 - error

set to 0 - ok

owenwengerd

I think I've fixed the problem. Please test the next build and let me know whether the problem is resolved.
Owen Wengerd (Outside The Box) / ManuSoft

Aleksandr Tkachenko


owenwengerd

Please let me know the exact steps to reproduce the problem.
Owen Wengerd (Outside The Box) / ManuSoft