VistaStyleBuilder

Help => Windows 8 / Windows 8.1 => Topic started by: xXiNightXx on August 29, 2014, 09:23:36 pm



Title: Glyph Image Scale
Post by: xXiNightXx on August 29, 2014, 09:23:36 pm
I have managed to add a glyph to the preview pane. However, It does not scale like it would in vista. How would I go about adding a scale to this glyph?
http://youtu.be/rYL_Trw0h7w


Title: Re: Glyph Image Scale
Post by: Mr GRiM on August 30, 2014, 04:02:40 am
Well I never even thought about doing this before so thanks for the idea, I figured out what to add to get it working right.

ENUM > TrueScallingType > Size

BOOL > UniformSizing > Tick

(http://oi60.tinypic.com/bi751h.jpg)


Title: Re: Glyph Image Scale
Post by: xXiNightXx on August 30, 2014, 05:43:42 am
Thanks, that did the trick. XD  Now Its vista like on my end :D


Title: Re: Glyph Image Scale
Post by: Mr GRiM on September 14, 2014, 03:54:33 am
Found out that this trick can be used in lots of places, the start menu for example, context menus and the main explorer window, you can also add another property that will stop images growing more then the original size when used in explorer

Int > TrueSizeStretchMark not sure what the measurement is in but setting a size of 250 seems to work best on a 1080p monitor, setting it to 200 will fail to maintain the max image size in max windows.

(http://oi58.tinypic.com/2yngc5u.jpg)


Title: Re: Glyph Image Scale
Post by: Jamie on September 16, 2014, 08:39:15 am
How would you go about adding it to the main explorer window?


Title: Re: Glyph Image Scale
Post by: Mr GRiM on September 16, 2014, 02:53:46 pm
Well first of all you would need to be using OldNewExplorer (ONE) and a custom shellstyle.dll containing the modified properties for explorerframe UI files and also a way of adding the new properties so modifying your class maps, if you have already done all that then you can add the explorer folder background image to the new location of your choosing like mine for example is located at Explorer & Shell > Explorer > Items View > ItemsView > Folder background

(http://oi61.tinypic.com/2rpuyza.jpg)


Title: Re: Glyph Image Scale
Post by: Jamie on September 16, 2014, 04:17:57 pm
Very cool, thanks mate!  Would it be too much to ask for the custom shellstyle and possibly a stylehack to go with it?  I have an idea for something.  :D


Title: Re: Glyph Image Scale
Post by: Mr GRiM on September 16, 2014, 06:34:11 pm
Yeah no worries mate, open the shellstyle.dll with Restorator to remove or modify any of the extra UI files included.


Title: Re: Glyph Image Scale
Post by: Jamie on September 16, 2014, 10:52:14 pm
Yeah no worries mate, open the shellstyle.dll with Restorator to remove or modify any of the extra UI files included.

Thanks so much for sharing!