Upgrade to 4.14 and got this error - LoadProgressBackground.int.png use of .int. is no longer supported
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-08-07 8:00 AM
Hi,
When trying to upgrade a working 4.13 project I got this error:
ERROR: LoadProgressBackground.int.png use of .int. is no longer supported
How can I handle internal assets now?
Thanks,
Eyal
Solved! Go to Solution.
- Labels:
-
TouchGFX
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-08-11 3:03 AM
I'm writing a migration guide and will put it online:
Until then:
1) Rename your images to not have the .int. in their names (imageconverter will throw an error to notify you that .int. files will not behave as you expect)
2) Go to the designer and choose the correct image for your Image widgets (should indicate in red that the .int.images are not found anymore)
3) Change the placement to IntFlashSection if its not already.
/Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-08-11 12:37 AM
Can you please up[date on that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-08-11 1:59 AM
I hvae to investigate, because apparently support for the .int feature is no longer supported, but it seems we forgot to
1) Put that in the changelog
2) Write a guide on how to migrate
Let me investigate and get back to you.
/Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-08-11 3:03 AM
I'm writing a migration guide and will put it online:
Until then:
1) Rename your images to not have the .int. in their names (imageconverter will throw an error to notify you that .int. files will not behave as you expect)
2) Go to the designer and choose the correct image for your Image widgets (should indicate in red that the .int.images are not found anymore)
3) Change the placement to IntFlashSection if its not already.
/Martin
