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.