Jump to content

Recommended Posts

Guest dony_nevada
Posted

Folks, i have a question here. Hope all the masters can show me the way.. :)

I know that you can change your phone profile just by clicking at text or image in the main screen because you already specify the plugin for that right? Now, how can i open internet explorer (or windows media player, File manager) with just one click at the main screen?

Anybody know the plugin code?

Thanks a lot!

Guest salavat
Posted

The quickest way is by adding a speed dial. For the windows media player you can actually download a plugin (there is a link to somewhere in the forums) and then edit your homescreen XML file to include that plugin (very handy indeed).

Guest drblow
Posted

If you have an e200 then you could use homescreen shortcuts to access ANY app you want. Have a look at this theme ... click it

Guest statscat
Posted
If you have an e200 then you could use homescreen shortcuts to access ANY app you want.  Have a look at this theme ... click it

and if you need to you can send keys to that application so it carries out a task. e.g. Send/ Receive Email

Its a great work around for the email polling issue that people face on the E200 as it makes it a one click action to check for new mail.

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


            <format state="selected" padding-left="4" padding-right="4" bgcolor="COLOR_HOMEHIGHLIGHT" /> 


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


            <background bgcolor="transparent"/> 


            <shortcut width="100%" icon="-2" height="20" action="windowstmail.exe"    keys="!Inbox.MainWnd;~150;-TSOFT2;~100;-T0;~100;-T4;~100;-TSOFT2;~100;-T9;~100"> 


               <label> 


                  <text lang="0x0409">Send/Receive Email</text> 


                  <text lang="0x0809">Send/Receive Email</text> 


                  <text lang="0x040c">Send/Receive Email</text> 


                  <text lang="0x0406">Send/Receive Email</text> 


                  <text lang="0x0413">Send/Receive Email</text> 


                  <text>Send/Receive Email</text> 


               </label> 


            </shortcut>    


         </plugin>

(typo edited to fix -T0;~000 to -T0;~100)

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.