Vista Style Builder

  Home Help Search Login Register  
  Show Posts
Pages: [1] 2
1  Windows Style Builder / Bug Reports / Why I can't change the color? on: September 01, 2014, 05:58:20 am
2  Other / Base / Re: Base + 1.6.0 XMLs Released. on: March 07, 2011, 06:09:46 pm
Thanks
3  Main / Notices / Re: Windows Style Builder 1.6 XML Changes on: August 07, 2010, 08:38:34 pm
Why did you rename FlyoutStyle > Link > <2> to "Hot",  Huh? What's wrong with "Emphasized"?

on the other hand, I totally agree with you to named Tooltip > <7> to "Options", that the original name is "Wrench" Smiley

And Can you tell us in details? Smiley

I defined Alttab in Chinese, but I don't know what you defined.
Quote
   
       <class name="AltTab">
      <parts>
         <part id="1" name="1.鼠标悬停某项目(Hot)"/>
         <part id="2" name="2.按键悬停某项目(Focused)"/>
         <part id="3" name="3.标题栏(Title)"/>
         <part id="4" name="4.阴影背景(Shadow)"/>
         <part id="5" name="5.同时悬停某项目/按下鼠标()"/>
      </parts>
   </class>
4  Help / Windows 7 / Re: Help, about accessibilitycpl.dll on: July 28, 2010, 04:25:40 pm
I changed the uifile No.120

the main changes are

Quote
<element layoutpos="top" layout="flowlayout()">
                                <element sheet="s" class="dashboardbox" layoutpos="top"
                                    layout="borderlayout()"
                                    background="themeable(dtb(controlpanel,6,0),window)">
                                    <element class="dashboardboxtop" layoutpos="top"
                                        layout="borderlayout()">
                                        <element sheet="cp_style" padding="rect(10rp,5rp,10rp,10rp)"
                                            layout="borderlayout()">
                                            <element layoutpos="top" sheet="cp_style"
                                                padding="rect(10rp,0,10rp,10rp)"
                                                layout="borderlayout()">
                                                <element layoutpos="top"
                                                  font="CaptionFont;133%;Normal;None"
                                                  foreground="gtc(CONTROLPANELSTYLE,6,0,3803)"
                                                  accessible="true" accRole="statictext"
                                                  content="resstr(1139)"/>
                                                <element layoutpos="top" class="cp_content_v_spacer"/>
                                                <element class="cp_content_text" layoutpos="top"
                                                  content="resstr(1395)"/>
                                                <element layoutpos="top" class="cp_content_v_spacer"/>
                                                <element class="cp_content_text" layoutpos="top"
                                                  content="resstr(1396)"/>
                                                <element layoutpos="top" class="cp_content_v_spacer"/>
                                                <element
                                                  layout="tablelayout(0,0,0,0,-45, 0,0,-80,1,0,-55)"
                                                  layoutpos="top">
                                                  <CCCheckbox id="atom(selfvoice)" layoutpos="left"
                                                  content="resstr(1141)" width="200rp"/>
                                                  <CCCheckbox id="atom(selfscan)" layoutpos="left"
                                                  content="resstr(1142)"/>
                                                </element>
                                            </element>
                                        </element>
                                    </element>

I found, in Explorer & Shell>Explorer>Control PanelControlPanel>BodyText , if you add the bgtype property, and set the value, none

or set the value, imagefile and add a transparent image . The result just look like what I showed before.

On the other hand, If the image isn't transparent, the checkbox looks normal.

============
plz forgive my poor English.
5  Help / Windows 7 / Help, about accessibilitycpl.dll on: July 28, 2010, 05:26:54 am
I modified the accessibilitycpl.dll, but the checkbox in the green rectangle looks strange.

What's wrong with it?

6  Help / Windows 7 / Re: Add an image property to navigation pane on: July 26, 2010, 05:50:15 pm
yeah~ I also tried that.

and if you change the padding attribute in ProperTreeHost, for example, padding="rect(100rp,0rp,100rp,0rp)", and add an image in vsb,

you can see something more interesting.
7  Help / Windows 7 / Re: Add an image property to navigation pane on: July 26, 2010, 01:20:56 am
it's not random color bug. I modified the fillcolor in explorer>explorer>propertree>2

========================================================

Actually, I ever searched propertree in the uifile of shell32.dll, and thought maybe there were some relationships between 9 and 52.

