2022-04-20 06:41 AM
TouchGFX 4.19.1 is now online.
Release notes (which can be found in the online documentation) are as follows:
You can find the post for the release of TouchGFX 4.19.0 and its questions here. Please continue commenting on what could be missing or to report bugs.
Reminder of the TouchGFX 4.19.0 release notes:
Link to the 4.20.0 release post here.
2022-04-24 12:01 PM
Guys @ST you REALLY need to work into your release process to create a post like this.
A lot of your hard work goes by unnoticed if your audience doesn't know that a new release is there!
Have a look at the release dates:
4.19.1 - 4th of April - this post is dated 20th of April - 16 days later
4.19.0 - 21st of March - Relase post (which I did) - 7th of April, 17 days later
4.18.1 - 7th of December - posted 8th, great work here :)
4.18.0 - 20th of October - I also made a release post for this on 27th of October.
Thanks for posting the newest changelog here! It keeps me updated on releases :)
2022-04-26 05:18 AM
I agree with HP that this information should accompany the announcement of a new release.
Also, while I appreciate having the list of bugfixes in these versions, I would also like to know what the known issues are. Many times there is something that might preclude someone from upgrading if an issue is known to cause a problem with a particular project.
For example, a user discovered that the Slide screen transition does not work in portrait mode in v4.19.1, as detailed here. ST has verified this, yet is it not listed above as a known issue. I use slide transitions everywhere in my portrait mode project. Had I not seen the other user's post, I would have updated my project and been rather unhappy. As it is, I am staying with 4.18 until this is corrected.
2022-06-16 05:05 AM
Hello @Osman SOYKURT ,
I just try the latest 4.19.1 (coming from 4.18.1) and the performance of this new release is just horrible in my project. Regarding the release note, I do not see anything that can really explain a slowest behaviour as it seems most of the upgrade are regarding the designer for font converter. So except if not fonts are handle really differently in the touchgfx framework, I really have no idea of what happens. I will roll back to 4.18.1. One more thing, but there is a crash now when removing all pages from a swiper, this was possible in older version (I am removing all pages to reorganize them depending of customer wishing).
thanks for your help
2022-06-19 04:13 PM
I have upgraded from 4.18.1 to 4.19.1. The project was converted and the simulator worked. But after adding a new text resource, I get the following error if I press "generate code" or "run simulator":
Generate Assets
make -f simulator/gcc/Makefile assets -j8
Reading ./application.config
cannot load such file -- lib/text_database_parser
An error occurred during text convertion
make[1]: *** [texts] Error 1
generated/simulator/gcc/Makefile:225: recipe for target 'texts' failed
simulator/gcc/Makefile:45: recipe for target 'assets' failed
make: *** [assets] Error 2
Failed
Failed
In the tools/textconvert/lib directory of the touchgfxdesigner 4.19.1, there is a text_database_parser.rb and also text_database_parser_4_18.rb and alos text_database_parser_4_17.rb. text_database_parser seems to be new since 4.19(.1).
What is wrong?
2022-06-19 04:28 PM
I think I have found it: Those files are now in the project in .\Middlewares\ST\touchgfx\framework\tools\textconvert\lib but are not included in my svn repository.