OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: andrew.nao1 on August 13, 2014, 11:48:01 AM

Title: how many dialog boxes can be opened?
Post by: andrew.nao1 on August 13, 2014, 11:48:01 AM
im attempting to open multiple dialog boxes one top of each other.

my first dialog is a modeless dialog, when i press a button on that dialog, a 2nd modeless dialog opens.
however if i were to put a button on the 2nd dialog i cannot get another to open.
whether its a modal or or modeless it cant get it to open.

is there only a limit of 1?
i thought i saw a post about this at one time but i was unable to find it.
Title: Re: how many dialog boxes can be opened?
Post by: owenwengerd on August 13, 2014, 11:53:06 AM
There is no limit as far as OpenDCL is concerned.
Title: Re: how many dialog boxes can be opened?
Post by: andrew.nao1 on August 14, 2014, 05:56:12 AM
thanks for the reply Owen.
I had the function inside another function thats why it wasnt working