Hi All
I have a server app. It , so far, has 3 forms, each form I have associated with it's own code module.
main -> MainForm as from (frmMain.fxml)
mod_app_connections -> frmConnections as form (frmConnections.fxml)
mod_app_settings -> frmSettings as form (frmSettings.fxml)
In the mod_app_connections code module I am trying to trap the frmConnections_Closed and/or frmConnections_CloseRequest event but they do not seem to get fired when I click the 'x' button on the form.
Is there a specific formal way of naming the form object in a code module ?
Many Thanks
John.
I have a server app. It , so far, has 3 forms, each form I have associated with it's own code module.
main -> MainForm as from (frmMain.fxml)
mod_app_connections -> frmConnections as form (frmConnections.fxml)
mod_app_settings -> frmSettings as form (frmSettings.fxml)
In the mod_app_connections code module I am trying to trap the frmConnections_Closed and/or frmConnections_CloseRequest event but they do not seem to get fired when I click the 'x' button on the form.
Is there a specific formal way of naming the form object in a code module ?
Many Thanks
John.