Gui-Guider1.6.1关于列表的相关操作

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Gui-Guider1.6.1关于列表的相关操作

5,387,727 Views
bobbyzhang
Contributor I

hi,你好,我现在想实现一个功能,就是设置一张图片的一些参数,我使用了组件中的列表,但是列表后面的值只能在运行代码前设置,具体可以看我上传的附件,我想问一下有没有什么办法能够让我在代码运行起来之后去设置一张图片的这些参数值?

0 Kudos
Reply
1 Reply

5,387,702 Views
EdwinHz
NXP TechSupport
NXP TechSupport

Hi @bobbyzhang,

What you are trying to do can be done, but it would have to be implemented manually.

In the project root, under the "generated" folder, you will find "setup_scr_app_config_screen.c" which contains the generated code that displays table_1. It should look something like this:

EdwinHz_0-1708463708565.png

You could manually change the string of the last three cells to a variable in order to change the string at run time by changing the variable's value.

BR,
Edwin.

0 Kudos
Reply