PPCGeeks Forums HTC Arrive HTC HD2 HTC Thunderbolt HTC Touch Pro 2 HTC Evo 4G HTC Evo 3D Samsung Galaxy S II Motorola Droid X Apple iPhone Blackberry
Go Back   PPCGeeks > Windows Mobile > Windows Mobile Software
Register Community Search

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-14-2009, 03:57 AM
havox22's Avatar
Almost a VIP
Offline
Pocket PC: HTC ARRIVE
Carrier: sprint
Location: San Diego, CA
 
Join Date: Oct 2008
Posts: 865
Reputation: 1350
havox22 is halfway to VIP status based on rephavox22 is halfway to VIP status based on rephavox22 is halfway to VIP status based on rephavox22 is halfway to VIP status based on rephavox22 is halfway to VIP status based on rephavox22 is halfway to VIP status based on rephavox22 is halfway to VIP status based on rephavox22 is halfway to VIP status based on rephavox22 is halfway to VIP status based on rephavox22 is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Opera 6.5 panel for Titanium v.2

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.



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


Attached Files
File Type: cab Showaco Operav.2.cab (132.0 KB, 251 views) Click for barcode!
__________________

Dank-Ass Robba





Last edited by havox22; 10-19-2009 at 08:49 PM.
Reply With Quote
This post has been thanked 6 times.
  #2 (permalink)  
Old 04-14-2009, 04:57 AM
ou2mame's Avatar
i don't miss blackberry
Offline
Pocket PC: Samsung Galaxy S3
Carrier: Sprint PCS
Location: Long Island, NY
 
Join Date: Oct 2008
Posts: 1,269
Reputation: 900
ou2mame knows their stuffou2mame knows their stuffou2mame knows their stuffou2mame knows their stuffou2mame knows their stuffou2mame knows their stuffou2mame knows their stuffou2mame knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Opera6.5 panel for Titanium

any chance you could do this for iris?
Reply With Quote
  #3 (permalink)  
Old 04-14-2009, 05:26 AM
havox22's Avatar
Almost a VIP
Offline
Pocket PC: HTC ARRIVE
Carrier: sprint
Threadstarter
Location: San Diego, CA
 
Join Date: Oct 2008
Posts: 865
Reputation: 1350
havox22 is halfway to VIP status based on rephavox22 is halfway to VIP status based on rephavox22 is halfway to VIP status based on rephavox22 is halfway to VIP status based on rephavox22 is halfway to VIP status based on rephavox22 is halfway to VIP status based on rephavox22 is halfway to VIP status based on rephavox22 is halfway to VIP status based on rephavox22 is halfway to VIP status based on rephavox22 is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
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
Reply With Quote
  #4 (permalink)  
Old 04-14-2009, 10:57 AM
TheDude1120's Avatar
Halfway to VIP Status
Offline
Pocket PC: Touch Pro
Carrier: Sprint
 
Join Date: Aug 2007
Posts: 514
Reputation: 105
TheDude1120 is keeping up the good workTheDude1120 is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Opera 6.5 panel for Titanium

the plugin name should be COpera; correct? because this isnt working for me
Reply With Quote
  #5 (permalink)  
Old 04-14-2009, 01:38 PM
jatekung's Avatar
Lurker
Offline
Pocket PC: Touch 3G
Carrier: AIS
 
Join Date: Feb 2009
Posts: 5
Reputation: 0
jatekung is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Opera 6.5 panel for Titanium

Quote:
Originally Posted by TheDude1120 View Post
the plugin name should be COpera; correct? because this isnt working for me
I think plugin name Opera is correct.

Last edited by jatekung; 04-14-2009 at 01:41 PM.
Reply With Quote
  #6 (permalink)  
Old 04-14-2009, 01:51 PM
MikeElGiga23's Avatar
MikeElGiga23
Guest
 
Posts: n/a
Mentioned: Post(s)
Tagged: Thread(s)
Re: Opera 6.5 panel for Titanium

is it vga only??
Reply With Quote
  #7 (permalink)  
