134 views
in GUI Development by
Good morning,
in the gui  that I am developing I have several pages (class Core: Group) in which it is possible to navigate trough touch-screen. Inside some pages i've a "modal" that show a Keyboard or Keynum  to set some values. If the modal is Core:Group the event  "Core :: KeyPressHandler" don't work. If the modal is Core:root  the event works.

what is the right way to do this?

1 Answer

0 votes
by

Hello GMaro,

based on your description I'm not able to deduce what is wrong. Please try to reduce the application to a simple example and if the problem still persists, upload the example here.

If the modal is Core:root the event works. 

Making Core::Root modal does not make much sense. Are you using multiple Core::Root components as regular components in your application? If yes, please avoid it. Except special cases, an application may contain only 1 (one) Core::Root.

Best regards

Paul Banach

Ask Embedded Wizard

Welcome to the question and answer site for Embedded Wizard users and UI developers.

Ask your question and receive answers from the Embedded Wizard support team or from other members of the community!

Embedded Wizard Website | Privacy Policy | Imprint

...