Closed sficarro closed 7 years ago
Quick thought... I think this might be from crossover of the AUI_PANE_CLOSE events.
Issue resolved. Now binding aui.EVT_AUI_PANE_CLOSE to OnClose() in TopLevelFrame. Once triggered, calls OnClose in window that triggered the event. Update will be released in version 1.0.2.
Update has been pushed to the repository.
When Database frame closed, SpecStylus also closed. When you try to open another search, dialog reports 'search result file already opened". This indicates the Db frame does not go through the proper close channel and remove itself from the object organizer. Will investigate further.