IHM blocked if diagnostics popup is opened and messageBox

If you use this code to get a reference to FPMIApp, then use reflection (i.e. Apache commons FieldUtils) to read the diagnosticsDialog, you could then setVisible(false) to ensure it's not showing.

1 Like