583 views
in GUI Development by

Hi,

My customer requested me a special function of OSD, He hope OSD working in background when special condition. I made a followchart for easy explaining as following link. Embeddid Wizard can do "Background control mode"? How to do it if can?

http://ask.embedded-wizard.de/?qa=blob&qa_blobid=8615295119203015320

1 Answer

0 votes
by

As far I understood, you want the user to continue interacting with the GUI while the GUI is invisible. In such case you can simply set the Visible property of the corresponding GUI components to the value false. The components disappear then from the screen. Nevertheless, the components still react to events.

Whether a component is able to react to events is controlled by its property Enabled.

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

...