Skip to main content
egoltzman
Senior
August 7, 2020
Solved

Upgrade to 4.14 and got this error - LoadProgressBackground.int.png use of .int. is no longer supported

  • August 7, 2020
  • 3 replies
  • 918 views

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

This topic has been closed for replies.
Best answer by Martin KJELDSEN

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

3 replies

egoltzman
egoltzmanAuthor
Senior
August 11, 2020

Can you please up[date on that?

Martin KJELDSEN
Principal III
August 11, 2020

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

Martin KJELDSEN
Martin KJELDSENBest answer
Principal III
August 11, 2020

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