2013-09-12 12:06 UTC
It's me and my screenmenu again.
This time I stumbled upon a problem with the OnDocActivated Event of the non-modal dialog.
Whenever I open a new DWG-file while my screenmenu is active (I leave it visible all the time) The first message in the textscreen is
I'd guess this is cause because the screenmenu calls the event before AutoCAD has loaded the acad.lsp.
Is there a way to prevent this behavior?
Like postponing the event until Lisp has finished loading or something like that.
Kind regards
Ingo P
This time I stumbled upon a problem with the OnDocActivated Event of the non-modal dialog.
Whenever I open a new DWG-file while my screenmenu is active (I leave it visible all the time) The first message in the textscreen is
; Fehler: no function definition: C:SCREENMENU_SCREENMENU2_ONDOCACTIVATEDI'd guess this is cause because the screenmenu calls the event before AutoCAD has loaded the acad.lsp.
Is there a way to prevent this behavior?
Like postponing the event until Lisp has finished loading or something like that.
Kind regards
Ingo P