486 views
in GUI Development by
I use to embedded wizard and truestudio.

I want to get value (property) in embedded wizard.

i want to send value(in embedded wizard) to truestudio.

how to get value???

1 Answer

0 votes
by

Hello,

unfortunately the question is not clear for me.

What do you mean with "i want to send value(in embedded wizard) to truestudio"?

Maybe the documentation concerning Properties is already helpful. 

Best regards,

Manfred.

by
Sorry my question is not clear...

uhm...

I set to gauge value to using device class - device driver in truestudio project.

 

Emebedded Wizard                                         -                    Truestudio

get value after set gauge value(                       <-              setting gauge value ( ex) 20 )

 

I create to verticallist.

I want to know the select item number in truestudio project

 

Emebedded Wizard                                         -                    Truestudio

the select the item number( ex ) 1 )                   ->                get the select the item number.,..

 

Is it use device calss - device driver????

How to ??
by

Hello,

have you seen the example 'DeviceIntegration' that is provided within the subdirectory /Examples/DeviceIntegration of your STM32 Build Environment?

This examples shows how to update a horizontal bar (like your gauge) when a value is changed by 'C' code. And the other way, when the state of a checkbox has changed, the state of the LED is toggeled by calling 'C' code.

This example should be a good starting point to connect your own UI widgets with your software API. The necessary background information is described in the chapter Device Class and Device Driver.

I hope this helps...

Best regards,

Manfred.

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

...