Show Posts
|
Pages: [1] 2
|
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", 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" And Can you tell us in details? I defined Alttab in Chinese, but I don't know what you defined. <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 <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.
|
|
|
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 <Element layoutpos="client" layout="borderlayout()" background="dtb(Propertree,2,0)"> the background of tree was still affected by fillcolor.
|
|
|
10
|
Help / Windows 7 / Re: Add an image property to navigation pane
|
on: July 24, 2010, 10:45:19 pm
|
...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. <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>
|
|
|
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.
|
|
|
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.
|
|
|
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.
|
|
|
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.
|
|
|
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.
|
|
|
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.comI 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
|
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.
|
|
|
|