How to include png file using introjucer?

Hi,
trying to find the best fitting workflow to design & integrate UI elements, a friend told me about to add images (or other resources) directly into introjucer.

I tried and it works.
I have the choice to check the “Compile” & “add to binary resources”

So, if I want to use that the most efficiently, what should I do ?

if I don’t “compile” them, could I use them with ImageButton smoothly for instance ?

“compile” means that it will (try to) compile that file - that’s obviously only relevant for actual source code, not for for binary files.

okay
"Add to Binary" was just what I wanted.

Next step, using ImageButton Class :slight_smile:

(thanks)