Guest drblow Posted September 12, 2003 Report Posted September 12, 2003 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>
Guest Will Posted September 15, 2003 Report Posted September 15, 2003 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
Guest Will Posted September 16, 2003 Report Posted September 16, 2003 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
Guest drblow Posted September 16, 2003 Report Posted September 16, 2003 Excellent! Cheers Will! It's always something simple innit?! :oops:
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now