Show Posts
|
Pages: [1] 2 3 ... 33
|
5
|
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.
|
|
|
6
|
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.
|
|
|
7
|
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
|
|
|
8
|
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.
|
|
|
11
|
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.
|
|
|
16
|
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.
|
|
|
17
|
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
|
|
|
19
|
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.
|
|
|
21
|
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.
|
|
|
26
|
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.
|
|
|
30
|
Help / Windows 10 / Re: Ten
|
on: October 11, 2014, 01:46:37 am
|
Hi PandaX We need to find a way to change the inactive text color and the inactive caption buttons of the modern apps.
Regards Nighthawk-f22
I haven't had a chance to look at the MSStyles for 10 yet but the text color for Metro windows isn't something that's in the msstyles I imagine, considering it changes depending on the colorization color of DWM.
|
|
|
32
|
Help / Windows 10 / Re: Ten
|
on: October 01, 2014, 10:17:45 pm
|
Well at least I don't have to update WSB for Win10 support. Nice work guys!
|
|
|
36
|
Help / Windows 8 / Windows 8.1 / Re: Stable version, avoid black screen, etc...
|
on: September 17, 2014, 09:55:14 pm
|
It's not WSB that causes it, it's a bug in winlogon. Whether or not you apply via WSB or with a .theme file is irrelevant as they both apply themes the same way, so it can still happen. Sometimes it can happen just based on where you saved the file, which is why I always either use the desktop or %programdata%
|
|
|
39
|
Windows Style Builder / Bug Reports / Re: Import, Export and Save buttons stop working after testing theme
|
on: September 14, 2014, 05:55:18 pm
|
I'll give it a go now. Remember though, this doesn't seem to just be a problem with Windows Style Builder. If I open Notepad, change my theme to a custom one using the Personalise menu, then try to open or save in Notepad, it breaks there too, without even touching WSB. It doesn't seem to be caused by Windows Style Builder, it's caused by changing the active .MSSTYLES, which is leading me to believe it's a problem with UXStyle or something in that region.
As for the latest build, the exact thing happens. Failed Window Show, 2 Common Dialog, 0 Windows.
Ok well you stated in a previous post it didn't affect Notepad: "Yes, the open and save buttons work as normal in Notepad before and after clicking test theme. When the import, export and save buttons have broken in WSB, they remain working in Notepad." Does this only happen with the theme "Obscuro" or default Aero as well?
|
|
|
|