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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

5,387,725件の閲覧回数
bobbyzhang
Contributor I

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

0 件の賞賛
返信
1 返信

5,387,700件の閲覧回数
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 件の賞賛
返信