Vista Style Builder

   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: 8.0/8.1.1 Taskbar JumpList Fix Stylescript (Works with SiB)  (Read 28946 times)
Mr GRiM
Beta Tester
Dedicated Themer
*
Posts: 309


Master Theme Builder


View Profile
« on: October 04, 2014, 12:28:31 am »

Style Scripts to do all the work for you converting your 8.0/8.1.1 theme to windows 10, works with SIB as well.

Update: October 9th

Cleaned up script and made alternative 8.1.1 to 10TP Script, now supports 8.0 to 10TP with working Start Menu using SIB
New Class Groups added with the following locations created after the script is used.
Start Menu > Panels > SIB Aero
Start Menu > Panels > SIB Basic
Start Menu > Menus > Aero > Taskbar JumpList

8.0 to 10TP Script
Code:
<!--
Author: Mr GRiM

Version: 1.0.1

Created: October 4th, 2014
Revised: October 9th, 2014

-->
<stylescript>
<!--Adding New Classes -->
<add>
<class name="TaskbarJumpList::ListView"/>
<class name="SIB_StartPanelPriv"/>
<class name="SIB_StartPanelComposited::StartPanelPriv"/>
</add>
<copy>
<!--Moving Controls to Aero start menu and Making a backup of Basic -->
<properties sourceClass="StartPanelPriv" sourcePart="4" destClass="StartPanelComposited::StartPanelPriv" destPart="4"/>
<properties sourceClass="StartPanelPriv" sourcePart="5" destClass="StartPanelComposited::StartPanelPriv" destPart="5"/>
<properties sourceClass="StartPanelPriv" sourcePart="21" destClass="StartPanelComposited::StartPanelPriv" destPart="21"/>
<properties sourceClass="StartPanelPriv" sourcePart="23" destClass="StartPanelComposited::StartPanelPriv" destPart="23"/>
<properties sourceClass="StartPanelPriv" sourcePart="24" destClass="StartPanelComposited::StartPanelPriv" destPart="24"/>
<properties sourceClass="StartPanelPriv" sourcePart="25" destClass="StartPanelComposited::StartPanelPriv" destPart="25"/>
<properties sourceClass="StartPanelPriv" sourcePart="26" destClass="StartPanelComposited::StartPanelPriv" destPart="26"/>
<properties sourceClass="StartPanelPriv" sourcePart="27" destClass="StartPanelComposited::StartPanelPriv" destPart="27"/>
<properties sourceClass="StartPanelPriv" sourcePart="28" destClass="StartPanelComposited::StartPanelPriv" destPart="28"/>
<properties sourceClass="StartPanelPriv" sourcePart="29" destClass="StartPanelComposited::StartPanelPriv" destPart="29"/>
<properties sourceClass="StartPanelPriv" sourcePart="30" destClass="StartPanelComposited::StartPanelPriv" destPart="30"/>
<properties sourceClass="StartPanelPriv" sourcePart="31" destClass="StartPanelComposited::StartPanelPriv" destPart="31"/>
<properties sourceClass="StartPanelPriv" sourcePart="32" destClass="StartPanelComposited::StartPanelPriv" destPart="32"/>
<properties sourceClass="StartPanelPriv" sourcePart="33" destClass="StartPanelComposited::StartPanelPriv" destPart="33"/>
<properties sourceClass="StartPanelPriv" sourcePart="34" destClass="StartPanelComposited::StartPanelPriv" destPart="34"/>
<properties sourceClass="StartPanelPriv" sourcePart="35" destClass="StartPanelComposited::StartPanelPriv" destPart="35"/>
<properties sourceClass="StartPanelPriv" sourcePart="36" destClass="StartPanelComposited::StartPanelPriv" destPart="36"/>
<properties sourceClass="StartPanelPriv" sourcePart="37" destClass="StartPanelComposited::StartPanelPriv" destPart="37"/>
<properties sourceClass="StartPanelPriv" sourcePart="38" destClass="StartPanelComposited::StartPanelPriv" destPart="38"/>
</copy>
<!--Making Backup -->
<copy>
<class sourceClass="StartPanelPriv" destClass="SIB_StartPanelPriv"/>
<class sourceClass="StartPanelComposited::StartPanelPriv" destClass="SIB_StartPanelComposited::StartPanelPriv"/>
</copy>
<!--Removing Old Start Menu -->
<remove>
<class class="StartPanel"/>
<class class="StartPanelPriv"/>
</remove>
<copy>
<!--Moving to new Jumplist Location -->
<properties sourceClass="SIB_StartPanelPriv" sourcePart="1" destClass="StartPanelPriv" destPart="1"/>
<properties sourceClass="SIB_StartPanelPriv" sourcePart="2" destClass="StartPanelPriv" destPart="2"/>
<properties sourceClass="SIB_StartPanelPriv" sourcePart="3" destClass="StartPanelPriv" destPart="3"/>
<properties sourceClass="SIB_StartPanelPriv" sourcePart="6" destClass="StartPanelPriv" destPart="6"/>
<properties sourceClass="SIB_StartPanelPriv" sourcePart="7" destClass="StartPanelPriv" destPart="7"/>
<properties sourceClass="SIB_StartPanelPriv" sourcePart="8" destClass="StartPanelPriv" destPart="8"/>
<properties sourceClass="SIB_StartPanelPriv" sourcePart="9" destClass="StartPanelPriv" destPart="9"/>
<properties sourceClass="SIB_StartPanelPriv" sourcePart="10" destClass="StartPanelPriv" destPart="10"/>
<properties sourceClass="SIB_StartPanelPriv" sourcePart="11" destClass="StartPanelPriv" destPart="11"/>
<properties sourceClass="SIB_StartPanelPriv" sourcePart="12" destClass="StartPanelPriv" destPart="12"/>
<properties sourceClass="SIB_StartPanelPriv" sourcePart="13" destClass="StartPanelPriv" destPart="13"/>
<properties sourceClass="SIB_StartPanelPriv" sourcePart="14" destClass="StartPanelPriv" destPart="14"/>
<properties sourceClass="SIB_StartPanelPriv" sourcePart="15" destClass="StartPanelPriv" destPart="15"/>
<properties sourceClass="SIB_StartPanelPriv" sourcePart="16" destClass="StartPanelPriv" destPart="16"/>
<properties sourceClass="SIB_StartPanelPriv" sourcePart="17" destClass="StartPanelPriv" destPart="17"/>
<properties sourceClass="SIB_StartPanelPriv" sourcePart="18" destClass="StartPanelPriv" destPart="18"/>
<properties sourceClass="SIB_StartPanelPriv" sourcePart="19" destClass="StartPanelPriv" destPart="19"/>
<properties sourceClass="SIB_StartPanelPriv" sourcePart="20" destClass="StartPanelPriv" destPart="20"/>
<properties sourceClass="SIB_StartPanelPriv" sourcePart="22" destClass="StartPanelPriv" destPart="22"/>
<!--Adding Backup Jumplist to new Jumplist Location -->
<properties sourceClass="StartPanelComposited::StartPanelPriv" sourcePart="12" destClass="StartPanelPriv" destPart="10"/>
<properties sourceClass="StartPanelComposited::StartPanelPriv" sourcePart="13" destClass="StartPanelPriv" destPart="11"/>
<properties sourceClass="StartPanelComposited::StartPanelPriv" sourcePart="25" destClass="StartPanelPriv" destPart="18"/>
<properties sourceClass="StartPanelComposited::StartPanelPriv" sourcePart="30" destClass="StartPanelPriv" destPart="23"/>
<properties sourceClass="StartPanelComposited::StartPanelPriv" sourcePart="26" destClass="StartPanelPriv" destPart="19"/>
<properties sourceClass="StartPanelComposited::StartPanelPriv" sourcePart="27" destClass="StartPanelPriv" destPart="20"/>
<properties sourceClass="StartPanelComposited::StartPanelPriv" sourcePart="32" destClass="StartPanelPriv" destPart="25"/>
<properties sourceClass="StartPanelComposited::StartPanelPriv" sourcePart="33" destClass="StartPanelPriv" destPart="26"/>
<properties sourceClass="StartPanelComposited::StartPanelPriv" sourcePart="34" destClass="StartPanelPriv" destPart="27"/>
<properties sourceClass="StartPanelComposited::StartPanelPriv" sourcePart="35" destClass="StartPanelPriv" destPart="28"/>
<!--Adding New TaskbarJumpList Properties -->
<properties sourceClass="StartMenu::ListView" sourcePart="0" destClass="TaskbarJumpList::ListView" destPart="0"/>
<properties sourceClass="StartMenu::ListView" sourcePart="1" destClass="TaskbarJumpList::ListView" destPart="1"/>
<properties sourceClass="StartMenu::ListView" sourcePart="6" destClass="TaskbarJumpList::ListView" destPart="6"/>
<properties sourceClass="StartMenu::ListView" sourcePart="7" destClass="TaskbarJumpList::ListView" destPart="7"/>
</copy>
<add>
<!--Setting some values and adding Properties -->
<property class="StartPanelPriv" part="23" state="0" name="WIDTH:INT" value="26"/>
<property class="StartPanelPriv" part="10" state="0" name="CONTENTMARGINS:MARGINS" value="5, 4, 5, 5"/>
<property class="StartPanelPriv" part="11" state="0" name="CONTENTMARGINS:MARGINS" value="0, 0, 5, 0"/>
<property class="StartPanelPriv" part="0" state="0" name="BGTYPE:ENUM" value="NONE"/>
<property class="StartPanel" part="0" state="0" name="BGTYPE:ENUM" value="NONE"/>
</add>
</stylescript>

