Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Home
Download
Help
Login
Register
OpenDCL Forums
»
OpenDCL
»
Runtime/AutoLISP
»
Bug Palettes Form OnEnteringNoDocState 6.0.0.7 Autocad 2006
« previous
next »
Print
Pages: [
1
]
Author
Topic: Bug Palettes Form OnEnteringNoDocState 6.0.0.7 Autocad 2006 (Read 3913 times)
Aleksandr Tkachenko
Member
Posts: 61
Bug Palettes Form OnEnteringNoDocState 6.0.0.7 Autocad 2006
«
on:
October 08, 2009, 11:02:18 PM »
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
Logged
owenwengerd
Administrator
Hero Member
Posts: 3094
Re: Bug Palettes Form OnEnteringNoDocState 6.0.0.7 Autocad 2006
«
Reply #1 on:
October 12, 2009, 01:10:39 AM »
Is the SDI system variable set to 1 or 0?
Logged
Owen Wengerd (
Outside The Box
) /
ManuSoft
/
CADLock, Inc.
Aleksandr Tkachenko
Member
Posts: 61
Re: Bug Palettes Form OnEnteringNoDocState 6.0.0.7 Autocad 2006
«
Reply #2 on:
October 12, 2009, 02:11:19 AM »
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
«
Last Edit: October 12, 2009, 02:14:48 AM by Aleksandr Tkachenko
»
Logged
owenwengerd
Administrator
Hero Member
Posts: 3094
Re: Bug Palettes Form OnEnteringNoDocState 6.0.0.7 Autocad 2006
«
Reply #3 on:
October 12, 2009, 02:25:02 AM »
I think I've fixed the problem. Please test the next build and let me know whether the problem is resolved.
Logged
Owen Wengerd (
Outside The Box
) /
ManuSoft
/
CADLock, Inc.
Aleksandr Tkachenko
Member
Posts: 61
Re: Bug Palettes Form OnEnteringNoDocState 6.0.0.7 Autocad 2006
«
Reply #4 on:
October 13, 2009, 10:48:42 PM »
6.0.0.8 problem persists.
Logged
owenwengerd
Administrator
Hero Member
Posts: 3094
Re: Bug Palettes Form OnEnteringNoDocState 6.0.0.7 Autocad 2006
«
Reply #5 on:
October 14, 2009, 09:11:02 PM »
Please let me know the exact steps to reproduce the problem.
Logged
Owen Wengerd (
Outside The Box
) /
ManuSoft
/
CADLock, Inc.
Print
Pages: [
1
]
« previous
next »
OpenDCL Forums
»
OpenDCL
»
Runtime/AutoLISP
»
Bug Palettes Form OnEnteringNoDocState 6.0.0.7 Autocad 2006