Jump to content

Recommended Posts

Posted

In an xml I have made, the msg plugin is showing the count for SMS in the default COLOR_HOMETEXT (which is set to black) when unselected - even tho I have told it to display as light grey when unselected. It works for the other 2 (email & VM) but the SMS stays on black.

Anybody help me with this??

Code here -

<plugin clsid="{2F930BF0-6FE9-4a53-9E17-88E9247BAB48}" name="smscount" height="32"> 


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


	<format state="unselected" halign="left" bgcolor="transparent" fgcolor="cccccc"/>


	<format state="selected" halign="left" bgcolor="transparent" font-weight="bold" bgimage="IPSMApplication DataHomebionic_msg.jpg"/>


	</background>


	<label y="10" x="49" w="40" h="16">


	<format state="selected" bgcolor="transparent" fgcolor="#6699cc" />


	<format state="unselected" bgcolor="transparent" fgcolor="cccccc" /> 


            <text><unreadSMS/></text> 


         </label> 


	<label y="10" x="72" w="50" h="16">


	<format state="selected" bgcolor="transparent" fgcolor="#6699cc" />


	<format state="unselected" bgcolor="transparent" fgcolor="#cccccc" /> 


            <text><unreadVMail/></text> 


         </label> 


	<label y="10" x="95" w="50" h="16">


	<format state="selected" bgcolor="transparent" fgcolor="#6699cc" />


	<format state="unselected" bgcolor="transparent" fgcolor="#cccccc" /> 


            <text><unreadEmail/></text> 


         </label> 


	</plugin>

Posted

from memory, at 1am. there is an issue in this plugin so i don't think it's your text, Try making the default selected and unselected options grey and black. This Might override the problems in the plugin. (this plugin has about 3 errors when in use.. but the alternative one does not display correctly either!)

(remove the colorcodes from the individual items or else you could try setting the format only once (it should carry right thru the plugin.

Cannot actually test, as phone is dead!

Will

Posted

SPOTTED IT!

ok simple you are missing the preceeding # in the first declarations!

<format state="unselected" halign="left" bgcolor="transparent" fgcolor="cccccc"/>

also add the fgcolor to the format state = "selected" and then remove from the individual elements...

Will

Posted

Excellent! Cheers Will!

It's always something simple innit?! :oops:

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.