8.1.1 to 10TP Script
Code:
<!--
Author: Mr GRiM

Version: 1.0.1

Created: October 9th, 2014
Revised: October 9th, 2014

-->
<stylescript>
<!--Adding New Classes -->
<add>
<class name="TaskbarJumpList::ListView"/>
<class name="SIB_StartPanelPriv"/>
<class name="SIB_StartPanelComposited::StartPanelPriv"/>
</add>
<!--Making Backup -->
<copy>
<class sourceClass="StartPanelPriv" destClass="SIB_StartPanelPriv"/>
<class sourceClass="StartPanelComposited::StartPanelPriv" destClass="SIB_StartPanelComposited::StartPanelPriv"/>
</copy>
<!--Removing Old Start Menu -->
<remove>
<class class="StartPanel"/>
<class class="StartPanelPriv"/>
<class class="StartPanelComposited::StartPanelPriv"/>
</remove>
<copy>
<!--Moving to new Jumplist Location -->
<properties sourceClass="SIB_StartPanelComposited::StartPanelPriv" sourcePart="3" destClass="StartPanelComposited::StartPanelPriv" destPart="10"/>
<properties sourceClass="SIB_StartPanelComposited::StartPanelPriv" sourcePart="4" destClass="StartPanelComposited::StartPanelPriv" destPart="11"/>
<properties sourceClass="SIB_StartPanelComposited::StartPanelPriv" sourcePart="6" destClass="StartPanelComposited::StartPanelPriv" destPart="18"/>
<properties sourceClass="SIB_StartPanelComposited::StartPanelPriv" sourcePart="7" destClass="StartPanelComposited::StartPanelPriv" destPart="19"/>
<properties sourceClass="SIB_StartPanelComposited::StartPanelPriv" sourcePart="8" destClass="StartPanelComposited::StartPanelPriv" destPart="20"/>
<properties sourceClass="SIB_StartPanelComposited::StartPanelPriv" sourcePart="10" destClass="StartPanelComposited::StartPanelPriv" destPart="25"/>
<properties sourceClass="SIB_StartPanelComposited::StartPanelPriv" sourcePart="11" destClass="StartPanelComposited::StartPanelPriv" destPart="26"/>
<properties sourceClass="SIB_StartPanelComposited::StartPanelPriv" sourcePart="12" destClass="StartPanelComposited::StartPanelPriv" destPart="28"/>
<properties sourceClass="SIB_StartPanelPriv" sourcePart="3" destClass="StartPanelPriv" destPart="10"/>
<properties sourceClass="SIB_StartPanelPriv" sourcePart="4" destClass="StartPanelPriv" destPart="11"/>
<properties sourceClass="SIB_StartPanelPriv" sourcePart="6" destClass="StartPanelPriv" destPart="18"/>
<properties sourceClass="SIB_StartPanelPriv" sourcePart="7" destClass="StartPanelPriv" destPart="19"/>
<properties sourceClass="SIB_StartPanelPriv" sourcePart="8" destClass="StartPanelPriv" destPart="20"/>
<properties sourceClass="SIB_StartPanelPriv" sourcePart="10" destClass="StartPanelPriv" destPart="25"/>
<properties sourceClass="SIB_StartPanelPriv" sourcePart="11" destClass="StartPanelPriv" destPart="26"/>
<properties sourceClass="SIB_StartPanelPriv" sourcePart="12" destClass="StartPanelPriv" destPart="28"/>
<!--Adding New TaskbarJumpList Properties -->
<properties sourceClass="StartMenu::ListView" sourcePart="0" destClass="TaskbarJumpList::ListView" destPart="0"/>
<properties sourceClass="StartMenu::ListView" sourcePart="1" destClass="TaskbarJumpList::ListView" destPart="1"/>
<properties sourceClass="StartMenu::ListView" sourcePart="6" destClass="TaskbarJumpList::ListView" destPart="6"/>
<properties sourceClass="StartMenu::ListView" sourcePart="7" destClass="TaskbarJumpList::ListView" destPart="7"/>
</copy>

