Not sure. Your skin is enough complicated to can't be followed by someone who is not the author. But what about removing the [!ShowMeterGroup "RecentHover"] bang from the MouseLeaveAction option of the [FileHighlightStyle] section of the @Resources\Includes\DetailStyle.inc file?
It is currently October 13th, 2024, 8:39 am
EXpandExplore
-
- Rainmeter Sage
- Posts: 16651
- Joined: October 11th, 2010, 6:27 pm
- Location: Gheorgheni, Romania
Re: EXpandExplore
-
- Posts: 98
- Joined: August 31st, 2022, 10:00 pm
Re: EXpandExplore
Ok, Now I keep Recent file shown all the time and I got rid of unnecessary info to avoid that text overlaps with recent icon.
I think it is cleaner now.
What do you think?
DetalStyle.inc
EXpandExplore.ini
I think it is cleaner now.
What do you think?
DetalStyle.inc
Code: Select all
[FileHighlightStyle]
X=2
Y=R
W=([Background:W] - #FontSize# * 1.6 - 2)
H=[#CURRENTSECTION#Icon:H]
DynamicVariables=1
Hidden=#HideFile#
MouseOverAction=[!CommandMeasure Delete Start][!SetVariable IndexHover #CURRENTSECTION#][!SetOption #CURRENTSECTION# SolidColor #HighlightColor#,150][!UpdateMeter #CURRENTSECTION#][!UpdateMeasure mHoverAction][!UpdateMeterGroup FolderHover][!Redraw]
;[!SetOption FolderHoverDateTitle Text "Date Modified: "]
;[!HideMeterGroup "RecentHover"]
MouseLeaveAction=[!CommandMeasure Delete Stop][!SetVariable IndexHover Index0][!SetOption FolderHoverDateTitle Text ""][!SetOption #CURRENTSECTION# SolidColor ""][!UpdateMeter #CURRENTSECTION#][!UpdateMeasure mHoverAction][!UpdateMeterGroup FolderHover][!Redraw]
;[!ShowMeterGroup "RecentHover"]
RightMouseUpAction=[!CommandMeasure m#CURRENTSECTION#Name "ContextMenu"]
[IconStyle]
X=4
Y=2r
H=(1.7 * #FontSize#)
W=(1.6 * #FontSize#)
AntiAlias=1
Code: Select all
;[FolderHoverDate]
;Meter=String
;MeasureName=m#IndexHover#Date
;MeterStyle=TextStyle
;FontSize=(0.75 * #FontSize#)
;X=R
;Y=r
;Hidden=#HideFile#
;Group=FolderHover
;[FolderHoverSizeTitle]
;Meter=String
;MeterStyle=TextStyle
;FontSize=(0.75 * #FontSize#)
;StringAlign=Right
;X=([FolderHoverInfo:W] > [FolderHoverType:W] ? ([FolderHoverInfo:X] + [FolderHoverInfo:W] + 0.5 * #FontSize# + [FolderHoverDateTitle:W]) : ([FolderHoverType:X] + [FolderHoverType:W] + 0.5 * #FontSize# + [FolderHoverDateTitle:W]))
;Y=[FolderHoverType:Y]
;Hidden=#HideFile#
;Group=FolderHover
;[FolderHoverSize]
;Meter=String
;MeasureName=m#IndexHover#Size
;MeterStyle=TextStyle
;AutoScale=1
;FontSize=(0.75 * #FontSize#)
;X=r
;Y=r
;Hidden=#HideFile#
;Group=FolderHover
-
- Posts: 98
- Joined: August 31st, 2022, 10:00 pm
Re: EXpandExplore
I like it this way better especially because the last bug you pointed out is gone so you'll find an update in first post.
-
- Rainmeter Sage
- Posts: 16651
- Joined: October 11th, 2010, 6:27 pm
- Location: Gheorgheni, Romania
Re: EXpandExplore
Jaime Méndez wrote: ↑October 27th, 2022, 11:30 pm I like it this way better especially because the last bug you pointed out is gone so you'll find an update in first post.
-
- Posts: 98
- Joined: August 31st, 2022, 10:00 pm
Re: EXpandExplore
I just fixed a bug related with drag&drop functionality.
You'll find new update in first post
You'll find new update in first post
-
- Rainmeter Sage
- Posts: 16651
- Joined: October 11th, 2010, 6:27 pm
- Location: Gheorgheni, Romania
Re: EXpandExplore
Yep, but there still is a bug / problem (or whatever).Jaime Méndez wrote: ↑October 28th, 2022, 7:01 pm I just fixed a bug related with drag&drop functionality.
In the log there is a continuous !HideMeter: [FolderHoverSize] not found (EXpandExplore\EXpandExplore.ini) error message. This is caused by the fact that you've commented out a few meters in the EXpandExplore.ini, but leaved untouched the related bangs in the @Resources\Includes\Measures.inc file. You should have to check the bangs of the code contained into this file and make sure to remove all bangs related to not-existent (or in fact commented out) meters.
-
- Posts: 98
- Joined: August 31st, 2022, 10:00 pm
Re: EXpandExplore
You are right. It's been fixed!
I also found "Toggles" and "Favorites" menus kind of buggy some time so I changed them to display menus boxes with left mouse action instead of mouse over action.
You'll find the update in first post
I also found "Toggles" and "Favorites" menus kind of buggy some time so I changed them to display menus boxes with left mouse action instead of mouse over action.
You'll find the update in first post
-
- Posts: 98
- Joined: August 31st, 2022, 10:00 pm
Re: EXpandExplore
Update! Some minor bugs fixed
Find Update version 1.15 in first post
Find Update version 1.15 in first post
-
- Rainmeter Sage
- Posts: 16651
- Joined: October 11th, 2010, 6:27 pm
- Location: Gheorgheni, Romania
Re: EXpandExplore
Now more or less seems alright. Couldn't find problems so far.
-
- Posts: 98
- Joined: August 31st, 2022, 10:00 pm
Re: EXpandExplore
Thank you! Please let me know as soon as you find something that you think isn't right or that could be improved