Page 1 of 1

Skin Editor / SVG Image / Mouse Over - Refresh Button doesn't work!

Posted: Wed Aug 05, 2020 12:49 am
by Carlos Chegado
G'Day,

Just a heads up that on the Skin Editor, the SVG Image / Mouse Over - Refresh Button doesn't work!

Clicking the change button of course works fine and it's what I'm doing.

The Normal button Refresh does work fine, but the Mouse Over one doesn't!

This is a very minor thing, doesn't bother me much, but anyway, just letting you guys know.

Cheers from Down Under...

Re: Skin Editor / SVG Image / Mouse Over - Refresh Button doesn't work!

Posted: Wed Aug 05, 2020 12:15 pm
by Hopki
Hi Carlos,
This was fixed in 6.1.9, I even tested this.
But as bugs can sneak back in I tested again this morning.

For me this works?

Using the attached project. There is a button in the skin that has three states, Normal, Mouse Over and Selected.
The Mouse Over is Green and Selected is Red and also slightly larger than the Normal but not important.

1) Download the project and open. Open the skin and reselect the images if the refresh button is not active. This will happen if you change the location of the files.
2) Open the Mouse Over SVG with a text editor, Notepad (Windows) or TextEdit (Mac) and at the top, you will see: fill="#00ff00", change this to fill="#ffff00" and save the file. This will change the SVG button colour from Green to Yellow.
3) Build the output again, the button colour is still Green.
4) To test the refresh open the skin, select the SVG button and it will still display as Green, select the refresh button and it will now change to yellow.
5) Build the output again and now the button will be yellow on mouse hover.

You can do the same for the Selected state as well.
I tested on both macOS and Windows 10.
Regards,

Re: Skin Editor / SVG Image / Mouse Over - Refresh Button doesn't work!

Posted: Wed Aug 05, 2020 1:08 pm
by Carlos Chegado
OK, I haven't updated to 6.1.9 yet as I was in the middle of a project.

I'll check it out in a day or two when I update.

Cheers

Re: Skin Editor / SVG Image / Mouse Over - Refresh Button doesn't work!

Posted: Thu Aug 06, 2020 3:51 am
by Carlos Chegado
Hi Martin,

I finally updated to 6.1.9 and can confirm the issue is now fixed.

Thanks