173 views
in Embedded Wizard Studio by

 

I want to get the value selected in the vertical list widget to another class (different screen) in text format.

1 Answer

0 votes
by
 
Best answer

Hi sukyeon,

One approach to share data between different instances is to use Autoobjects. As one example for using Autoobjects please take a look on Implementing a Device Interface.
So add here a new String-Property for your selected value and read it from your other instance.
Note: Make sure that your Autoobject stays referenced eg. by your root to avoid removal by the garbage collector.

With kind regards,
Rudolf

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

...