so I copied the content of 9, and pasted to 52. After I restarted my computer, the navigation pane of win7 look like that of vista.

But as you see, thought I added background="dtb(Propertree,2,0) in

Quote
<Element layoutpos="client" layout="borderlayout()" background="dtb(Propertree,2,0)">

the background of tree was still affected by fillcolor.
8  Help / Windows 7 / Re: Add an image property to navigation pane on: July 24, 2010, 11:57:18 pm
there is a propertreestyle in uifile of shellstyle.

Maybe what count is how to modify the propertreestyle.
9  Help / Windows 7 / Re: Add an image property to navigation pane on: July 24, 2010, 10:57:20 pm
 Cry I 'm sorry. I don't have a clue now.

Have you ever made a theme for vista?
Can we change the background of the whole navigation pane?
10  Help / Windows 7 / Re: Add an image property to navigation pane on: July 24, 2010, 10:45:19 pm
Cool. Looks good. Have to check this out. Thanks Smiley

Did you see this: http://vistastylebuilder.com/forum/index.php?topic=1235.0

...I knew how to change classgroup.xml and classmap.xml.

And I ever saw a member in this forum,whose name is rajtheeban, posted a topic.

From then on, I knew how to add parts and states in these xml files.

Here is the capture of win7stylebuilder that I use.
11  Help / Windows 7 / Re: Add an image property to navigation pane on: July 24, 2010, 10:24:21 pm
here is the No.52 uifile of shell32.dll that I modified.

Quote
<duixml>
    <Element resid="ProperTree" sheet="propertreestyle" layout="borderlayout()"
        animation="rectangle|s|fast"> </Element>
    <Element resid="ProperTreeInner" sheet="propertreestyle" layout="filllayout()">
        <Element layoutpos="client" layout="borderlayout()" background="dtb(Propertree,2,0)">
            <Element id="atom(ProperTreeLinksGroup)" layoutpos="top" layout="borderlayout()">
            </Element>
            <Element id="atom(ProperTreeExpandoGroup)" layout="filllayout()" layoutpos="top">
                <Button id="atom(ProperTreeHeaderExpand)" layout="borderlayout()" layoutpos="top"
                    accessible="true" accname="resstr(0x8014, library(shell32.dll))"
                    accrole="pushbutton" active="mouse | keyboard">
                    <Element id="atom(ProperTreeHeader)"
                        content="resstr(0xC2FC, library(shell32.dll))" layoutpos="left"/>
                    <Element id="atom(ProperTreeExpandoButtonExpand)" layoutpos="right"/>
                </Button>
                <Button id="atom(ProperTreeHeaderCollapse)" layout="borderlayout()" layoutpos="top"
                    accessible="true" accname="resstr(0x8015, library(shell32.dll))"
                    accrole="pushbutton" active="mouse | keyboard">
                    <Element id="atom(ProperTreeHeader)"
                        content="resstr(0xC2FC, library(shell32.dll))" layoutpos="left"/>
                    <Element id="atom(ProperTreeExpandoButtonCollapse)" layoutpos="right"/>
                </Button>
                <Sizer id="atom(ProperTreeExpandoSizer)" sizingtarget="atom(ProperTreeLinksGroup)"
                    ReservedTarget="atom(ProperTreeModuleInner)" SlidesUpAndDown="true"
                    DownOrRightGrowsTarget="true" FramePersistType="2" layoutpos="top"/>
            </Element>
            <ProperTreeHost id="atom(ProperTreeHost)" width="170rp" layoutpos="client"
                padding="rect(1rp,0rp,3rp,0rp)" TopMargin="9" accessible="true"
                accname="resstr(0x8001, library(shell32.dll))"/>
        </Element>
        <Sizer id="atom(PageSpaceControlSizer)" sizingtarget="atom(ProperTreeModuleInner)"
            SlidesUpAndDown="false" FramePersistType="2" layoutpos="Right"/>
    </Element>
</duixml>
12  Help / Windows 7 / Re: Add an image property to navigation pane on: July 24, 2010, 10:17:20 pm
I modified shell32.dll to show favourite links
and add an image property in win7stylebuilder.
plz look at the attache. As you see, I delete the favorite links text.
13  Tips and Visual Styles / Tips and Tricks / How to set the contentalign property in UIFILEs? on: May 09, 2010, 08:38:28 am
I want to add contentalign property in 40960.txt.   but I don't know how to do.

I only found contentalign="topleft" and other values,

