View Single Post
  #103 (permalink)  
Old 07-06-2007, 09:15 AM
hotrod's Avatar
hotrod
N00b
Offline
 
Join Date: Jan 2007
Posts: 27
Reputation: 0
hotrod is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Do what? Change the color of the fonts or have horizontal tabs?

To change the tab order; Open PB's options. Select General options. Select "Tabs Bar" tab and uncheck 'Paint Vertical Tabs'

To change font colors open Son-of-Commuter-240.wpl with Notepad and look for items to change the font color.

Original for City Name.
Quote:
;TEXT
#CITY#
W-86,9,84,20,C
Tahoma,14,BOLD GLOW-65-65-65 GLOWEXPAND-1,255-255-255
My version for City Name.
Quote:
TEXT
#CITY#
W-86,9,84,20,C
Tahoma,14,BOLD GLOW-255-255-255 GLOWEXPAND-2,0-0-0
I also changed the GlowExpand from -1 to -2 it makes the glow around the letters bigger. The Glow-255-255-255 refers to what color the "Glow" around the letters should be.

Go through many of those and change them. Then save it and load it to your PPC. You may have to close WP first. Also if you rename your new layout to something else, like Son-of-Commuter-By-Me.wpl you will need to open cam_layout.wpx with Notepad and change;
Quote:
;WINDOW-0
W-79,2
weather.png
Son-of-Commuter-240.wpl
0,0,W,H
CHANGELAYOUT
to
Quote:
;WINDOW-0
W-79,2
weather.png
Son-of-Commuter-By-Me.wpl
0,0,W,H
CHANGELAYOUT

I also changed some highlighting behind the 4 forecast panels. But that's more work. If Storyr is willing and there is demand I can post my files to help others out.
Reply With Quote