Jump to content

Orange Plugin Question....


Recommended Posts

Guest nedge2k
Posted

Is it possible for the plugin to display unread sms etc.?

Basically i want to be able to go straight to a new sms (with auto delivery repot via key spoofs) AND display unread sms with the same plugin.

I haven't been able to figure it out so far...maybe im missing something?

Or should ii be using another plugin like one of the RJ plugins?

Guest drblow
Posted

You can do that quite easily with the O(range e200 plugin. YTou can use it to proxy the message display plugin aswell as use the shortcut to 'write a new message'.

 <!-- row1 col1: messages -->


  <shortcut width="100%">


 	 <plugin valign="center" padding-left="0" width="100%" height="16" handlekeys="FOCUS" clsid="{A2536C57-6AC2-4c31-9542-B144B0E9D077}">


 	 <format state="selected" padding-left="10" padding-right="3" padding-top="5" bgtext="transparent" bgcolor="transparent" />


 	 <format state="unselected" padding-left="10" padding-right="3" padding-top="5" bgcolor="transparent" />


    <format padding-left="10" padding-right="3" />


    <background bgcolor="transparent" valign="center"/> 	 


   	 <shortcut width="100%">


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


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


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


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


 	 </background>


 	 <label fgcolor="#000000" font-size="12" x="0" y="0">


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


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


          <text>VMail: <unreadVMail/></text> 


       	 </label> 


 	 <label fgcolor="#000000" font-size="12" x="45" y="0">


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


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


          <text>SMS: <unreadSMS/></text> 


         </label> 


 	 <label fgcolor="#000000" font-size="12" x="90" y="0">


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


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


          <text>EMail: <unreadEmail/></text> 


         </label> 


	</plugin>


    </shortcut>


 	 </plugin>


  </shortcut>

Add the above code to the Orange plugin, and then copy the 'write new message' plugin into the same column, next row down, and both will display on screen at the same time - and obviously give you 1 click access to the inbox too!! :D

Hope that is what you wanted!?

Guest ChrisJM
Posted

thats alot of code!

thanks!

Posted from my SmartPhone!

Guest nedge2k
Posted

Yes it is. Cheers Dr. Blow. You know...you should really come and chat in irc...you'd be a very handy bloke to have around :D

Guest nedge2k
Posted

I cant seem to get ths to work :D

This is the msg code:

 

clsid="{A2536C57-6AC2-4c31-9542-B144B0E9D077}">

   

   

 

 

   

keys="!Inbox.MainWnd;~200;-TSOFT1;~200;-T2;~200;-TSOFT2;~200;-T4;~200;-TACTION;~200;-TSOFT1"  

action="storageWindowsStart MenuMainInbox.lnk">

   

   

 

 

and this is the unread sms code:

                 

name="messages" height="144">

     

 

bgimage="StorageApplication DataHomeLH2Scrn3.gif"  

   valign="top" />

 

 

 

   

 

 

 

   

 

 

 

   

   

     

and thiis is what i came up with after ur suggestion:

 

       

clsid="{A2536C57-6AC2-4c31-9542-B144B0E9D077}">  

       

bgtext="transparent" bgcolor="transparent" />  

       

bgcolor="transparent" />  

             

                     

               

   

                 

name="messages" height="144">

     

 

bgimage="StorageApplication DataHomeLH2Scrn3.gif"  

   valign="top" />

 

 

 

   

 

 

 

   

 

 

 

   

   

     

 

             

       

 

     

 

   

keys="!Inbox.MainWnd;~200;-TSOFT1;~200;-T2;~200;-TSOFT2;~200;-T4;~200;-TACTION;~200;-TSOFT1"  

action="storageWindowsStart MenuMainInbox.lnk">

   

   

 

 

     

height="20">

 

 

   

 

 

x="131" y="3"/>

 

 

         

 

 

 

height="200"/>

But it doesnt seem to recognise the unread sms only the message plug ;) ne ideas?

Guest drblow
Posted

Hmm ... tricky!! :? You're trying to do this in a multi screen kind of idea, yeah?? I've never tried to use the orange plugin in this way - just to use it for one shortcut.

You could try this just for the message page -

