OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: TopoWAR on September 11, 2022, 12:16:43 PM

Title: close dialog boxes
Post by: TopoWAR on September 11, 2022, 12:16:43 PM
good, I request your help, is there a way to close all the dialog boxes when closing an autocad drawing? in used Form-CloseAll but it only works for me when opening a drawing, I appreciate your help, thanks
Title: Re: close dialog boxes
Post by: Fred Tomke on September 12, 2022, 08:03:03 AM
Hello, did you have a try with a dwg-reactor (beginClose)?

https://help.autodesk.com/view/ACD/2018/ENU/?guid=GUID-82B7F0D1-02AD-4463-A8A3-BF87EFCC83A4

Since the execution of lisp (and so OpenDCL events) is depending of open documents you have to close the form when the last document is going to get closed (in the hope my English was right and understandable).

With regards, Fred
Title: Re: close dialog boxes
Post by: TopoWAR on September 12, 2022, 10:56:30 AM
gracias :D