As you see in the attached picure to on of the selectebel pages is a picture missing in the skin. But where do I have to add the picture which is the responsibel xml file for the pictures in that window?
It' hardcoded into the plugin, in this line I believe, eg:
Code:
strPictureImage = @"hover_my hexxagon.png";
if "hover_my hexxagon.png" is not inculed in the plugin source my hexxagon would not show a hover image. Personally I would prefer all plugin developers to include something in that line of code, it makes it easier for skinning. I've recompiled a few plugins to include hover images in the past...