VistaStyleBuilder

Help => Windows 7 => Topic started by: CoLnE on September 27, 2010, 02:52:37 pm



Title: Commandmodule Shadow text color
Post by: CoLnE on September 27, 2010, 02:52:37 pm
i want to know how to add color to the text shadow in commandmodule, someone told that you can edit the uifile and add in stylebuilder to commandmodule 3,1 glowintensity and glowsize and glowcolor but i dont know how and what to write in uifile.

HERE IS THE ORIGINAL UIFILE CODE

<Button3d

background="dtb(CommandModule, 3, 1)"

foreground="gtc(CommandModule, 3, 1, 3803)"

padding="rect(13rp, 5rp, 13rp, 5rp)"

PressedPaddingShift="1rp"

font="gtf(TEXTSTYLE, 4, 0)"  I gues that here i have to make the changes

/>


Title: Re: Commandmodule Shadow text color
Post by: 3am on September 27, 2010, 03:26:09 pm
Read http://vistastylebuilder.com/forum/index.php?topic=1209.0



Title: Re: Commandmodule Shadow text color
Post by: CoLnE on September 27, 2010, 04:55:14 pm
Read http://vistastylebuilder.com/forum/index.php?topic=1209.0



i have made that, i have succeded to add the shadow but my only problem is the color ... i want to make the shadow to be white


Title: Re: Commandmodule Shadow text color
Post by: 3am on September 27, 2010, 05:07:51 pm
i have made that, i have succeded to add the shadow but my only problem is the color ... i want to make the shadow to be white

Add white Glowcolor:Color to CommandModule > 3 > 1 ?


Title: Re: Commandmodule Shadow text color
Post by: CoLnE on September 27, 2010, 07:31:15 pm
Add white Glowcolor:Color to CommandModule > 3 > 1 ?

yes and it didnt work  :(


Title: Re: Commandmodule Shadow text color
Post by: rajtheeban on September 27, 2010, 07:33:41 pm
And you can directly modify the intensity of the shadow in your shellstyle file (not need to add the "glowintensity" property in win7 style builder, if this doesn't work)

Just add :

Quote
fontstyle="shadow"
shadowintensity="50" (for example or more)

for the shadow's color, I don't know if it's possible ...