Jump to content

Recommended Posts

Guest rasncain
Posted

OK so yes I know nothing about XML, I am trying to simply make a few changes to my home screen to accomplish some things that I feel personally I would find more functional.

My first question has to do with the following code I am using:

<!-- Messages -->

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

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

  <label><text x="0" fgcolor="COLOR_HOMETEXT" font-size="12" font-weight="medium">VMail:</text></label>

  <label><text x="35" fgcolor="COLOR_HOMETEXT" font-size="12" font-weight="medium"><unreadVMail/></text></label>

  <label><text x="60" fgcolor="COLOR_HOMETEXT" font-size="12" font-weight="medium">EMail:</text></label>

  <label><text x="95" fgcolor="COLOR_HOMETEXT" font-size="12" font-weight="medium"><unreadEmail/></text></label>

  <label><text x="120" fgcolor="COLOR_HOMETEXT" font-size="12" font-weight="medium">SMS:</text></label>

  <label><text x="155" fgcolor="COLOR_HOMETEXT" font-size="12" font-weight="medium"><unreadSMS/></text></label>

	</plugin>

This code simply makes one small line showing me some messaging stats. What I would love to do, but unsure if it is possible with simple XML code, is to make each item clickable. So, I scroll to the line, then select one of the items "Vmail, Email or SMS" and be able to click on it and take me to the appropriate application. Vmail should dial voicemail, Email and SMS could simply take me to the main messaging screen where I can then select one or the other, or it could take me to the actual inbox of the specific selection.

Anyone know if this can simply be done with XML code or is it much more involved. If it can does anyone know how I might make this happen? Some examples or anything would be greatly appreciated.

Guest SinisterJunkie
Posted

What your trying to do would be nice but is not possible with any of the messaging plugins that I have seen. The messaging plugin is only selectable as a whole. A new messaging plugin would need to be written in order to add the individual selection capability that your looking for.

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.