<add>
<!--Setting some values and adding Properties -->
<property class="StartPanelPriv" part="23" state="0" name="WIDTH:INT" value="26"/>
<property class="StartPanelPriv" part="0" state="0" name="BGTYPE:ENUM" value="NONE"/>
<property class="StartPanel" part="0" state="0" name="BGTYPE:ENUM" value="NONE"/>
</add>
</stylescript>
« Last Edit: October 09, 2014, 07:28:36 am by Mr GRiM » Logged
Dave Senior
Beta Tester
Dedicated Themer
*
Posts: 235

Why Windows 10 ? > 7 8 9 ??


View Profile
« Reply #1 on: October 04, 2014, 01:05:11 am »

Works fine mate,just have to remove the DefaultPaneSize property from     Start Menu > Panels > Basic
to sort the  the width  and it's done.
  Cheers )
Logged
3am
Beta Tester
Dedicated Helper
*
Posts: 2408



View Profile
« Reply #2 on: October 04, 2014, 03:13:31 pm »

This mostly works good. Had to make some adjustments. But this takes care of most of it. Thanks Smiley


Logged
Mr GRiM
Beta Tester
Dedicated Themer
*
Posts: 309


Master Theme Builder


View Profile
« Reply #3 on: October 04, 2014, 04:07:59 pm »

