2020-08-07 08: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.
2020-08-11 03: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
2020-08-11 12:37 AM
Can you please up[date on that?
2020-08-11 01: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
2020-08-11 03: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