Jump to content

Recommended Posts

Guest gguemez
Posted

Hi,

I wonder if you can help me with this. I have a e200 without the Orange dll, I have been trying to install the DX homescreen but without success. Do you think it is possible to use your plugin instead? Could you give me some idea on how the parameters would translate from one to the other.

The DX plugin code is the following ...

<!-- PAGE 6 (INTERNET EXPLORER) -->




	<plugin clsid="{A1536C57-6AC2-4c31-9542-B144B0E9D076}" name="iexplore" height="20">


  <shortcut  width="0%" icon="64" action="Windowsiexplore.exe">


 	 <text></text>


  </shortcut>


	</plugin>




	<plugin clsid="{E09043DF-510E-4841-B652-388316977A7A}" name="spacer" height="180">


  <background b-border-width="0" valign="bottom" bgimage="IPSMApplication DataHomedx_osxdx_osx_06.jpg"/>


  <label font-size="11" x="61" y="123" fgcolor="#505050"> 


 	 <text lang="0x0409">Internet Explorer</text>


 	 </label> 


  <label font-size="11" x="60" y="122" fgcolor="#FFFFFF"> 


 	 <text lang="0x0409">Internet Explorer</text>


 	 </label> 


	</plugin>






	<plugin clsid="{E09043DF-510E-4841-B652-388316977A7A}" name="spacer" height="200"/>

Guest statscat
Posted

Hi,

I'm not Remy J but I can help fix the problem with you code.

The plugin has a different classid on the E200 as its altered since the original SPV.

try using

A2536C57-6AC2-4c31-9542-B144B0E9D077

instead of

A1536C57-6AC2-4c31-9542-B144B0E9D076

as the ClSID and it should work fine. It might well load a "?" as the icon as

I am not sure if the E200 plugin supports the same resources as the SPV/E100

SPV/ E100 Original Shortcut / Shortcut 2002

<plugin clsid="{A1536C57-6AC2-4c31-9542-B144B0E9D076}" name="iexplore" height="20"> 


      <shortcut  width="0%" icon="64" action="Windowsiexplore.exe"> 


         <text></text> 


      </shortcut> 


   </plugin>
E200 Proxy Send Keys Shortcut / Shortcut 2003
<plugin clsid="{A2536C57-6AC2-4c31-9542-B144B0E9D077}" name="iexplore" height="20"> 


      <shortcut  width="0%" icon="64" action="Windowsiexplore.exe"> 


         <text></text> 


      </shortcut> 


   </plugin>

Guest RemyJ
Posted

gguemez: Did statscat's suggestion work for you?

Guest gguemez
Posted

No, unfortunately no. I am using a Microsoft only phone, so it doesnt have the Orange plugin. I can either try to find to find, see if there is a MS plugin that would work or use your code ...

Anyways, any help will be much appreciated.

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.