|
Post a new topic
|
Style Builder issues
|
Hello,
I have some problems in style builder and I hope you can help me:
A) http://img113.imageshack.us/img113/7596/31886078cg8.jpg
I set the "Menu Bar" value to black, but some other windows use not the menu bar color, but the "Toolbarbackground" texture, which should remain bright. Problem is, that both bars use the same colour for the text, which I fit to the black background and it does not look right with the bright background. Can you somehow disconnect the text colour for both, using bright text for the black background and dark text for the bright background? Or is it possible to let the menu background, which uses the texture, use the menu bar colour?
B) http://img113.imageshack.us/img113/7870/98547730tr7.jpg
As you see, the green have to be bright grey at Nr.1 and dark grey/black at Nr.2, can you somehow disconnect both values aswell?
C) http://img72.imageshack.us/img72/5512/90570513lf6.jpg
Same problem, Nr.1 have to be bright grey and Nr.2 dark/black, but both use the same colour, can I assign separate colours for them somehow?
05:44 pm, Sunday, December 28, 2008 (6 months ago)
|
|
A) 1.add text color property to toolbar or toolbar button in stylebuider or 2. reshack the app
B) 3D edge have 4 different colors, 3D-light,inner-top right(or inner-bottom left as in sunken edge) 3D-hi-light,outer-top right(or outer-bottom left as in sunken edge) 3D-shadow,inner-bottom left(...) 3D-dark shadow,...
xp's menu use 3D-shadow as outline and separate's first line,3D-hi-light as separate's second line
but it could be used by any app's UI or even css style to match local theme,get 3Dcc and try it out,you will understand it soon,
but in this case,the upper No.1 is a groupbox ,it could use image texture instead in stylebuider
C) same as above
02:37 pm (6 months ago)
|
|
Thanks for the reply, I have no idea what all this means yet, but I hope to figure it out in the process.
08:47 am (5 months ago)
|
|
I came across another little problem, maybe you pro's know to solve?
D) http://img134.imageshack.us/img134/1315/70720403on8.jpg
1. I simply can not find where to change that text colour, I was able to change all of the text, but not this. Maybe it is associated with another value somewhere?
2. The buttons have the grey text colour, in StyleBuilder I set it to white and you can see it in SB like that, but the actual theme remain same. Is that a glitch?
05:32 pm (5 months ago)
|
|
No.1 is Editbox,No.2 is pushbutton,it both has sub property to define text color,if you can't add property in SB,try to edit the xml file in your project folder,like this
<PART Name="Pushbutton">
.......
<STATE Name="Defaulted"> <Property Name="TextColor" Value="120 120 120"/> [/STATE] <STATE Name="Disabled"> <Property Name="TextColor" Value="160 160 160"/> [/STATE] <STATE Name="Hot"> <Property Name="TextColor" Value="72 72 72"/> [/STATE] <STATE Name="Normal"> <Property Name="TextColor" Value="120 120 120"/> [/STATE] <STATE Name="Pressed"> <Property Name="TextColor" Value="72 72 72"/> [/STATE]
you can edit the xml based on whatever you need,as long as there's no apply error
04:19 am (5 months ago)
|
|
Thanks, that helped with some other things aswell. Can't believe I didn't find these button colours...
No.1 was meant the black text at the dark grey background, top of the editbox, maybe that picture is more clear:
http://img389.imageshack.us/img389/3048/21739660xt0.jpg
Indeed, the numbers inside the editbox (or is that listbox?) are black too, but editing the editbox/listbox (incl. the sub properties) seems not to help much.
Thanks again for your help.
By the way, this is my first real skinning attempt, is the WindowBlinds skin editor better than StyleBuilder? I remember from an "ancient" free WB editor that you could even edit some of the icons. Maybe I purchase WB and make a better skin, not sure yet.
01:00 am (5 months ago)
|
|
I think that's Y'Z shadow's dialog,isn't it,I check my own Y'Z shadow,those colors are also black,that I guess this could mean those colors are defined by the app itself,otherwise I'm not sure,this kind of problem is worse when you use a dark theme,a dark background is not consider as a default color scheme by most app
those icons you mentioned in WB could be reshacked in shell32.dll mostly,and some other system resources file
01:03 pm (5 months ago)
|
|
It is very good possible that some programs use their own text colour, but in my case it is a general problem. I noticed that it is the description text. As for the numbers in the edit/listbox, other windows use the normal window text for this, which works, but Y'Z Shadows maybe uses the description text for this, because it is black like the actual description text.
By the way, I wonder if it is possible to remove/change that WinXP logo you got at the top right of the window. I guess needs to be reshacked, too.
06:44 pm (5 months ago)
|
|
Ok, Y'z toolbar for the flag icon. ;)
06:51 pm (5 months ago)
|
|
Simply I just add test color property to almost everywhere needed in SB,not smart but useful,and won't cos apply error
the logo could be hidden by edit register or change through reshack
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar\ShellBrowser
google it,I don't recall the detail
10:33 pm (5 months ago)
|
Reply to this topic
You must register and become a member to post a reply.
|