Skip to main content
Associate III
March 18, 2025
Solved

Error while renaming the touch gfx project

  • March 18, 2025
  • 2 replies
  • 660 views

Hello All,

 

I need to change the touch GFX project name MyApplication_747I to something else, I am trying to change it from config but touch gfx is not allowing it to change.

 

I tried to edit and modify the  .touchgfx file and changed the name from "Name": "MyApplication_747I ",  to  "Name": "UI_Software", along with "ProjectFile": "../../STM32H747I-EVAL.ioc", to "ProjectFile": "../../IPL_UI_Software.ioc",

 

Additionally I have changed file ApplicationTemplate.touchgfx.part  in this "Name": "IPL_UI_Software", and "ProjectFile": "../../IPL_UI_Software.ioc",

 

While loading the file and opening the touchgfx project using the .touchgfx project I am getting attached Error. 

Could you please suggest what further modification i need to make or any corrections to do so that i can change the desire name of project safely.

 

Attached are the logs for your reference to get better clarity.

 

BR,

Shiv

Best answer by Peter BENSCH

Please check this suggestion to see if it helps you.

Regards
/Peter

2 replies

Peter BENSCH
Peter BENSCHBest answer
Technical Moderator
March 18, 2025

Please check this suggestion to see if it helps you.

Regards
/Peter

ShivDeshAuthor
Associate III
March 18, 2025

Hello @Peter BENSCH ,

 

Thanks for quick reply, yes I have made the changes and able to resolve the errors. Need to modify few more files like target.config and .launch as well and now able to build and run successfully.

 

Thanks,

Shiv