so how to set the property to read the halign and valign properties in  .msstyles file.

Like backgroud="themeable(dtb(ItemsView,0,0),window)" to read the imagefile in .msstyles file.


Plz forgive my poor English.
14  Main / Notices / Re: Windows Style Builder 1.6 XML Changes on: May 06, 2010, 03:09:31 pm
How can I upgrade?

Just edit the classmap.xml and classgroup.xml.

Look at my wsb.

15  Help / Windows 7 / the size of .msstyles file on: May 05, 2010, 01:20:38 pm
I made a theme, which the size of .msstyles file was over 4.5MB.

But I couldn't apply the theme. After I chose the theme, nothing happed.

Should the .msstyles file be 4MB at most?

Plz forgive my poor English.
16  Help / Windows 7 / Re: Add an image property to navigation pane on: April 25, 2010, 01:02:53 pm
I also want to know how to do that.

I just know how to change the folder's background when I change the view.

here is the effect. http://www.tudou.com/v/Om4WHMm6eB4



see also
   http://vistastylebuilder.com/forum/index.php?topic=1041.10
17  Help / Windows 7 / Re: Help!!!!!!!!! About Start Menu on: April 25, 2010, 12:58:49 pm
I changed the values of contentmargins. Thought it became transparent, it caused other problem.
18  Help / Windows 7 / Help!!!!!!!!! About Start Menu on: April 20, 2010, 12:18:06 pm
Look at the pic.png

I don't know why the part in the red box can't be transparent.

Which property should I add?
19  Windows Style Builder / Bug Reports / Re: Help, What is the cause of this? on: April 02, 2010, 03:02:26 pm
Thanks to Panda X and Ka-la.
20  Windows Style Builder / Bug Reports / Re: Help, What is the cause of this? on: April 02, 2010, 06:21:47 am
But when I change another account, it doesn't happen.

What should I do to avoid this.
21  Windows Style Builder / Bug Reports / Help, What is the cause of this? on: April 01, 2010, 10:22:49 am
Help~ Is it a bug?

When I clicked the test button, the explorer looks like this.
22  Help / Windows 7 / Re: help! How to change the text colors here on: March 30, 2010, 06:06:04 pm
Looking for it too.

and maybe they could be named as these.
 8     named attribute name(while save)
 9     named attribute value(while save)
  > 2  named editable(while save)
         
23  Help / Windows 7 / Re: help! How to change the text colors here on: March 30, 2010, 05:53:20 pm
I knew. I've found that in http://vistastylebuilder.com/forum/index.php?topic=950.0

and thank you for pointing 8 & 9
24  Help / Windows 7 / Re: help! How to change the text colors here on: March 30, 2010, 04:54:46 pm
I found.

Style > Flyoutstyle > <3> > <3>

It is strange.
25  Help / Windows 7 / Re: help! How to change the text colors here on: March 30, 2010, 04:29:37 pm
I've tried, but no luck.

BTW, how did you find the first one? By color?

And the "Show more details" is in the Preview Pane of Explorer

26  Help / Windows 7 / help! How to change the text colors here on: March 30, 2010, 01:47:23 pm
I've searched for a long time, but I hardly find the way to change the color.

Thank you for your attention.
27  Main / Notices / Re: Windows Style Builder 1.6 XML Changes on: March 30, 2010, 11:05:05 am
PandaX, I want to know how to edit xml file to make the start menu tree & Basic Window look like yours?

I've changed others, but I don't know how to change the start menu tree.

Thank you~

and I think the value noInheritParts should be true
<class description="Aero Superbar Taskband" name="TaskBand2Composited::TaskBand2" noInheritParts="false">

and here are some locations that may be helpful. Look at the attach. those locations haven't been named in 1.4.1 xml

In 1.png

             Style >Flyoutstyle > <3> > <3> TextColor is the textcolor of "Show More Details" in previewpane of explorer.

In Snap7.jpg

             Red: Taskbar & System Tray > System Tray > Basic > System Tray Icons Panel Flyout > 6             Fillcolor
             ①: Taskbar & System Tray > System Tray > Basic > System Tray Icons Panel Flyout > 5               Image
             ②: Taskbar & System Tray > System Tray > Basic > System Tray Icons Panel Flyout > 7               Image

Plz forgive my poor English.
28  Help / Windows 7 / Re: How to change the color of Compressed folder on: March 26, 2010, 10:17:35 pm
thank you~

