Hi Tsui,
I have a list item double-click handler in main window. After double-clicking a selected item, the handler launches a subwindow, where I define the attributes of a zone set. Then I click the save button in the subwindow, which activates the savebutton_click handler in that window. After completing the work in the save button click handler, the control of the application doesn’t return back to the mainwindow double-click handler although the subwindow is closed. So where can I put the code for detecting the subwindow closed event? What can I do to force the subwindow save-button-click handler to send the closed event to the main window? By the way, the subwindow is launched by creating an instance of a parameter window and calling the show method.
Thanks.
Regards,
Franklin