View Single Post
  #5  
Old 04-14-2009, 07:34 PM
havox22's Avatar
havox22 havox22 is offline   Thread Starter  
I Rock..u know it
Mobile Model: touch pro
Mobile Carrier: sprint
Mobile OS: 6.5

 
Join Date: September 30th, 2008
Location: CA
Posts: 262
Downloads: 0
Uploads: 0
havox22 Knows Their Stuffhavox22 Knows Their Stuffhavox22 Knows Their Stuffhavox22 Knows Their Stuffhavox22 Knows Their Stuffhavox22 Knows Their Stuffhavox22 Knows Their Stuffhavox22 Knows Their Stuffhavox22 Knows Their Stuffhavox22 Knows Their Stuffhavox22 Knows Their Stuff


View havox22's Profile   Edit Options Edit Profile Picture View havox22's Photo Album Add havox22's to Your Contacts Show Groups Edit Avatar Subscribed Threads Private Messages
Default Re: Titanium Opera65 panel

can somebody up date the first post with this plus the updated cab...thanks

for qvga
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>
Then all you need to do is install the cab
Attached Files
File Type: cab Showaco Operav.2.cab (132.0 KB, 11 views)
Reply With Quote