cancel
Showing results for 
Search instead for 
Did you mean: 

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

egoltzman
Senior

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

1 ACCEPTED SOLUTION

Accepted Solutions
Martin KJELDSEN
Chief III

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

View solution in original post

3 REPLIES 3
egoltzman
Senior

Can you please up[date on that?

Martin KJELDSEN
Chief III

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
Chief III

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