Cool little mechanism…
I want to only allow one instance. I’m returning FALSE for moreThanOneInstanceAllowed()
I’m getting notified in anotherInstanceStarted() when i try to start the second app. Upon doing so i just setVisible(true) on my main window…
everything looks good (original instance is visible, new instance isn’t)… except the second instance still shows up in the process manager. ie., it never got killed.
is this something i’m expected to handle?
thoughts?
thanks…