It is currently April 18th, 2024, 12:21 pm

EXpandExplore

Skins to open folders and launch applications and websites
User avatar
balala
Rainmeter Sage
Posts: 16143
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: EXpandExplore

Post by balala »

Jaime Méndez wrote: October 27th, 2022, 12:50 am How could i fix that?
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?
User avatar
Jaime Méndez
Posts: 98
Joined: August 31st, 2022, 10:00 pm

Re: EXpandExplore

Post by Jaime Méndez »

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

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
EXpandExplore.ini

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
User avatar
Jaime Méndez
Posts: 98
Joined: August 31st, 2022, 10:00 pm

Re: EXpandExplore

Post by Jaime Méndez »

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.
User avatar
balala
Rainmeter Sage
Posts: 16143
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: EXpandExplore

Post by balala »

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.
User avatar
Jaime Méndez
Posts: 98
Joined: August 31st, 2022, 10:00 pm

Re: EXpandExplore

Post by Jaime Méndez »

I just fixed a bug related with drag&drop functionality.

You'll find new update in first post
User avatar
balala
Rainmeter Sage
Posts: 16143
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: EXpandExplore

Post by balala »

Jaime Méndez wrote: October 28th, 2022, 7:01 pm I just fixed a bug related with drag&drop functionality.
Yep, but there still is a bug / problem (or whatever).
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.
User avatar
Jaime Méndez
Posts: 98
Joined: August 31st, 2022, 10:00 pm

Re: EXpandExplore

Post by Jaime Méndez »

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
User avatar
Jaime Méndez
Posts: 98
Joined: August 31st, 2022, 10:00 pm

Re: EXpandExplore

Post by Jaime Méndez »

Update! Some minor bugs fixed

Find Update version 1.15 in first post
User avatar
balala
Rainmeter Sage
Posts: 16143
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: EXpandExplore

Post by balala »

Jaime Méndez wrote: October 29th, 2022, 3:01 pm Find Update version 1.15 in first post
Now more or less seems alright. Couldn't find problems so far.
User avatar
Jaime Méndez
Posts: 98
Joined: August 31st, 2022, 10:00 pm

Re: EXpandExplore

Post by Jaime Méndez »

Thank you! Please let me know as soon as you find something that you think isn't right or that could be improved