<!-- row 1 -->


	<plugin height="16" width="100%" group="p" handlekeys="CHILD" clsid="{A2536C57-6AC2-4c31-9542-B144B0E9D077}">


  <format padding-left="0" padding-right="0" />


  <format state="selected" padding-left="0" padding-right="0" bgcolor="transparent"/>


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




  <!-- row1 col1: message count -->


  <shortcut width="100%">


 	 <plugin valign="center" padding-left="0" width="100%" height="16" handlekeys="FOCUS" clsid="{A2536C57-6AC2-4c31-9542-B144B0E9D077}">


 	 <format state="selected" padding-left="10" padding-right="3" padding-top="5" bgtext="transparent" bgcolor="transparent" />


 	 <format state="unselected" padding-left="10" padding-right="3" padding-top="5" bgcolor="transparent" />


    <format padding-left="10" padding-right="3" />


    <background bgcolor="transparent" valign="center"/> 	 


   	 <shortcut width="100%">


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


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


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


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


 	 </background>


 	 <label fgcolor="#000000" font-size="12" x="0" y="0">


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


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


          <text>VMail: <unreadVMail/></text> 


       	 </label> 


 	 <label fgcolor="#000000" font-size="12" x="45" y="0">


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


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


          <text>SMS: <unreadSMS/></text> 


         </label> 


 	 <label fgcolor="#000000" font-size="12" x="90" y="0">


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


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


          <text>EMail: <unreadEmail/></text> 


         </label> 


	</plugin>


    </shortcut>


 	 </plugin>


  </shortcut>




	<!-- row 2 -->


	<plugin height="23" width="100%" group="p" handlekeys="CHILD" clsid="{A2536C57-6AC2-4c31-9542-B144B0E9D077}">


  <format padding-left="0" padding-right="0" />


  <format state="selected" padding-left="0" padding-right="0" bgcolor="transparent"/>


  <background padding-right="0" />




  <!-- row2 col1: write message -->
 <!-- row2 col1: write message -->


  <shortcut  width="100%">


 	 <plugin height="15" width="100%" handlekeys="FOCUS" clsid="{A2536C57-6AC2-4c31-9542-B144B0E9D077}">


 	 <format state="selected" padding-left="17" padding-right="3" padding-top="5" bgtext="transparent" bgcolor="transparent"/>


 	 <format state="unselected" padding-left="17" padding-right="3" padding-top="5" bgcolor="transparent" />


    <format padding-left="17" padding-right="3" />


    <background bgcolor="transparent" imagesource="StorageApplication DataHomeplugin2.bmp"/>


    <shortcut width="100%" icon="-2" height="15" action="windowstmail.exe" args="-new" _keys="!Inbox.MainWnd;~50;-TSOFT1" _action="storageWindowsStart MenuInbox.lnk">


   	 <label>


      


      <text>Write a new message</text>


   	 </label>


    </shortcut>	


 	 </plugin>


  </shortcut>

Obviously if that works for the display, you'll have to adjust plugin heights and position accordingly. Not too sure if thats going to work. Let me know! :wink:

EDIT : soz, copying code seemed to go wrong - add the botoom portion of code for write message - continue at - know what I mean!!??

Guest nedge2k
Posted

Nope still not working ;) I tried the code in a couple of different combo's but either the page becomes two pages or one page with either the msg or sms plugin plus the carrier and iconbar.

I don't get it :lol:

Can you have a look at the theme for me? Its Richie M's LHv2 (available here) and my xml which is modded to work properly on the e200. The versiion attached is the last working version but the graphics go a bit funny when the page being displayed contains the orange plug...strange.

Cheers Doc :D

LH2.home.zip

Guest ChrisJM
Posted

Weird, that should actually work! il take a look for ya :D

Guest drblow
Posted

nedge2k - I have been having a look at the xml file, & I'm just a bit unclear as to what you want to achieve. Do you want one page (200pixels height) to show only the message count plugin, the e200 shortcut to 'write new message', carrier & iconbar ??

If so, I'm not too sure what to do, coz the only way I have gotten the e200 plugin to work is having shortcuts, associated with icons, and grouped with proxy-ed plugins/keyclicks. I don't even know if that makes sense!! :twisted:

Thing is tho - I can't seem to download Richie's longhorn theme, as the zip file is corrupted everytime!! :?

Guest nedge2k
Posted

Yep thats what im trying to achieve. Ill attach the homescreen. Don't worry if you cant figure it out...i'll jus make do with it on page one :wink:

Cheers mate.

LHv2Theme.CAB

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.