How do I toggle visibility of an AppWizard text object from code?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How do I toggle visibility of an AppWizard text object from code?

4,190 次查看
joshsewnath
Contributor I

Hello,

How do I toggle visibility of an AppWizard text object from code without using AppWizard "interactions"?

Also side note: I've noticed when I use a large amount of "interactions" in AppWizard, some "interactions" disappear when saving or exporting (this issue is reproducible, I will be able to send the project file). One of these interactions involves an AppWizard text object that I need to set the visibility of. Therefore I am trying to accomplish this through code rather than using APPW_SetVarData() for an "interaction".

0 项奖励
回复
3 回复数

4,173 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello ,

Could you please tell us which chip and software do you use, then we can refer to your

issue give support, thanks!

 

Regards,

Alice

0 项奖励
回复

4,166 次查看
joshsewnath
Contributor I

Hey Alice,

 

Here is some information I've gotten from a colleauge:

 

Which display driver are you using?

Currently ILI9341 (320 x 240).

 

What is your target device?

Currently NXP Kinetis K2x series MCU (ARM-CortexM4). Target is a custom board design.

 

Which IDE/compiler are you using?

IAR EWARM at the moment

(also using Visual Studio is simulate AppWizard project on PC)

 

0 项奖励
回复

4,144 次查看
Sabina_Bruce
NXP Employee
NXP Employee

Hello Josh,

Hope you are doing well.

I'd recommend to check the user manual for the AppWizard. Here you will find a list of jobs that should be found in the code generated from the GUI. 

From your description, section 7.4.16 may be the job type you are referring to. This turns on, off or toggles the visibility of an object. It may be text object like in your case or different types of objects. 

AppWizard Guide

Best Regards,

Sabina

0 项奖励
回复