exitOnClose on TabGroup

You must Login before you can answer or comment on any questions.

If I'm reading this commit's comment correctly, using the exitOnClose setting on a tabgroup should work the same as on a window. But using the latest build from git, and having set that option, it seems to have no effect.

Any idea how to get this effect? Not only is going back to the login screen messy, it's also totally broken due to another bug (once a tabgroup is opened, all event listeners on previous windows are destroyed -- ie, once returned to the login screen, the "Log In" button does nothing)

1 Answer

I overcome this issue closing the login ( previous ) window after I open the tabgroup. Take care not to set exitOnClose on the previous window or will break the focus event for tabgroup

— answered 2 years ago by Dan Tamas
answer permalink
1 Comment
  • I've tried this, but somehow closing the login window also cancels all in-progress HTTP requests that were started by that window, and I need the "load stuff in the background after successfully logging in" process that's started from the login button event to continue...

    — commented 2 years ago by Shish Moom

Your Answer

Think you can help? Login to answer this question!