PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   Windows Mobile Software (http://forum.ppcgeeks.com/forumdisplay.php?f=23)
-   -   Opera 6.5 panel for Titanium v.2 (http://forum.ppcgeeks.com/showthread.php?t=64863)

havox22 04-14-2009 03:57 AM

Opera 6.5 panel for Titanium v.2
 
1 Attachment(s)
Opera Favorites panel with auto import

Changed:
v.2
- added CondensedPage into cab install

Here's a new panel for testing. showaco added a mortscript to handle the import of your bookmarks from opera 9.5. I don't know if it works with all versions of opera or not. The script reads the opera6.adr file located in \Windows\Opera9 folder to get bookmark list. It launches links by calling on opera at \Windows\OperaL.exe. Test it out, and I can add more features if it works.

Install:
REQUIRES MORTSCRIPT,
if you have titaniumweather installed, then you are already good to go.
1. Install cab file
2. Add it to your plugin list in the registry at HKLM\Software\Microsoft\CHome\ExtensibilityXML
3. Restart Windows Default(CHOME) plugin from Settings\Today\Items
4. Go to newly added opera favorites panel and click right soft key to import your opera bookmarks. Press panel to open links in Opera.

http://www2.mediafire.com/imgbnc.php...5a86123c6g.jpg

for qvga
QVGA version tested on Vogue or
Add these layouts to your Titanium_240x320.cpr and Titanium_320x240.cpr;

Titanium_240x320.cpr

Code:

<!-- Opera layout templates -->
  <Layer ID="OperaExpanded" Visible="False" Width="240" Height="82" Clip="False">
    <Layer ID="Page" Clip="False">
      <!-- Large icon in upper right -->
      <Image ID="Icon" Left="188" Top="-13" Width="43" Height="57" ScaleStyle="Stretch" />
      <Text ID="Name" Left="20" Top="22" Width="170" Height="21" FontFamily="Tahoma" FontSize="10" FontStyle="Bold"  Wrap="False" VerticalAlignment="Top" Trimming="EllipsisCharacter">
          <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
          <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
        </Text>
      <Text ID="URL" Left="20" Top="40" Width="215" Height="30" FontFamily="Tahoma" FontSize="8" FontStyle="Regular"  Wrap="True" VerticalAlignment="Top" Trimming="EllipsisCharacter">
          <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
          <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
        </Text>
    </Layer>
  </Layer>
  <Layer ID="OperaCondensed" Visible="False" Width="240" Height="34">
    <Layer ID="Page">
      <!-- Condensed Line 1 -->
      <Text ID="PluginLabel" Left="10" Top="4" Width="220" Height="34" FontFamily="Tahoma" FontSize="18" FontStyle="Regular"  Wrap="False" VerticalAlignment="Top" Trimming="EllipsisCharacter"  InnerTextType="Resource" Text="cmhomeres.dll,1025">
        <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
        <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
      </Text>
    </Layer>
  </Layer>

Titanium_320x240.cpr

Code:

<!-- Opera layout templates -->
  <Layer ID="OperaExpanded" Visible="False" Width="320" Height="82" Clip="False">
    <Layer ID="Page" Clip="False">
      <!-- Large icon in upper right -->
      <Image ID="Icon" Left="250" Top="-13" Width="43" Height="57" />
      <Text ID="Name" Left="20" Top="22" Width="230" Height="21" FontFamily="Tahoma" FontSize="10" FontStyle="Bold"  Wrap="False" VerticalAlignment="Top" Trimming="EllipsisCharacter">
          <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
          <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
        </Text>
      <Text ID="URL" Left="20" Top="40" Width="230" Height="30" FontFamily="Tahoma" FontSize="8" FontStyle="Regular"  Wrap="True" VerticalAlignment="Top" Trimming="EllipsisCharacter">
          <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
          <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
        </Text>
    </Layer>
  </Layer>
  <Layer ID="OperaCondensed" Visible="False" Width="640" Height="68">
    <Layer ID="Page">
      <!-- Condensed Line 1 -->
      <Text ID="PluginLabel" Left="10" Top="4" Width="220" Height="34" FontFamily="Tahoma" FontSize="18" FontStyle="Regular"  Wrap="False" VerticalAlignment="Top" Trimming="EllipsisCharacter"  InnerTextType="Resource" Text="cmhomeres.dll,1025">
        <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
        <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
      </Text>
    </Layer>
  </Layer>

original thread here



ou2mame 04-14-2009 04:57 AM

Re: Opera6.5 panel for Titanium
 
any chance you could do this for iris?

havox22 04-14-2009 05:26 AM

Re: Opera6.5 panel for Titanium
 
i did not make this u can ask showaco here http://forum.xda-developers.com/showthread.php?t=481379

TheDude1120 04-14-2009 10:57 AM

Re: Opera 6.5 panel for Titanium
 
the plugin name should be COpera; correct? because this isnt working for me

jatekung 04-14-2009 01:38 PM

Re: Opera 6.5 panel for Titanium
 
Quote:

Originally Posted by TheDude1120 (Post 847744)
the plugin name should be COpera; correct? because this isnt working for me

I think plugin name Opera is correct.

MikeElGiga23 04-14-2009 01:51 PM

Re: Opera 6.5 panel for Titanium
 
is it vga only??

Hafrust 04-14-2009 01:55 PM

Re: Opera 6.5 panel for Titanium
 
Quote:

Originally Posted by mike20pr (Post 848088)
is it vga only??

In the original thread at xda, information was posted today on how to alter your .cpr files to make this work on qvga devices. Here's the link to that post.

havox22 04-14-2009 07:25 PM

Re: Opera 6.5 panel for Titanium
 
new version up
Changed:
v.2
- added CondensedPage into cab install

InvincibleLiving 04-15-2009 02:14 AM

Re: Opera 6.5 panel for Titanium
 
Quote:

Originally Posted by havox22 (Post 848845)
new version up
Changed:
v.2
- added CondensedPage into cab install

you've been thanked, this is tight!!

redd214 04-15-2009 07:59 PM

Re: Opera 6.5 panel for Titanium v.2
 
working great on my 21500 rom, thanx for the info!!


All times are GMT -4. The time now is 04:53 AM.

Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0