Page 1 of 1

MODAL WINDOWS

Posted: Sat Apr 18, 2009 10:54 am
by ohaldi
I created a debug "Modal Window" to show variables. Now I can form anywhere include my Debug (var1, var2) function. Every thing work well, but when I use this Debug function from another modal windows and close it, the last modal window is freeze. If I close this windows, the exe crash.
Question: It is allowed to call from a Modal window one another Modal Window?

Re: MODAL WINDOWS

Posted: Sat Apr 18, 2009 1:02 pm
by esgici
ohaldi wrote:I created a debug "Modal Window" to show variables. Now I can form anywhere include my Debug (var1, var2) function.
Hi Otto

Did you tried MsgMulty ?

Regards

--

Esgici

Re: MODAL WINDOWS

Posted: Tue Apr 21, 2009 11:01 am
by ohaldi
Many thanks for your quick answer,
Did you tried MsgMulty ?
It is a good idea.

Re: MODAL WINDOWS

Posted: Tue Apr 21, 2009 11:25 am
by mol
I'm using modal windows. They are working well - from one modal window I can call second modal window and third one called from second - no problems occur.

marek