So what I want to do is this:

Changing the background of a slot only after it was clicked and a file save was successfully created.
While looking thru the rpy files, I found that the picture of the screenshot that was also used as a background is the following code which I had commented out:
Code: Select all
#add FileScreenshot(slot) xalign 0.5Code: Select all
button:
background Image("gui/slot_idle_background.png")
hover_background Image("gui/slot_hover_background.png")
insensitive_background Image("gui/slot_insensitive_background.png")