Hi.
I have a main window that is calling a new window (lets call the new window popup).
In the popup i list some items (buttons). When the user clicks on an item, the popup is closed. The clicked item is stored in an puplic accessible variable.
Now i need to know in my main window when the popup is closed, to determine what the user has clicked.
Is this possible somehow? Or could it be solved otherwise?
I hope you understand my problem.
Greet Major
I have a main window that is calling a new window (lets call the new window popup).
In the popup i list some items (buttons). When the user clicks on an item, the popup is closed. The clicked item is stored in an puplic accessible variable.
Now i need to know in my main window when the popup is closed, to determine what the user has clicked.
Is this possible somehow? Or could it be solved otherwise?
I hope you understand my problem.
Greet Major
Comment