143 views
in Embedded Wizard Studio by
Hi

How to call SID (string identifier) inside embedded wizard.    (or)

How we are extending or passing string reference from outside to another application.

1 Answer

0 votes
by

Hello Manvitha,

How to call SID (string identifier) inside embedded wizard.    (or)

there are no string identifiers available. Except simple use cases with string literals used inside the implementation, you manage the strings as constants. Then to access the string you use the name of the constant. See also Use the constant and Managing resources and assets.

How we are extending or passing string reference from outside to another application.

As already mentioned in other threads, following chapters explain how to exchange data and strings between the GUI application and other 'extern' code. There is no other way to implement the communication. Have you tried to study this chapters? Or is there something unclear?

Integrating with the device (especially the section Be careful when exchanging strings).

Implementing a Device Interface.

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

...