I was hoping to get an answer to my problem I have at the moment.
I have a class which extends popup window. It works fine except I don't want the window to dismiss when I click outside of the window.
At the moment I have setOutsideTouchable(false);
but this just stops events outside the window, it still dismisses the popup.
A dialog has setCanceledOnTouchOutside(false)
, is there something similar I can use?
Thanks