Vista Style Builder

   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: can anyone help me?  (Read 11012 times)
gaLLopa09
Beginner
*
Posts: 5


View Profile
« on: August 28, 2009, 03:32:29 pm »



hi all!
how can i hide the part which is seen in picture?
Logged
3am
Beta Tester
Dedicated Helper
*
Posts: 2408



View Profile
« Reply #1 on: August 28, 2009, 07:26:56 pm »

You would have to go into the shellstyle and make the background and text the same color as what's around it. Such as proper tree module, host, and links header. If you get rid of that expando button let me know how you did it.
Logged
gaLLopa09
Beginner
*
Posts: 5


View Profile
« Reply #2 on: August 28, 2009, 09:08:53 pm »




i did it like you say...  "Folders" text colour and  the background color is same. to change "Folders" text color:
in reshack open shelstyle.dll and find "propertreeheader". at the first result like that:

</if>
<if id="atom(ProperTreeHeader)">
<Element background="argb(0,0,0,0)" contentalign="middleleft" padding="rect(9rp, 0rp, 0rp, 0rp)" />
</if>
<if id="atom(ProperTreeHeaderExpand)">
<Button background="themeable(dtb(PROPERTREE, PTP_FOLDERSHEADER, FHS_NORMAL),  window)"
foreground="themeable(argb(255, 94, 125, 166),                           windowtext)"
padding="rect(0rp, 6rp, 0rp, 5rp)"
/>
<if mousefocused="true">
<Button background="themeable(dtb(PROPERTREE, PTP_FOLDERSHEADER, FHS_HOT),     highlight)"
foreground="themeable(argb(255, 94, 125, 166),                           highlighttext)"
/>
</if>
<if keyfocused="true">
<Button background="themeable(dtb(PROPERTREE, PTP_FOLDERSHEADER, FHS_HOT),     highlight)"
foreground="themeable(argb(255, 94, 125, 166),                           highlighttext)"
/>
</if>
<if pressed="true">
<Button background="themeable(dtb(PROPERTREE, PTP_FOLDERSHEADER, FHS_PRESSED),  hotlight)"
foreground="themeable(argb(255, 94, 125, 166),                            highlighttext)"
/>
</if>
</if>
<if id="atom(ProperTreeHeaderCollapse)">
<Button background="themeable(dtb(PROPERTREE, PTP_FOLDERSHEADER, FHS_NORMAL),  window)"
foreground="themeable(argb(255, 94, 125, 166),                           windowtext)"
padding="rect(0rp, 6rp, 0rp, 5rp)"
/>
<if mousefocused="true">
<Button background="themeable(dtb(PROPERTREE, PTP_FOLDERSHEADER, FHS_HOT),     highlight)"
foreground="themeable(argb(255, 94, 125, 166),                           highlighttext)"
/>
</if>
<if keyfocused="true">
<Button background="themeable(dtb(PROPERTREE, PTP_FOLDERSHEADER, FHS_HOT),     highlight)"
foreground="themeable(argb(255, 94, 125, 166),                           highlighttext)"
/>
</if>
<if pressed="true">
<Button background="themeable(dtb(PROPERTREE, PTP_FOLDERSHEADER, FHS_PRESSED),  hotlight)"
foreground="themeable(argb(255, 94, 125, 166),                            highlighttext)"
/>




"themeable(argb(255, 94, 125, 166)"
expressions are changes the text color but i dont know which is highlight which is normal status.
so my "255, 94, 125, 166" color selection has same color as the background. you can change the "Folders" text color
by changing this arguments.

background is been changing in vsb. explorer&shell-->shell-->propertree


(sorry for my bad english)
Logged
3am
Beta Tester
Dedicated Helper
*
Posts: 2408



View Profile
« Reply #3 on: August 29, 2009, 02:36:40 pm »

Glad to help. Still can't get rid of the arrow! Tried recoloring and replacing bitmaps 121 and 122. No luck. Same for deleting. That stuff about button background is Martian to me Huh?
Logged
gaLLopa09
Beginner
*
Posts: 5


View Profile
« Reply #4 on: August 29, 2009, 03:25:15 pm »

yes, im working for hidin arrow, too... if i succeed i will tell  Sad
Logged
rajtheeban
Beta Tester
Dedicated Themer
*
Posts: 192


View Profile WWW
« Reply #5 on: August 29, 2009, 05:20:51 pm »

suggestion (i don't know if it works !)

Try to replace that:

<style resid="propertreestyle">
<ProperTreeModule
background="themeable(argb(255, 255, 255, 255), window)"
foreground="themeable(argb(255, 86, 86, 86), windowtext)"
/>
<CommonPlacesHost
background="themeable(argb(255, 252, 252, 252), window)"
foreground="themeable(argb(255, 86, 86, 86), windowtext)"
padding="rect(5rp,0rp,8rp,0rp)"
/>
<ProperTreeHost
fontsize="sysmetric(DSM_ICONFONTSIZE)"
fontweight="sysmetric(DSM_ICONFONTWEIGHT)"
fontstyle="sysmetric(DSM_ICONFONTSTYLE)"
fontface="sysmetricstr(DSMS_ICONFONTFACE)"
animation="rectangle|s|fast"
background="themeable(argb(255, 252, 252, 252), window)"
foreground="themeable(argb(255, 0, 0, 0), windowtext)"
padding="rect(5rp,0rp,8rp,0rp)"
/>





By that:

<style resid="propertreestyle">
<ProperTreeModule
background="themeable(argb(255, 255, 255, 255), window)"
foreground="themeable(argb(255, 86, 86, 86), windowtext)"
/>
<CommonPlacesHost
background="themeable(argb(255, 252, 252, 252), window)"
foreground="themeable(argb(255, 86, 86, 86), windowtext)"
padding="rect(5rp,0rp,8rp,0rp)"
/>
<ProperTreeHost
height="0rp"
/>


Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.12 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!