74 views
in GUI Development by
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?

1 Answer

+1 vote
by

Hello Sudharsun,

probably BeginModal() and EndModal() could be the simplest solution for your application case. See Modal GUI components.

I hope it helps you further.

Best regards

Paul Banach

by
Thank you Paul

Embedded Wizard Website | Privacy Policy | Imprint

...