Show Posts
|
Pages: [1] 2 3 ... 34
|
1
|
Other / Other / Re: Long time no see
|
on: November 21, 2023, 10:42:50 pm
|
Hey!
I'm not sure how much of 11 is customizable given how many things are hard coded these days. It's a shame.
|
|
|
3
|
Help / Windows 10 / Re: location
|
on: July 28, 2023, 05:26:31 pm
|
The parts in the Basic section aren't used in Windows 8 onwards except for MDI windows. You can open mmc.exe and click the restore button of the MDI window to see the basic window frame and controls in an MDI window.
|
|
|
4
|
Help / Windows 10 / Re: WSB
|
on: July 15, 2023, 12:31:20 am
|
I was able to get the Skyrim theme to test, though it took a couple of tries:
|
|
|
5
|
Help / Windows 10 / Re: WSB
|
on: July 14, 2023, 06:01:53 pm
|
It's been so long I can't remember, but it may be the hack to have aero blur behind the programs list in Vista/7, or something else. I had done it as well in my theme.
|
|
|
7
|
Help / Windows 10 / Re: WSB
|
on: July 12, 2023, 01:33:18 am
|
Open ANY 10 0r 11 msstyle in WSB and it will show as 8.1 in the title bar. Always been like that.
I'm suddenly getting the same error message as you on a msstyle that was testing fine a week ago. For some reason a shell folder keeps appearing in the Program Data Testing folder that shouldn't be there. I've tried every trick I know to fix this but nothing works including saving first, replacing the shellstyle etc.
The latest beta will show Windows 10 or Windows 11 unless the theme has been modified in a way that causes the version check to get confused. Can you send me the theme that used to work but doesn't work anymore so I can see why it may be failing?
|
|
|
8
|
Help / Windows 10 / Re: WSB
|
on: July 11, 2023, 12:19:34 pm
|
In the titlebar it states that it's a Windows 8.1 theme. Windows 8.1 themes are only supported on 8.1 and not any other version of Windows. I will be attempting to add the ability to port 8.1 themes to Windows 10 and 11 in a later release.
|
|
|
9
|
Help / Windows 10 / Re: Themes
|
on: July 07, 2023, 06:56:58 pm
|
By default when opening WSB it loads the default Aero theme. You can just start modifying it right there. For what to edit or what certain sections do you can refer to the maps located in the Maps subforum https://www.vistastylebuilder.com/forum/index.php?board=18.40Do note however, that certain items may be different depending on which version of Windows you're running however.
|
|
|
10
|
Help / Windows 10 / Re: windows 11
|
on: June 18, 2023, 09:09:25 pm
|
For StartIsBack (or StartAllBack for Windows 11) you can make a copy of one of the themes it installs with located in C:\Program Files\StartAllBack\Styles From there you'll want to just focus on the 'Start Menu' and 'Taskbar & System Tray' locations to modify those sections. For SIB/SAB themes they have to be applied from within SIB/SAB and don't require a UXTheme patcher.
|
|
|
11
|
Help / Windows 10 / Re: windows 11
|
on: June 15, 2023, 08:20:23 pm
|
You can start with the default Aero theme in Windows, personally I find that to be the best method.
|
|
|
12
|
Help / Windows 10 / Re: windows 11
|
on: June 11, 2023, 07:03:06 pm
|
A UXTheme patcher will be needed, as for StartAllBack (which is the Windows 11 version of StartIsBack) I'm not sure of its capabilities since I haven't used it since Windows 8, however back then it did support theming by modifying the msstyles file. I think the current versions may include their own mini msstyles files containing just the startmenu and taskbar resources, however I'm not sure if those need to be edited separately or not.
|
|
|
13
|
Help / Windows 10 / Re: windows 11
|
on: May 27, 2023, 03:32:50 pm
|
One thing to note about WSB and Windows 11 is that it can't theme the start menu, taskbar, new context menus and more because they are not a part of the .msstyles file. You can grab the latest beta which is able to modify the Windows 11 msstyles file, however since so many parts now use xaml/WinUI you can't really change as much as you used to on previous versions of Windows. Latest beta can be found here: https://www.vistastylebuilder.com/forum/index.php?topic=2615.0
|
|
|
18
|
Help / Windows 10 / Re: Porting themes to Win10 tutorial TH2 AKA 1511 AKA 10586
|
on: December 26, 2015, 04:44:10 pm
|
I'll see if I can update WSB to allow custom DWM mapping here soon. The problem is that for 8 and onwards I was just using some old porting code which hardcoded the DWM property maps to the newer states. So it was like part x = part y. I should be able to use XML like the other half of the conversion process to make porting easier.
|
|
|
19
|
Help / Windows 7 / Re: Custom theme causing DWM to crash [no Aero :(]
|
on: December 26, 2015, 06:20:56 am
|
Make sure that no properties are missing under the DWMWindow (Windows & Caption Buttons > Aero > DWM Window) class when comparing your theme to the default Aero. If any properties there are missing, DWM will crash.
|
|
|
20
|
Windows Style Builder / Bug Reports / Re: 1.5.6.3 Beta release bug, bigger buttons
|
on: October 20, 2015, 01:17:46 am
|
I'm not entirely sure if this would be caused by 1.5.6.3 or not since those metrics are just normal properties. You can try changing the caption metrics in Fonts, Colors, & System Metrics > Fonts & System Metrics or change the content margins in the various states under Windows & Caption Buttons > Aero > DWM Window > Controls > Captions > Window
|
|
|
21
|
Help / Windows 10 / Re: Build 10565
|
on: October 13, 2015, 11:17:12 pm
|
Be careful, most blackscreens are caused by the DWM classes being different. That's why in the beta you can't change them.
|
|
|
24
|
Tips and Visual Styles / Tips and Tricks / Re: How do I delete CLASS?
|
on: August 21, 2015, 02:02:56 pm
|
Actually you should be able to do so with a StyleScript: <stylescript> <remove> <class class="SIB_StartPanelPriv"/> <class class="SIB_StartPanelComposited::StartPanelPriv"/> </remove> </stylescript>
Save that as SIBClassRemove.xml in your WSB\Data\StyleScripts folder and then hold Shift and click Import Stylehack and select SIBClassRemove then click Apply StyleScript.
|
|
|
29
|
Help / Windows 10 / Re: Buld 10240
|
on: July 23, 2015, 11:35:42 pm
|
Editing XAML is easy if you're making your own application, but if you're wanting to customize the built in apps it's probably not going to be easy.
|
|
|
30
|
Help / Windows 10 / Re: Buld 10240
|
on: July 18, 2015, 03:17:54 pm
|
can we expect VSB support for windows 10
the UI is far to white for my liking
will need to be extensivly modded before i can use as a daily driver
What do you mean by Win10 support? To my knowledge the current version works with 10. Also the UI uses the same parameters as all other Win32 apps, you can change it in Fonts, Colors, & System Metrics > Fonts & System Metrics
|
|
|
32
|
Other / Other / Re: Pie Chart Colors
|
on: July 06, 2015, 12:30:38 am
|
I feel that may be optimistic, windows controls have been predominately blue for years already anyway.
|
|
|
34
|
Help / Windows 10 / Re: Build 10041
|
on: March 19, 2015, 11:21:22 pm
|
One of those might be a mask. I believe in 8 there was the bitmap and then a mask over it for the color animation.
|
|
|
39
|
Other / Other / Re: Is there ever going to be a stable release again?
|
on: December 25, 2014, 09:33:55 pm
|
The next build isn't going to have a timebomb, it was only there so it would kind of force everyone to be on the same version so I could make sure bugs weren't reoccurring in newer builds. I last spoke to Ave some time ago and he stated that he would create a COM component for creating the msstyles, that would allow me to use .NET to program WSB which would be a lot easier as I have more experience with it. This is also the primary reason I haven't put out a new build in some time.
|
|
|
|