No worries guys, I am still working on another revision to improve it a bit.
Logged
Mr GRiM
Beta Tester
Dedicated Themer
*
Posts: 309


Master Theme Builder


View Profile
« Reply #4 on: October 04, 2014, 07:54:32 pm »

OK got an updated stylescript that should take care of everything and create a backup of the old Start Menu > Panels > Basic in Start Menu > Panels > SIB Basic. it will also remove all the unwanted Vista start menu left over junk, I have included new data files as well with updated class and groups.

Code:
<!--
Author: Mr GRiM

Version: 1.0.1

Created: October 4th, 2014
Revised: October 5th, 2014

-->
<stylescript>
<add>
<class name="TaskbarJumpList::ListView"/>
<class name="SIB_StartPanelPriv"/>
</add>
<copy>
<class sourceClass="StartPanelPriv" destClass="SIB_StartPanelPriv"/>
<properties sourceClass="StartPanelPriv" sourcePart="4" destClass="StartPanelComposited::StartPanelPriv" destPart="4"/>
<properties sourceClass="StartPanelPriv" sourcePart="5" destClass="StartPanelComposited::StartPanelPriv" destPart="5"/>
<properties sourceClass="StartPanelPriv" sourcePart="21" destClass="StartPanelComposited::StartPanelPriv" destPart="21"/>
<properties sourceClass="StartPanelPriv" sourcePart="23" destClass="StartPanelComposited::StartPanelPriv" destPart="23"/>
<properties sourceClass="StartPanelPriv" sourcePart="24" destClass="StartPanelComposited::StartPanelPriv" destPart="24"/>
<properties sourceClass="StartPanelPriv" sourcePart="25" destClass="StartPanelComposited::StartPanelPriv" destPart="25"/>
<properties sourceClass="StartPanelPriv" sourcePart="26" destClass="StartPanelComposited::StartPanelPriv" destPart="26"/>
<properties sourceClass="StartPanelPriv" sourcePart="27" destClass="StartPanelComposited::StartPanelPriv" destPart="27"/>
<properties sourceClass="StartPanelPriv" sourcePart="28" destClass="StartPanelComposited::StartPanelPriv" destPart="28"/>
<properties sourceClass="StartPanelPriv" sourcePart="29" destClass="StartPanelComposited::StartPanelPriv" destPart="29"/>
<properties sourceClass="StartPanelPriv" sourcePart="30" destClass="StartPanelComposited::StartPanelPriv" destPart="30"/>
<properties sourceClass="StartPanelPriv" sourcePart="31" destClass="StartPanelComposited::StartPanelPriv" destPart="31"/>
<properties sourceClass="StartPanelPriv" sourcePart="32" destClass="StartPanelComposited::StartPanelPriv" destPart="32"/>
<properties sourceClass="StartPanelPriv" sourcePart="33" destClass="StartPanelComposited::StartPanelPriv" destPart="33"/>
<properties sourceClass="StartPanelPriv" sourcePart="34" destClass="StartPanelComposited::StartPanelPriv" destPart="34"/>
<properties sourceClass="StartPanelPriv" sourcePart="35" destClass="StartPanelComposited::StartPanelPriv" destPart="35"/>
<properties sourceClass="StartPanelPriv" sourcePart="36" destClass="StartPanelComposited::StartPanelPriv" destPart="36"/>
<properties sourceClass="StartPanelPriv" sourcePart="37" destClass="StartPanelComposited::StartPanelPriv" destPart="37"/>
<properties sourceClass="StartPanelPriv" sourcePart="38" destClass="StartPanelComposited::StartPanelPriv" destPart="38"/>
</copy>
<remove>
<class class="StartPanel"/>
<class class="StartPanelPriv"/>
</remove>
<copy>
<properties sourceClass="SIB_StartPanelPriv" sourcePart="1" destClass="StartPanelPriv" destPart="1"/>
<properties sourceClass="SIB_StartPanelPriv" sourcePart="2" destClass="StartPanelPriv" destPart="2"/>
<properties sourceClass="SIB_StartPanelPriv" sourcePart="3" destClass="StartPanelPriv" destPart="3"/>
<properties sourceClass="SIB_StartPanelPriv" sourcePart="6" destClass="StartPanelPriv" destPart="6"/>
<properties sourceClass="SIB_StartPanelPriv" sourcePart="7" destClass="StartPanelPriv" destPart="7"/>
<properties sourceClass="SIB_StartPanelPriv" sourcePart="8" destClass="StartPanelPriv" destPart="8"/>
<properties sourceClass="SIB_StartPanelPriv" sourcePart="9" destClass="StartPanelPriv" destPart="9"/>
<properties sourceClass="SIB_StartPanelPriv" sourcePart="10" destClass="StartPanelPriv" destPart="10"/>
<properties sourceClass="SIB_StartPanelPriv" sourcePart="11" destClass="StartPanelPriv" destPart="11"/>
<properties sourceClass="SIB_StartPanelPriv" sourcePart="12" destClass="StartPanelPriv" destPart="12"/>
<properties sourceClass="SIB_StartPanelPriv" sourcePart="13" destClass="StartPanelPriv" destPart="13"/>
<properties sourceClass="SIB_StartPanelPriv" sourcePart="14" destClass="StartPanelPriv" destPart="14"/>
<properties sourceClass="SIB_StartPanelPriv" sourcePart="15" destClass="StartPanelPriv" destPart="15"/>
<properties sourceClass="SIB_StartPanelPriv" sourcePart="16" destClass="StartPanelPriv" destPart="16"/>
<properties sourceClass="SIB_StartPanelPriv" sourcePart="17" destClass="StartPanelPriv" destPart="17"/>
<properties sourceClass="SIB_StartPanelPriv" sourcePart="18" destClass="StartPanelPriv" destPart="18"/>
<properties sourceClass="SIB_StartPanelPriv" sourcePart="19" destClass="StartPanelPriv" destPart="19"/>
<properties sourceClass="SIB_StartPanelPriv" sourcePart="20" destClass="StartPanelPriv" destPart="20"/>
<properties sourceClass="SIB_StartPanelPriv" sourcePart="22" destClass="StartPanelPriv" destPart="22"/>
<properties sourceClass="StartPanelComposited::StartPanelPriv" sourcePart="12" destClass="StartPanelPriv" destPart="10"/>
<properties sourceClass="StartPanelComposited::StartPanelPriv" sourcePart="13" destClass="StartPanelPriv" destPart="11"/>
<properties sourceClass="StartPanelComposited::StartPanelPriv" sourcePart="25" destClass="StartPanelPriv" destPart="18"/>
<properties sourceClass="StartPanelComposited::StartPanelPriv" sourcePart="30" destClass="StartPanelPriv" destPart="23"/>
<properties sourceClass="StartPanelComposited::StartPanelPriv" sourcePart="26" destClass="StartPanelPriv" destPart="19"/>
<properties sourceClass="StartPanelComposited::StartPanelPriv" sourcePart="27" destClass="StartPanelPriv" destPart="20"/>
<properties sourceClass="StartPanelComposited::StartPanelPriv" sourcePart="32" destClass="StartPanelPriv" destPart="25"/>
<properties sourceClass="StartPanelComposited::StartPanelPriv" sourcePart="33" destClass="StartPanelPriv" destPart="26"/>
<properties sourceClass="StartPanelComposited::StartPanelPriv" sourcePart="34" destClass="StartPanelPriv" destPart="27"/>
<properties sourceClass="StartPanelComposited::StartPanelPriv" sourcePart="35" destClass="StartPanelPriv" destPart="28"/>
<properties sourceClass="StartMenu::ListView" sourcePart="0" destClass="TaskbarJumpList::ListView" destPart="0"/>
<properties sourceClass="StartMenu::ListView" sourcePart="1" destClass="TaskbarJumpList::ListView" destPart="1"/>
<properties sourceClass="StartMenu::ListView" sourcePart="6" destClass="TaskbarJumpList::ListView" destPart="6"/>
<properties sourceClass="StartMenu::ListView" sourcePart="7" destClass="TaskbarJumpList::ListView" destPart="7"/>
</copy>
<add>
<property class="StartPanelPriv" part="10" state="0" name="CONTENTMARGINS:MARGINS" value="5, 4, 5, 5"/>
<property class="StartPanelPriv" part="11" state="0" name="CONTENTMARGINS:MARGINS" value="0, 0, 5, 0"/>
<property class="StartPanelPriv" part="0" state="0" name="BGTYPE:ENUM" value="NONE"/>
<property class="StartPanel" part="0" state="0" name="BGTYPE:ENUM" value="NONE"/>
</add>
</stylescript>
« Last Edit: October 04, 2014, 07:57:56 pm by Mr GRiM » Logged
ezio84
Beginner
*
Posts: 36