so, do you mean we can not change the color with wsb?
29  Help / Windows 7 / How to change the color of Compressed folder on: March 26, 2010, 05:27:32 pm
As we know, the default color of compressed folder is blue. I want to change it with wsb.

I've look through the internet, and tried to change the AltColor in HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer
but it doesn't work.

Thank you for your attention.
30  Help / Windows 7 / Re: About Window Caption Text Color on: March 24, 2010, 06:13:47 am
Fonts, Colors & System Metrics > Fonts & System Metrics   InActiveCaptionText

As I see, the property only affect the MDIcaptiontext
31  Tips and Visual Styles / Tips and Tricks / Dwm Window > Frames > Fading > Top > Inactive on: March 24, 2010, 04:02:32 am
Untitled2.jpg  -  When it is going to exit the flip 3-d mode  (plz forgive my poor English )
Windows and Caption Buttons > Aero > Dwm Window > Frames > Fading > Top > Inactive

Unititled1.jpg & Unititled3.jpg
Windows and Caption Buttons > Aero > Dwm Window > Frames > Fading > Top > active





32  Help / Windows 7 / About Window Caption Text Color on: March 24, 2010, 03:50:46 am
Orange
Fonts, Colors & System Metrics > Fonts & System Metrics   CaptionText

Green
Windows and Caption Buttons > Aero > Dwm Window > Frames > Normal > Top > MaxInactive  TextColor

Windows and Caption Buttons > Aero > Dwm Window > Frames > Normal > Top > MaxActive    TextColor

======================

and my question is, how can I change the color of caption when the window isn't maximized.

I've tried to add TextColor property in Windows and Caption Buttons > Aero > Dwm Window > Frames > Normal > Top > Active
but it doesn't work.

Thanks for your attention.



33  Help / Windows 7 / Re: Where can I find these? on: March 22, 2010, 09:54:36 am
But the property can affect the color of other area, maybe we could find other path.
34  Help / Windows 7 / Re: Where can I find these? on: March 21, 2010, 05:06:28 am
pic2.jpg

Taskbar & System Tray > TaskBand > Aero > TaskBandExtendedUI > Horizontal > Thumbnails & Controls > ScrollBar

pic01.jpg

Background:
as you said

Others
Arrow:      Font & Color & System Metrics > font & system Metrics > BTNTEXT
Shadow:    Fonts, Colors & System Metrics > Fonts & System Metrics > BTNShadow:Color
Highlight:  Fonts, Colors & System Metrics > Fonts & System Metrics > BTNHighlight:Color
35  Help / Windows 7 / Re: Unknowns on: March 21, 2010, 03:36:29 am
Oh, I'm sorry, I misunderstood before.

Actually, I changed the textcolor in Explorer & Shell > Explorer > Items View > Items View > Unknown, then .. look at the attache.

but what you said is Explorer & Shell > Explorer > Items View > Items View > Subheader > Unknown



36  Help / Windows 7 / Re: Unknowns on: March 20, 2010, 06:50:07 pm
yeah. You're right.  And I also concentrate on the tree itself.

3am, can you send your .xml files to me. My email is hjykngiht@gmail.com

I tried to modify the .xml file, but I don't know what the id number of  Explorer & Shell > Explorer > Items View > Items View > Subheader > Unknown.

thanks.
37  Help / Windows 7 / Re: Unknowns on: March 20, 2010, 05:10:21 pm
 Sad But there is a difference...Maybe I should change the file by myself.
38  Help / Windows 7 / Re: Unknowns on: March 20, 2010, 04:55:28 pm
I installed the software in E:\AveApps\Windows Style Builder, and open the classgroups.xml in the folder Data\Win7 with notepad.

then you can see this.
39  Help / Windows 7 / Re: Unknowns on: March 20, 2010, 04:11:22 pm
oh, I'm sorry. maybe the version of mine is different. And the version of classgroup.xml is 1.4.1

I thought Unknow that you said was the same as Normal.

And who can send the newest classgroup.xml and classmap.xml to me. I want to translate these into Chinese.

I've translated these based on the 1.4.1 version. And I found there are a lot of bugs or errors in these files.


40  Windows Style Builder / Bug Reports / Re: A strange problem about Alpha PNG on: March 20, 2010, 08:34:31 am
I found after I changed alphathreshold to 128, the image looks like mosaic.

Pages: [1] 2
Powered by MySQL Powered by PHP Powered by SMF 1.1.12 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!