cancel
Showing results for 
Search instead for 
Did you mean: 

Migration from 4.18 to 4.20 Problem with the autogenerated class Edit4Number files

rohan_m
Senior

When moving the application across touchgfx versions, I am seeing unresolved dependencies for the aforementioned class. Is there any documented solution to this class and its base class?

9 REPLIES 9
Osman SOYKURT
ST Employee

Hello rohan_m,

Could you please share your project, so we could try to reproduce the issue?

Thanks,

/Osman

Osman SOYKURT
ST Software Developer | TouchGFX
rohan_m
Senior

0693W00000aHx8gQAC.pngThis I am getting when I am exporting custom containers in version 4.20

And I am getting for 4 other containers

What needs to be done for a possible workaround that I need to know

rohan_m
Senior
 
rohan_m
Senior

I want to move the containers named

Edit4Numbers

Banner Container

DPF_Digital

AlarmsContainer

MessagePopup

From this to the project pasted above

JTP1
Lead

It seems that you have this typography 'system_info_values' allready in the project you are importing to. This import containers- function cannot handle same typography name in the widget you are importing and orignal project (at least in the latest version it dont work, there comes this conflict).

I guess only way is to rename typography 'system_info_values' to for example 'system_info_values2'. Then after importing you can set all necessary reources to use 'system_info_values' and remove 'system_info_values2' typography.

rohan_m
Senior

This typography needs to be edited via the touchgfx software or manually I am not getting the idea ....

JTP1
Lead

In tgfx designer - Texts - Typographies change the names for typographies which are same in original and imported project.

Osman SOYKURT
ST Employee

Hello rohan_m,

Indeed, your containers seems to use the same typography names as your project's and it causes the conflict. Renaming it as JTP suggested is a good idea, did you tried it ?

/Osman

Osman SOYKURT
ST Software Developer | TouchGFX