View Profile
« Reply #5 on: October 06, 2014, 04:18:14 pm »

Taskbar jumplists working fine now, thank you so much Grim!!
Logged
link6155
Beginner
*
Posts: 63



View Profile
« Reply #6 on: October 09, 2014, 12:50:02 am »

Didn't work for any of my themes. This is what I get on all my Windows 8.1 themes when I apply this Stylescript:
Logged
Mr GRiM
Beta Tester
Dedicated Themer
*
Posts: 309


Master Theme Builder


View Profile
« Reply #7 on: October 09, 2014, 05:23:52 am »

Sorry maybe I should have mentioned, this will not work if you have already moved the start menu in the msstyles with the previous 811 jumplist fix style script, this one will only work for themes that kept all the resources in their original location from 8.0 themes that were used with SIB to correct the Jumplist, however I could possibly make another script that you can use with the already applied 811 Jumplist style script.
Logged
Mr GRiM
Beta Tester
Dedicated Themer
*
Posts: 309


Master Theme Builder


View Profile
« Reply #8 on: October 09, 2014, 07:29:36 am »

Updated first post with new scripts for 8.0 and 8.1.1
Logged
3am
Beta Tester
Dedicated Helper
*
Posts: 2408



View Profile
« Reply #9 on: October 09, 2014, 02:53:34 pm »

