Hi,
I have one class named settings (Core::group), in that class I'm using two poupup as a object. In my case I'm not able to use prersentdialog() because our target system will not able to load two screen at the same time. So, I'm changing the visiblity of popups and disabling the object, if it's in hiden state(this.Enabled = false).
Scenario:
While the popup is visible background class(Superior class) thouch events are working. Is that any method to deactive all the touch events in superior class while popup is visible?