Jump to content

Recommended Posts

Guest nevawlkalone
Posted

Hi all,

1, How do i change the following piece of code so that, when i select it on the homescreen, it appears bold therfore standing out against the rest of the other pieces of text.

<!-- Profile Plugin -->

font-size="12" font-weight="bold" >

Profile:

2, How can i change the font of the soft keys? i have seen it on a couple of home screens and was wondering hoe this was done!

By the way this is all for the c550!

Thanks in advance

M

Guest SinisterJunkie
Posted

Try the following. It adds the format state="selected" within the node.

<!-- Profile Plugin -->

	<plugin clsid="{95976968-45D5-40c9-9779-2B859B1C2FEC}" name="Profile" height="25">

  <background b-border-width="0">

 	 <format state="unselected" />

  </background>

  <label x="3" y="9" halign="left" bgcolor="transparent" fgcolor="COLOR_HOMETEXT" font-size="12" font-weight="bold" >

 	 <format state="selected" bgcolor="transparent" font-weight="bold" fgcolor="COLOR_HOMETEXT"/>

 	 <text>Profile: <profile/></text>

  </label>

	</plugin>

Guest nevawlkalone
Posted
Try the following.  It adds the format state="selected" within the node.

<!-- Profile Plugin -->

	<plugin clsid="{95976968-45D5-40c9-9779-2B859B1C2FEC}" name="Profile" height="25">

  <background b-border-width="0">

  	<format state="unselected" />

  </background>

  <label x="3" y="9" halign="left" bgcolor="transparent" fgcolor="COLOR_HOMETEXT" font-size="12" font-weight="bold" >

  	<format state="selected" bgcolor="transparent" font-weight="bold" fgcolor="COLOR_HOMETEXT"/>

  	<text>Profile: <profile/></text>

  </label>

	</plugin>

<{POST_SNAPBACK}>

You sir are a genius!!!

How did you manage to get that? Every time i tried the code it refused to work!!!!!

Cheers Man

M

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.