It is currently March 28th, 2024, 9:42 pm

Please Help me, ImageButton Skin Mond

Get help with creating, editing & fixing problems with skins
mak_kawa
Posts: 908
Joined: December 30th, 2015, 9:47 am

Re: Please Help me, ImageButton Skin Mond

Post by mak_kawa »

Hi abdrahim22

Your skin folder path name includes digits after "\Users\", so substitution went wrong. What if you modify substitution? like as;

Code: Select all

RegExpSubstitute=1
Substitute="^0$":"#@#Play.png","^1$":"#@#Pause.png","^2$":"#@#Play.png"
abdrahim22
Posts: 8
Joined: October 8th, 2020, 1:51 pm

Re: Please Help me, ImageButton Skin Mond

Post by abdrahim22 »

mak_kawa wrote: October 9th, 2020, 4:51 am Hi abdrahim22

Your skin folder path name includes digits after "\Users\", so substitution went wrong. What if you modify substitution? like as;

Code: Select all

RegExpSubstitute=1
Substitute="^0$":"#@#Play.png","^1$":"#@#Pause.png","^2$":"#@#Play.png"

after i modified it as you suggested, it finally worked fine :)
Thank you very much
GIF1222.gif
You do not have the required permissions to view the files attached to this post.
User avatar
balala
Rainmeter Sage
Posts: 16110
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Please Help me, ImageButton Skin Mond

Post by balala »

abdrahim22 wrote: October 9th, 2020, 3:45 am I found an oddity after checking measure react
What oddity have you found?

EDIT: Sorry I saw the issue has been solved only after I posted my reply...