These new scripts work great. Thanks. I'm just going to add this info:

     


If people use the 8.1 to 10 script then locations for editing are here:

Red text is Fonts, Colors, & System Metrics > Fonts & System Metrics > MENUTEXT
Blue text is Unknown > TaskbarJumpList::ListView > <6>
Blue line is Unknown > TaskbarJumpList::ListView > <7>
Yellow is Windows 8 (For Testing Purposes Only) > Jump Lists > ItemBackground
Light Green is Windows 8 (For Testing Purposes Only) > Jump Lists > SplitItemLabelBackground
Pink is Windows 8 (For Testing Purposes Only) > Jump Lists > <25>
Blue is Windows 8 (For Testing Purposes Only) > Jump Lists > <26>
Green is Windows 8 (For Testing Purposes Only) > Jump Lists > <28>


If people use the 8 to 10 script then locations for editing are here:

Light green is Start Menu > Panels > Basic > Places List > Panels > Places List Separator
(IMPORTANT: you have to delete the IMAGECOUNT property for this to work)
Yellow is Start Menu > Panels > Basic > Places List > Panels > Places List Extended
Green is Start Menu > Panels > Aero > Top > <28>
Pink is Start Menu > Panels > Basic > Jump List > Controls > Pin Item Icon Size
Blue is Start Menu > Panels > Basic > Jump List > Controls > Pin Item Icon Vertical Offset
Red text is Fonts, Colors, & System Metrics > Fonts & System Metrics > MENUTEXT
Blue text is Unknown > TaskbarJumpList::ListView > <6>
Blue line is Unknown > TaskbarJumpList::ListView > <7>

