422 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

Ask Embedded Wizard - Archive

Welcome to the Ask Embedded Wizard archive. This community forum served us well for many years, but we've evolved our support approach!

Your resources:

The Embedded Wizard Online Documentation provides comprehensive documentation, tutorials, examples and ready-to-use software packages.

For dedicated assistance, explore our Embedded Wizard Product Support.

You can still browse the valuable discussions from our community history here.

Embedded Wizard Website | Privacy Policy | Imprint

...