Show Posts
|
Pages: [1]
|
1
|
Tips and Visual Styles / Visual Styles / Re: DirectUI Discussion
|
on: March 18, 2010, 05:37:13 pm
|
Yes i figured out after that post I made how to get mouse over working. This is what I ended up and it worked for the most part but I noticed if I tried to use the default Aero theme with these edits Explorer would fail to load even though it worked with my visual style. Im not sure why that would happen but having these effects for me isnt worth having a broking Aero theme so I went back to the original explorerframe.dll. I might try again sometime later when I have more time. Thanks for all your help. <if active="keyboard"><if keyfocused="true"> <UIItemsView background="themeable(gtc(ItemsView, 0, 0, 3802), window)" foreground="themeable(gtc(ItemsView, 0, 0, 3803), windowtext)"/> </if> </if> <unless id="atom(FileName)"> <UIProperty foreground="themeable(gtc(ItemsView, 5, 0, 3803), windowtext)"/> <if selected="true"> <UIProperty foreground="themeable(gtc(ItemsView, 4, 1, 3803), highlighttext)"/> </if> <if MouseFocused="true"> <UIProperty foreground="themeable(gtc(ItemsView, 4, 1, 3803), highlighttext)"/> </if> </unless>
|
|
|
2
|
Tips and Visual Styles / Visual Styles / DirectUI Discussion
|
on: March 17, 2010, 10:07:50 pm
|
Ignore this post. My changes werent being saved correctly so I need to figure that out first.Reading all this xml is driving me crazy. I dont know how you guys do it. Using the below code I got the text color to change when selected but I cant figure out how to get it to change on mouse over. <if active="keyboard"><if keyfocused="true"> <UIItemsView background="themeable(gtc(ItemsView, 0, 0, 3802), window)" foreground="themeable(gtc(ItemsView, 0, 0, 3803), windowtext)"/> </if> </if> <unless id="atom(FileName)"> <UIProperty foreground="themeable(gtc(ItemsView, 5, 0, 3803), windowtext)"/> <if selected="true"> <UIProperty foreground="themeable(gtc(ItemsView, 4, 1, 3803), highlighttext)"/> </if> </unless>
If gone through the themes idas posted and I think this is the code that handles the highlighting but explorer fails to open when I try to use it. <if WindowActive="false"> <UIItem background="themeable(argb(0,0,0,0), highlight)"/> <if drophighlight="false"> <UIItem background="themeable(argb(0,0,0,0), highlight)"/> </if> <if mousefocused="true"> <UIItem background="themeable(argb(0,0,0,0), highlight)"/> </if> <UIImage background="themeable(dtb(ItemsView::ListView, 1, 5), highlight)"/> </if> <if WindowActive="true"> <UIItem background="themeable(argb(0,0,0,0), highlight)"/> <if drophighlight="true"> <UIItem background="themeable(argb(0,0,0,0), highlight)"/> </if> <if mousefocused="true"> <UIItem background="themeable(argb(0,0,0,0), highlight)"/> </if> <if keyfocused="true"> <UIItem background="themeable(argb(0,0,0,0), highlight)"/> </if> </if> <UIImage background="themeable(dtb(ItemsView::ListView, 1, 5), highlight)"/> </if>
Is there something Im missing?
|
|
|
4
|
Tips and Visual Styles / Visual Styles / DirectUI Discussion
|
on: March 17, 2010, 02:54:53 am
|
Any chance you can share with us how you did the following:
When foristance we select a folder as 'icon', we have separate mouse over image for the folder and other image for the text. When we select a folder as 'details' we can have stripes, and mouse over images like mac os X , blue hover and white text .
The blue hover with white text is what I really want to know.
|
|
|
8
|
Help / Windows 7 / Re: Back/Forward button alignment problem
|
on: December 05, 2009, 02:29:29 am
|
I finally figured this out. There's a nice little utility called difftool.exe that comes with VSB and using that I found the value that was causing the problem. It was Toolbars, Headers and Rebar:Toolbar:DropDownButton > Contentmargins:margins. Mine was set to 0,0,0,3 when it should have been 0,0,0,0.
Edited: ka-la is right. its contentmargins not sizingmargins.
|
|
|
9
|
Help / Windows 7 / Changing text color on mouseover ListItem
|
on: December 03, 2009, 12:33:14 am
|
I'm trying to get the text on a mouseover to change to white (see pic). Ive tried adding the textcolor:color property to ListItem:Hot and it doesn't seem to do anything. Can this be done in msstyles or is it a shellstyle thing or a combo of both? Oh and if possible the subtext too. Thanks.
|
|
|
10
|
Help / Windows 7 / Re: Back/Forward button alignment problem
|
on: November 25, 2009, 04:35:04 pm
|
Thanks for the response. I tried both positive and negative values but couldn't get the buttons to move at all. The surrounding area would shrink and eventually the buttons would get clipped off only. I know I never changed those and they are still on the original aero values of 0, 0, 0, 3.
The only thing I did change from the original theme in that area was the the addressband. I restored the original aero image and the original content and sizing margins.
|
|
|
|