I have no idea if the locations are different if you use SIB.
Logged
link6155
Beginner
*
Posts: 63



View Profile
« Reply #10 on: October 11, 2014, 12:06:28 am »

Updated first post with new scripts for 8.0 and 8.1.1
Awesome, works like a charm now Smiley
Logged
Jamie
Beginner
*
Posts: 87


View Profile
« Reply #11 on: October 12, 2014, 06:24:47 am »

Hey mate, thanks for the hard work!  Am I the only one who is experiencing BSOD after applying and saving?  I can test it and it works great but when I save the file and go to use the theme from the personalization options it Black Screens on me?  Any suggestions.

Here's the Windows 8.1 theme I'm working with without the jumplist fix so it should work fine until you apply and save the stylescript.
UNITY 2014 beta https://www.dropbox.com/s/2okrsdhfvq2si1j/UNITY%202014%208.1%20to%2010%20Themes%20Beta.zip?dl=0

Thanks for any help/suggestions.  As always please make a system restore point/create snapshot before using.
Logged
link6155
Beginner
*
Posts: 63



View Profile
« Reply #12 on: October 12, 2014, 03:33:17 pm »

Hey mate, thanks for the hard work!  Am I the only one who is experiencing BSOD after applying and saving?  I can test it and it works great but when I save the file and go to use the theme from the personalization options it Black Screens on me?  Any suggestions.

Here's the Windows 8.1 theme I'm working with without the jumplist fix so it should work fine until you apply and save the stylescript.
UNITY 2014 beta https://www.dropbox.com/s/2okrsdhfvq2si1j/UNITY%202014%208.1%20to%2010%20Themes%20Beta.zip?dl=0

Thanks for any help/suggestions.  As always please make a system restore point/create snapshot before using.

I also got a blackscreen once with one of my themes, so I just ended up remaking it from scratch using the Aero theme from Windows 10. For me, this only happens when I don't log out and then log back in. I should also note I had this issue with UXStyle several times before.
Logged
Mr GRiM
Beta Tester
Dedicated Themer
*
Posts: 309


Master Theme Builder


View Profile
« Reply #13 on: October 12, 2014, 07:19:58 pm »

Hey mate, thanks for the hard work!  Am I the only one who is experiencing BSOD after applying and saving?  I can test it and it works great but when I save the file and go to use the theme from the personalization options it Black Screens on me?  Any suggestions.

Here's the Windows 8.1 theme I'm working with without the jumplist fix so it should work fine until you apply and save the stylescript.
UNITY 2014 beta https://www.dropbox.com/s/2okrsdhfvq2si1j/UNITY%202014%208.1%20to%2010%20Themes%20Beta.zip?dl=0

Thanks for any help/suggestions.  As always please make a system restore point/create snapshot before using.

Sorry guys I had not noticed this, I have only tested in WSB, not from the personalization menu, guess I will have to fire up the VM again to see if I can reproduce it, is it with both scripts or just one of them?
Logged
Panda X
Administrator
Dedicated Helper
*****
Posts: 1645



View Profile
« Reply #14 on: October 12, 2014, 10:08:20 pm »

Hey mate, thanks for the hard work!  Am I the only one who is experiencing BSOD after applying and saving?  I can test it and it works great but when I save the file and go to use the theme from the personalization options it Black Screens on me?  Any suggestions.

Here's the Windows 8.1 theme I'm working with without the jumplist fix so it should work fine until you apply and save the stylescript.
UNITY 2014 beta https://www.dropbox.com/s/2okrsdhfvq2si1j/UNITY%202014%208.1%20to%2010%20Themes%20Beta.zip?dl=0