Old 04-14-2009, 01:55 PM
Hafrust's Avatar
VIP Member
Offline
Pocket PC: Fuze
Carrier: AT&T
 
Join Date: Dec 2007
Posts: 2,197
Reputation: 3856
Hafrust is still contributing even after becoming a VIPHafrust is still contributing even after becoming a VIPHafrust is still contributing even after becoming a VIPHafrust is still contributing even after becoming a VIPHafrust is still contributing even after becoming a VIPHafrust is still contributing even after becoming a VIPHafrust is still contributing even after becoming a VIPHafrust is still contributing even after becoming a VIPHafrust is still contributing even after becoming a VIPHafrust is still contributing even after becoming a VIPHafrust is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Opera 6.5 panel for Titanium

Quote:
Originally Posted by mike20pr View Post
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.
__________________
If you are new to the site, take a look at the PPCGeeks New User Guide to get an overview of how to use the forums.

Having problems finding what you're looking for? Here are some tips on how to search the site more effectively.
Reply With Quote
This post has been thanked 2 times.
  #8 (permalink)  
Old 04-14-2009, 07:25 PM
havox22's Avatar
Almost a VIP
Offline
Pocket PC: HTC ARRIVE
Carrier: sprint
Threadstarter
Location: San Diego, CA
 
Join Date: Oct 2008
Posts: 865
Reputation: 1350
havox22 is halfway to VIP status based on rephavox22 is halfway to VIP status based on rephavox22 is halfway to VIP status based on rephavox22 is halfway to VIP status based on rephavox22 is halfway to VIP status based on rephavox22 is halfway to VIP status based on rephavox22 is halfway to VIP status based on rephavox22 is halfway to VIP status based on rephavox22 is halfway to VIP status based on rephavox22 is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Opera 6.5 panel for Titanium

new version up
Changed:
v.2
- added CondensedPage into cab install
Reply With Quote
This post has been thanked 1 times.
  #9 (permalink)  
Old 04-15-2009, 02:14 AM
InvincibleLiving's Avatar
Post Master General
Offline
Pocket PC: White Evo: Myn's TPT RLS5, Stock Kernel
Carrier: The "NOW" Network
Location: Leesburg, VA
 
Join Date: Jun 2007
Posts: 6,464
Reputation: 4222
InvincibleLiving should be added to the payroll for their contributionsInvincibleLiving should be added to the payroll for their contributionsInvincibleLiving should be added to the payroll for their contributionsInvincibleLiving should be added to the payroll for their contributionsInvincibleLiving should be added to the payroll for their contributionsInvincibleLiving should be added to the payroll for their contributionsInvincibleLiving should be added to the payroll for their contributionsInvincibleLiving should be added to the payroll for their contributionsInvincibleLiving should be added to the payroll for their contributionsInvincibleLiving should be added to the payroll for their contributionsInvincibleLiving should be added to the payroll for their contributions
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Opera 6.5 panel for Titanium

Quote:
Originally Posted by havox22 View Post
new version up
Changed:
v.2
- added CondensedPage into cab install
you've been thanked, this is tight!!
__________________
Creator of iLife ROM Series

Best... Member... Ever...
Reply With Quote
This post has been thanked 1 times.
  #10 (permalink)  
Old 04-15-2009, 07:59 PM
redd214's Avatar
Back
Offline
Pocket PC: Droid X
Carrier: VZW
Location: _
 
Join Date: Nov 2008
Posts: 2,717
Reputation: 6395
redd214 is a trusted member of the communityredd214 is a trusted member of the communityredd214 is a trusted member of the communityredd214 is a trusted member of the communityredd214 is a trusted member of the communityredd214 is a trusted member of the communityredd214 is a trusted member of the communityredd214 is a trusted member of the communityredd214 is a trusted member of the communityredd214 is a trusted member of the communityredd214 is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Opera 6.5 panel for Titanium v.2

working great on my 21500 rom, thanx for the info!!
Reply With Quote
Reply

  PPCGeeks > Windows Mobile > Windows Mobile Software


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


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


Powered by vBulletin® ©2000 - 2024, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0
©2012 - PPCGeeks.com