Quantcast
Channel: Rainmeter Forums
Viewing all articles
Browse latest Browse all 1538

Help: Rainmeter Skins • Re: FileView - help!

$
0
0
I have a meter that doesn't display more than a single sub-folder. It updates fine with every sub-folder, but open a second sub-folder and despite the log showing it correctly, the meter won't display it. Any idea what's wrong?
GIF 25-01-2025 17-05-53.gif
The [sListText] is the style used for clicking each index item.

Code:

[mListPath]Measure=PluginPlugin=FileViewPath="#SkinsPath#"ShowDotDot=0; HideExtensions=1Count=10FinishAction=[!UpdateMeasureGroup List][!UpdateMeterGroup List][!Redraw]; Index 1  ----------------------------------------------------[mList1Name]Measure=PluginPlugin=FileViewPath=[mListPath]Type=FileNameIndex=1IfMatchMode=1IfMatch=^$IfMatchAction=[!DisableMeasureGroup #CURRENTSECTION#][!HideMeterGroup #CURRENTSECTION#][!UpdateMeterGroup #CURRENTSECTION#]IfNotMatchAction=[!EnableMeasureGroup #CURRENTSECTION#][!ShowMeterGroup #CURRENTSECTION#][!UpdateMeterGroup #CURRENTSECTION#]DynamicVariables=1Group=List[mList1]Measure=PluginPlugin=FileViewPath=[mListPath]Type=IconIconPath=#Icons#\#CURRENTSECTION#.icoIndex=1Group=List | #CURRENTSECTION#NameDynamicVariables=1[mList1Ext]Measure=PluginPlugin=FileViewPath=[mListPath]Type=FileTypeIndex=1IfMatch=#ListExtMatch#IfMatchAction=[!SetOption List1Name FontColor "#Yellow#"][!UpdateMeter List1Name][!Redraw]IfNotMatchAction=[!SetOption List1Name FontColor "#White#"][!UpdateMeter List1Name][!Redraw]Group=List | mList1NameDynamicVariables=1[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][!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=[!SetOption FilePath Text "Rainmeter Skins Folder#CRLF#Folders: [mFolderCount]          Files: [mFileCount]"][!DisableMouseAction ListBg "X1MouseUpAction"][!UpdateMeter ListBg]IfNotMatchAction=[!SetOption FilePath Text "[mPath]#CRLF#Folders: [mFolderCount]          Files: [mFileCount]"][!EnableMouseAction ListBg "X1MouseUpAction"][!UpdateMeter ListBg][mFolderCount]Measure=PluginPlugin=FileViewPath=[mListPath]Type=FolderCountGroup=List[mFileCount]Measure=PluginPlugin=FileViewPath=[mListPath]Type=FileCountGroup=List[FilePath]Meter=StringMeterStyle=sGlobalText | sHighlightToolTipIcon=InfoToolTipTitle=[mListPath]ToolTipText=Open FolderLeftMouseUpAction=[mListPath]ClipString=1Group=ListX=13Y=41W=228InLineSetting=Color | #White#InLinePattern=Folders:InLineSetting2=Color | #Blue#InLinePattern2=Folders: (.*)InLineSetting3=Color | #White#InLinePattern3=Files:InLineSetting4=Color | #Orange#InLinePattern4=Files: (.*)InLineSetting5=Color | #Yellow#InLinePattern5=\\
Thanks. :thumbup:

Statistics: Posted by sl23 — 13 minutes ago



Viewing all articles
Browse latest Browse all 1538

Trending Articles