Thanks for any help/suggestions.  As always please make a system restore point/create snapshot before using.

What's the BSOD message?
Logged
Jamie
Beginner
*
Posts: 87


View Profile
« Reply #15 on: October 13, 2014, 01:00:05 am »

What's the BSOD message?

Sorry I'm calling it BSOD, it's actually Black Screen Of Death no Blue Screen so not sure what the issue is.  Huh?

I'm using the 8.1.1 to 10TP Script
« Last Edit: October 13, 2014, 02:56:40 am by Jamie » Logged
3am
Beta Tester
Dedicated Helper
*
Posts: 2408



View Profile
« Reply #16 on: October 13, 2014, 04:14:07 am »

When testing your msstyles I found an error in your JumpLists.

See whether the attached msstyles will apply.

If it does then check the properties and values I changed at Windows 8 (For Testing Purposes Only) > Jump Lists > SplitItemLabelBackground and do the same for your other msstyles.

This might be the solution. Maybe.
Logged
Jamie
Beginner
*
Posts: 87


View Profile
« Reply #17 on: October 13, 2014, 10:55:19 pm »

When testing your msstyles I found an error in your JumpLists.

See whether the attached msstyles will apply.

If it does then check the properties and values I changed at Windows 8 (For Testing Purposes Only) > Jump Lists > SplitItemLabelBackground and do the same for your other msstyles.

This might be the solution. Maybe.

Thanks for looking at it, unfortunately I get the same result.
Logged
3am
Beta Tester
Dedicated Helper
*
Posts: 2408



View Profile
« Reply #18 on: October 15, 2014, 10:38:31 pm »

So i tried applying your msstyles and as you can see they applied fine:




I used Grim's 8.1 to 10 script. Script works fine.
I also fixed your Windows 8 (For Testing Purposes Only) > Jump Lists > SplitItemLabelBackground. This was a mistake in your msstyles not in the script
I didn't do anything else.
So the black screen is on your end. No idea why.
I'm using Uxstyle. I'm not using a vm.
Msstyles etc are attached
« Last Edit: October 15, 2014, 10:58:20 pm by 3am » Logged
Jamie
Beginner
*
Posts: 87


View Profile
« Reply #19 on: October 15, 2014, 11:32:14 pm »

So i tried applying your msstyles and as you can see they applied fine:

I used Grim's 8.1 to 10 script. Script works fine.
I also fixed your Windows 8 (For Testing Purposes Only) > Jump Lists > SplitItemLabelBackground. This was a mistake in your msstyles not in the script
I didn't do anything else.
So the black screen is on your end. No idea why.
I'm using Uxstyle. I'm not using a vm.
Msstyles etc are attached


Whatever you did, did the trick mate.  Thanks so much for the help.  Not sure why it was bugging on my end only when I applied it earlier.
Logged
3am
Beta Tester
Dedicated Helper
*
Posts: 2408



View Profile
« Reply #20 on: October 15, 2014, 11:36:03 pm »

 Cool
Logged
3am
Beta Tester
Dedicated Helper
*
Posts: 2408



View Profile
« Reply #21 on: October 16, 2014, 04:01:26 pm »

btw in your theme file what are these parameters that you have added and what do the values mean ( I don't think I've seen them in a theme file before:

MultimonBackgrounds=0
PicturePosition=4
VisualStyleVersion=10

and why did you remove:

TileWallpaper=0
WallpaperStyle=10
Pattern=

Logged
Jamie
Beginner
*
Posts: 87


View Profile
« Reply #22 on: October 17, 2014, 12:52:05 am »

I corrected those, not sure where the heck they came from to be honest.  Huh?

Here it is borderless with fixed jumplist!  Yay!

« Last Edit: October 17, 2014, 02:11:46 am by Jamie » Logged
Mr GRiM
Beta Tester
Dedicated Themer
*
Posts: 309


Master Theme Builder


View Profile
« Reply #23 on: October 17, 2014, 12:00:55 pm »

Looking good mate, glad to see you got it all sorted Smiley
Logged
Jamie
Beginner
*
Posts: 87


View Profile
« Reply #24 on: October 18, 2014, 06:36:27 am »

Looking good mate, glad to see you got it all sorted Smiley

Thank you!
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.12 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!