Page 1 of 1

Window Main, modal, child

Posted: Thu Apr 12, 2012 6:52 pm
by danielmaximiliano
Hi all:
a question, find data on windows but did not find the expected results,
my need is to know what the frame window.

Code: Select all

Main Window ----> modal
                         -----> modal -------> modal
                         -----> modal -------> child
              ----> Child ---------> modal
                         ----> Child ---------> child
to avoid this type of error
Non Modal Windows can´t be activated when a modal windows is active, Win_1 programs terminated.

Hola a todos:
una pregunta, busque datos sobre ventanas pero no encontre los resultados esperados,
mi necesidad es saber como es la estructuras de ventanas.

Code: Select all

Main Window ----> modal
                         -----> modal -------> modal
                         -----> modal -------> child
              ----> Child ---------> modal
                         ----> Child ---------> child
para no tener este tipo de error.
Non Modal Windows can´t be activated when a modal windows is active, Win_1 programs terminated.