Error/Alert box
Posted: Mon Sep 07, 2020 9:34 am
I'm trying to add an Alert/Error to my lisp file, but I am not getting what I expect!!
The Alert box does open, but after the main dialogue has been closed and then re-opened.
I would prefer it to open while the main dialogue is open, is that possible?
Line 783 in attached file, which is still work in progress
Any suggestions?
S.
Code: Select all
(alert (strcat "\nOOPS drawing name <" dwg "> NOT FOUND in support file search path."))I would prefer it to open while the main dialogue is open, is that possible?
Line 783 in attached file, which is still work in progress
Any suggestions?
S.