Sorry, I've been told not to post too much code if I want help as it's too much to go through.
This skin is around 700 lines, so I tried to post only what mattered.
Thanks for taking a look though
I fixed it, it was an IfMatch and lack of update on the meter/measure.
This is what I had:And this is what fixed it:The problem was that the IfMatch was overriding the meters path update. So I had to work around it.
This skin is around 700 lines, so I tried to post only what mattered.
Thanks for taking a look though
I fixed it, it was an IfMatch and lack of update on the meter/measure.
This is what I had:
Code:
[sListText]MeasureName=m#CURRENTSECTION#Padding=(#IconSize#*1.5),0,0,0MouseOverAction=[!SetOption #CURRENTSECTION# SolidColor "#HoverColor#"][!UpdateMeter #CURRENTSECTION#][!Redraw]MouseLeaveAction=[!SetOption #CURRENTSECTION# SolidColor ""][!UpdateMeter #CURRENTSECTION#][!Redraw]LeftMouseDownAction=[!SetOption #CURRENTSECTION# SolidColor "#ClickColor#"][!UpdateMeter #CURRENTSECTION#][!Redraw]LeftMouseUpAction=[!SetOption #CURRENTSECTION# SolidColor "#HoverColor#"][!UpdateMeter #CURRENTSECTION#][!Redraw]LeftMouseDoubleClickAction=[!CommandMeasure m#CURRENTSECTION# "FollowPath"][!UpdateMeasure mListPath]MiddleMouseUpAction=[!DeactivateConfig "[mPath]" "[m[#CURRENTSECTION]]"]RightMouseDownAction=[!SetOption #CURRENTSECTION# SolidColor "#ClickColor#"][!UpdateMeter #CURRENTSECTION#][!Redraw]RightMouseUpAction=[!ActivateConfig "[mPath]" "[m[#CURRENTSECTION]]"][!SetOption #CURRENTSECTION# SolidColor "#HoverColor#"][!UpdateMeter #CURRENTSECTION#][!Redraw]X2MouseUpAction=[!SetVariable ZPos (2-#ZPos#)][!ZPos "(2-#ZPos#)" "[mPath]"][!UpdateMeter #CURRENTSECTION#][!Redraw]Group=List | m#CURRENTSECTION#X=rY=(#IconSize#+4)rW=205H=20[mPath]Measure=PluginPlugin=FileViewPath=[mListPath]Type=FolderPathGroup=ListSubstitute="#SkinsPath#":""IfMatch=^$IfMatchAction=[!SetOption FilePath Text "Rainmeter Skins Folder#CRLF#Folders: [mFolderCount] Files: [mFileCount]"][!DisableMouseAction ListBg "X1MouseUpAction"]IfNotMatchAction=[!SetOption FilePath Text "[mPath]#CRLF#Folders: [mFolderCount] Files: [mFileCount]"][!EnableMouseAction ListBg "X1MouseUpAction"]OnFinishAction=[!UpdateMeter ListBg][!UpdateMeter FilePath][!Redraw]
Code:
[sListText]MeasureName=m#CURRENTSECTION#Padding=(#IconSize#*1.5),0,0,0MouseOverAction=[!SetOption #CURRENTSECTION# SolidColor "#HoverColor#"][!UpdateMeter #CURRENTSECTION#][!Redraw]MouseLeaveAction=[!SetOption #CURRENTSECTION# SolidColor ""][!UpdateMeter #CURRENTSECTION#][!Redraw]LeftMouseDownAction=[!SetOption #CURRENTSECTION# SolidColor "#ClickColor#"][!UpdateMeter #CURRENTSECTION#][!Redraw]LeftMouseUpAction=[!SetOption #CURRENTSECTION# SolidColor "#HoverColor#"][!UpdateMeter #CURRENTSECTION#][!Redraw]LeftMouseDoubleClickAction=[!CommandMeasure m#CURRENTSECTION# "FollowPath"][!SetVariable mPath "[mPath]"][!UpdateMeasure mListPath][!UpdateMeasure mPath]MiddleMouseUpAction=[!DeactivateConfig "[mPath]" "[m[#CURRENTSECTION]]"]RightMouseDownAction=[!SetOption #CURRENTSECTION# SolidColor "#ClickColor#"][!UpdateMeter #CURRENTSECTION#][!Redraw]RightMouseUpAction=[!ActivateConfig "[mPath]" "[m[#CURRENTSECTION]]"][!SetOption #CURRENTSECTION# SolidColor "#HoverColor#"][!UpdateMeter #CURRENTSECTION#][!Redraw]X2MouseUpAction=[!SetVariable ZPos (2-#ZPos#)][!ZPos "(2-#ZPos#)" "[mPath]"][!UpdateMeter #CURRENTSECTION#][!Redraw]Group=List | m#CURRENTSECTION#X=rY=(#IconSize#+4)rW=205H=20[mPath]Measure=PluginPlugin=FileViewPath=[mListPath]Type=FolderPathGroup=ListSubstitute="#SkinsPath#":""IfMatch=^$IfMatchAction=[!SetVariable mPath "Rainmeter Skins Folder"][!DisableMouseAction ListBg "X1MouseUpAction"]IfNotMatchAction=[!SetVariable mPath "[mPath]"][!EnableMouseAction ListBg "X1MouseUpAction"]OnFinishAction=[!UpdateMeter ListBg][!UpdateMeter FilePath][!Redraw]
Statistics: Posted by sl23 — Yesterday, 9:49 pm