Jump to content

Orange plugin - stuck in making a "sub" plugin unselectable and mms count viewing...


Recommended Posts

Posted

Hi

after some readings on this forum (specialy this topic), I finaly managed to make what I wanted on my homescreen, using the old "4orangeH" plugin.

so I've got actually at the bottom a line with 4 plugins : 2 shortcut icons and 2 values (missed calls / sms-mms count).

unfortunatly, as I managed to have the icons selecable (link to call history / sms app), I'd like to have text values unselectable. tried various ways, like or , but no result.

also, I've got a little problem, as mms count don't show (blank space after "0 -" near mail icon), despite I've 1 (read, but same if mark unread..) in the MMS inbox.

above capture of my homescreen, and partial code.

Thanks for any help. :)

sea.gif

<!-- orange plugin... -->

<plugin handlekeys="FOCUS" focus="child" highlight="COLOR_HOMEHIGHLIGHT" clsid="{A2536C57-6AC2-4c31-9542-B144B0E9D077}" height="18" width="146" group="g"> 

	<format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT" /> 

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


  <!-- call Plugin -->

	<shortcut imagesource="\Application Data\home\barb.dll" icon="0" width="16" action="\Windows\Start Menu\Call History.lnk"></shortcut> 

	<shortcut width="40" height="16" focus="none" >

		<format state="selected" bgcolor="transparent" /> 

		<plugin clsid="{0BA8ABB8-1F1D-417f-88C6-DA8530E2E7A6}" name="MissedCalls" height="16" width="40" selectable="false">

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

			<format state="nocall" visible="true"/> 

			<label x="5" y="0" fgcolor="#FDFCc0" bgcolor="transparent" font-weight="bold" font-size="20">

			<text><calls /></text>

			</label>

		</plugin>

	</shortcut>


  <!-- SMS/MMS Plugin -->

	<shortcut imagesource="\Application Data\home\barb.dll" icon="1"  width="16" action="\Windows\sms.lnk" ></shortcut> 

	<shortcut width="40" height="16" >

		<plugin clsid="{2F930BF0-6FE9-4a53-9E17-88E9247BAB48}" name="SMScount" height="16" width="40" selectable="false">

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

			<format state="selected" bgcolor="transparent" /> 

			<label y="0" x="5" fgcolor="#FDFCc0"  bgcolor="transparent" font-weight="bold" font-size="20">

				<text><unreadSMS /> - <unreadMMS /></text>

			</label>

	 	</plugin>

	</shortcut>

</plugin>

Posted (edited)
also, I've got a little problem, as mms count don't show (blank space after "0 -" near mail icon), despite I've 1 (read, but same if mark unread..) in the MMS inbox.

above capture of my homescreen, and partial code.

Hi

Partially answered : doesn't work on C600 device cauz of wrong pointer to registry.. must use msgcount2 plugin like this

<!-- MMS Plugin -->

<plugin clsid="{8486CC1E-025B-4888-9C76-048DF7C1787D}" name="msgcount2" height="18" autoheight="true">

	<background>

		<format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT" />

	</background>

	<mail account="others"/>

</plugin>

still hoping for an idea regarding orange plugin :D

Edited by scudo

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.