OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: Moshe-A on September 29, 2020, 02:41:10 AM

Title: dcl_MessageBox
Post by: Moshe-A on September 29, 2020, 02:41:10 AM
Guys Hi,

when (dcl_MessageBox) is called inside OnInitialize (after selecting objects) it supress the dialog but
i would like the dialog to show before calling MessageBox.

it there an event that triggers after OnInitialize ends?

Moshe
Title: Re: dcl_MessageBox
Post by: Moshe-A on September 29, 2020, 01:18:50 PM

I solved this with (dcl-Form-StartTimer <FORM> 100) so easy, works perfect  :)