How one would access the images loaded on the Image Library?, for example, I load 4 images to be used as backgrounds for windows and I want to change the background by choosing an image from a menu, button, etc.
I'm converting an old code which allows to "skin" your windows, but I've hit a wall.
Maybe it needs to be added to the wish list, something like FF_Control_SetBackground ::)
And also FF_SetAppIcon to change the application icon. ;)
Hi Ivan,
When you add an image to the Image Manager you can access by using the name that appears above the top of the image. These names are prefixed by the phrase IMAGE_ therefore, in the attached screenshot, you see the "Star" in the preview and the name of the image as it would appear in the resource file is IMAGE_STAR. You could then use LoadImage or whatever you need to access the image through the resource file using the IMAGE_STAR identifier.