F
Federico Abascal
Please, can anybody help me?
I have a window that creates a new window in a new thread, so both
windows can receive user input. I want the parent window to know when
the child window is closed (for example). How could I do it?
(I tell you what I did: parent window creates a new thred with
itsself and in the run method I create the new window and wait for it
returns... but this way the two threads are for the parent window; I
guess it's not very nice the way I'm doing but I can't devise another
way)
Thanks!
Federico
I have a window that creates a new window in a new thread, so both
windows can receive user input. I want the parent window to know when
the child window is closed (for example). How could I do it?
(I tell you what I did: parent window creates a new thred with
itsself and in the run method I create the new window and wait for it
returns... but this way the two threads are for the parent window; I
guess it's not very nice the way I'm doing but I can't devise another
way)
Thanks!
Federico