Guest wilburburns Posted October 1, 2006 Report Posted October 1, 2006 OK, I am trying to customize my homescreen a bit, but I have a few questions about E-mail Accounts. Here's some Background info concerning Accounts and such. I have the standard Text messaging Outlook E-mail (using Active Sync) Then I have 3 other Accounts which I check on my phone. I'll Call Them IMAP1:, IMAP2:, IMAP3 Currently, My Home Screen layout is the MS Wireless Default, which Shows Text Messages in one Plugin (Always Displays), Outlook E-mail in another Plugin (Displays when an unread e-mail is in the Inbox), and another Plugin, which displays ALL Others (And Displays each account name when an unread message is in that Inbox). My Code.... <plugin clsid="{8486CC1E-025B-4888-9C76-048DF7C1787D}" name="msgcount2" height="25" autoheight="false"> <background> <format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT"/> </background> <mail account="sms"/> </plugin> <plugin clsid="{8486CC1E-025B-4888-9C76-048DF7C1787D}" name="msgcount2" height="25" autoheight="false"> <background> <format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT"/> </background> <mail account="activesync"/> </plugin> <plugin clsid="{8486CC1E-025B-4888-9C76-048DF7C1787D}" name="msgcount2" height="25" autoheight="true"> <background> <format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT"/> </background> <text padding-bottom="5"/> <mail account="others"/> </plugin> What I would like to do is combine those three Plugins, so that I could format my loyout like the following. Text Messages: Outlook Email: IMAP1: IMAP2: IMAP3: Then beside that info, a number would relate to any UNREAD Message in each account. Is this possible with the msgcount2 plugin, or Do I need some other plugin? Also, is it possible to have each account always show on the home screen with the current layout? Basically show the account name and unread messages at all times, instead of disappearing when UNREAD="0" Thanks, Cliff
Guest wilburburns Posted October 4, 2006 Report Posted October 4, 2006 HMMM.. Lots of views, but no responses... Cliff
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now