71 views
in GUI Development by
Hi Team,

I need some clarification about system event.. In my application I am having a system event in the device class to be triggered from the device side to update some parameters to the GUI side. Screen A  has a push button and an associated system event handler for the declared system event within the device class.. After pressing that push button it will triggered the system event and  the associated system event handler also notified. according to the context information received from the system event I am presenting a new dialog B to display some parameters received from that same system event. But when I make use of that parameters it comes as null values i.e the class is reinitialized. Why it is happening? Can't we use the retrieved information from one screen to another? Please clarify.

Regards,

Sazna.

1 Answer

0 votes
by

Hello Sazna,

... according to the context information received from the system event ...

But when I make use of that parameters it comes as null values i.e the class is reinitialized.

How dow you provide the context information? What parameter do you mean? Based on the description I can't identify what is wrong. Please provide an example reduced to this problem only.

Best regards

Paul Banach

by
Hi Paul,

It has been solved. Thank you.

Regards,

Sazna.

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

...