how many dialog boxes can be opened?

Started by andrew.nao1, August 13, 2014, 11:48:01 AM

Previous topic - Next topic

andrew.nao1

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.

owenwengerd

There is no limit as far as OpenDCL is concerned.

andrew.nao1

thanks for the reply Owen.
I had the function inside another function thats why it wasnt working