VistaStyleBuilder

Help => Windows 10 => Topic started by: tistou77 on October 22, 2017, 05:41:30 am



Title: Device storage
Post by: tistou77 on October 22, 2017, 05:41:30 am
Hello

With the 1709, the "bar" of the "Device Storage" seems smaller and there is a "space" on the left (see screen) compared to 1703 for example
Is it possible to delete this "space" and have like 1703

I tried to compare the margins between the 2 versions, but found nothing different
And I wonder if it's possible, because I use the theme of RS2, I should have the same thing with the RS2

Thanks for your helps


Title: Re: Device storage
Post by: PlumyRabbit on October 22, 2017, 01:20:17 pm
Hi,

I have no idea how to delete this space, but I can give an information : this is the "online status" for OneDrive etc.

Maybe in ExplorerFrame.dll DUIxml files.

[Btw, j'avais pas vu que le screen était en français, mon anglais étant moisi : c'est l'emplacement pour le statut OneDrive etc, savoir si c'est OK online ou en cours d'UP/DL, le truc inutile qu'ils auraient pu mettre en option...]


Title: Re: Device storage
Post by: tistou77 on October 24, 2017, 03:31:18 pm
Oui je suis français ;)

Je n'ai pas One Drive (supprimé) mais cet espace serai du à One Drive ?
Si c'est possible, à voir dans la dll que tu indiques ?

Merci


Title: Re: Device storage
Post by: tistou77 on October 25, 2017, 03:24:07 pm
So that's it ;)
I replaced the file explorerframe.dll of the 1709 with that of the 1703, and it is like with the 1703

To keep the original file of the 1709, I just have to change the "entries" MUI and/or UIFILE ?

Thanks

---------------------------------------------------------

Alors c'est ça ;)
J'ai remplace le fichier explorerframe.dll de la 1709 par celui de la 1703, et c'est comme avec la 1703

Pour garder le fichier d'origine de la 1709, je dois juste changer les "entrées" MUI et/ou UIFILE ?

Merci


Title: Re: Device storage
Post by: tistou77 on October 25, 2017, 07:51:44 pm
So, I replaced all the resources in MUI and UIFILE (with that of 1703), but no change
Will it be an icon in the other entries ?

Thanks for your helps

-------------------------------------

Alors, j'ai remplacé toutes les ressources dans MUI and UIFILE (avec celle de la 1703), mais aucun changement
Est-ce que ça serai un icone dans les autres entrées  ?

Merci pour votre aide


Title: Re: Device storage
Post by: PlumyRabbit on December 04, 2017, 02:01:19 pm
I found where it is.

ExplorerFrame.dll > 40960 > Line 122 to 126 :
Code:
<UIBase layoutpos="left" customlayout="featureenabledlayout(Feature_CloudFileStateIcon,1)">
<UIBase layoutpos="left" customlayout="firstvisibleelementonlylayout()" contentalign="middleleft" minsize="size(0rp,0rp)" visibleminsize="size(34rp,52rp)">
<UIProperty id="atom(StateIcons)" layoutpos="right" propertycanonicalname="System.StorageProviderUIStatus" contentalign="middleleft" minsize="size(34rp,0rp)" padding="rect(0,0,2rp,0)" iconsize="12rp" icondisplaylimit="2"/>
</UIBase>
</UIBase>

Obviously, it's "size(34rp,52rp)". But, when change anything in 40960 or other in ExplorerFrame.dll, the TilesView don't work anymore, blank page, no icons. All others icons View work, but no TilesView.
Thanks MS.


Title: Re: Device storage
Post by: tistou77 on April 23, 2018, 05:16:10 pm
Hello

Someone managed to do the change with the 1803 (17134.1) ?
I tried by using the file of the 1703 (as for the 1709), it works but it "breaks" the explorer when I click on an icon (Recycle Bin on Desktop for example)

Thanks