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

Help: Rainmeter Skins • Re: FileView troubles ... again!

$
0
0
Sorry for the late reply (life intervened), but I finally got a change to look over your latest Gamebar.in and have suggestions that should solve most of the issues.

First, remove all IconPath=Icon from the Type=Icon Fileview measures; you did not create an 'Gamebar\Icon' folder, so no icon images appear. I know there was a lot of discussion about IconPath and I do not know how it works and never felt the need to use it. Just use the default Fileview method of handling icons.

Second, change the [sFolder] section use !SetVariable to set the TitlePath value for use in meters, then use !SetOption to dynamically set the new path in [mPath] and update the measure (which will update all the children measures).

Code:

[sFolder]StringAlign=LeftCenterFontSize=(14*#Scale#)LeftMouseUpAction=[!SetVariable TitlePath "[#[#CURRENTSECTION]]"][!SetOption mPath Path "[#[#CURRENTSECTION]]"][!CommandMeasure mPath "Update"]RightMouseUpAction=[#XY# /path="[#[#CURRENTSECTION]]"]X=rY=(5*#Scale#)R
Third, remove UpdateDivider=-1 in the [sAllText] section; this is what prevented the Info at the top to update when the path changed.

Code:

[sAllText]FontFace=Trebuchet MSStringStyle=BoldStringAlign=CenterCenterFontSize=(12*#Scale#)FontColor=#White#SolidColor=#Trans#AntiAlias=1; UpdateDivider=-1DynamicVariables=1
Finally, remove Group=Children from [mPath] section; it is NOT part of the children, it is their parent.

With those changes, I was able to navigate using double click on icons in the right panel, open other places from the left side folder panel, and have everything update to the current location info.

Hope this helps.

BTW, happy to see someone utilize my context methods! :thumbup:

Additional suggestions:
The "close" button does not work; change the mouse action in [Gamebar] to
LeftMouseUpAction=[!ToggleConfig "#ROOTCONFIG#" "#CURRENTSECTION#.ini"]

I removed the incorrect \#CurrentSection# from the first parameter.

The ImageName values in your wallpaper and border are missing the #@# (@Resources) to point to where the images are stored.

Statistics: Posted by eclectic-tech — Yesterday, 8:02 pm



Viewing all articles
Browse latest Browse all 1590

Trending Articles