This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
工具/软件:Code Composer Studio
您好,
我正在创建基于 GUI 的应用、在该应用中、我需要根据很少的输入参数计算一个目标变量数组值。
我正在尝试使用 Java 脚本文件并尝试编辑以下函数。
Function GC.DataBind.registry.bind (targetBinding、modelBinding、[getter]、[setter]);
问题是我如何编写一个脚本,其中 modelBinding 不是单个参数。
我可以使用什么小工具输入参数列表(modelBinding 变量)、然后计算 targetBinding 变量。
是否有任何示例可用于使用 Java Script 进行自定义数据处理。
如有疑问、请提供帮助。
谢谢、
Namita
纳米塔
有关自定义数据处理的介绍、请参阅此 文档 和该页面链接的示例视频。
图库中还提供了几个 GUI Composer 示例。 您可以通过在搜索框中键入关键字来缩小列表范围。 请看一下 TestArrayBindings 示例、这可能有助于您找到正确的方向。