New OpenDCL Forums
OpenDCL => Runtime/AutoLISP => Topic started 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
-
I solved this with (dcl-Form-StartTimer <FORM> 100) so easy, works perfect :)