Image not loaded

Hi all!

I was trying to add a background image to my view, but even if the image is loaded in my BinaryData I can not find it in the background image’s list. Is this a bug or am I wrong something?

Thank you very much!

Hi @karota,

That is probably a bug I introduced lately. I just mentioned it on the other thread:

Due to a misunderstanding I thought it wasn’t necessary, but silently all images were no longer showing.

On the develop branch I reintroduced the following switch for the modules:
FOLEYS_ENABLE_BINARY_DATA
Once you have added images to the projucer/cmake and saved the project, you need to enable this switch to make the module include the BinaryData.h. Unfortunately there is no automatic way.

I will make a release the following days so this will become standard again.
Sorry for the inconvenience.

1 Like

Hi @daniel all is clear.

Thank you very much for your reply!