View Single Post
  #188 (permalink)  
Old 11-11-2009, 10:46 AM
lioryte's Avatar
lioryte
Almost a VIP
Offline
Threadstarter
Location: Our house, in the middle of our street
 
Join Date: Mar 2009
Posts: 968
Reputation: 1800
lioryte is halfway to VIP status based on replioryte is halfway to VIP status based on replioryte is halfway to VIP status based on replioryte is halfway to VIP status based on replioryte is halfway to VIP status based on replioryte is halfway to VIP status based on replioryte is halfway to VIP status based on replioryte is halfway to VIP status based on replioryte is halfway to VIP status based on replioryte is halfway to VIP status based on replioryte is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via MSN to lioryte Send a message via Skype™ to lioryte
Re: Lioryte Base 23506+mortscript 4.3β ~164MB free

Quote:
Originally Posted by zanix View Post
Nice edit for the condensed calendar
I like it so much, that I added landscape for the condensed view
I also changed it a just a bit by bolding the event name

Portrait
Code:
  <Layer ID="CalendarCondensed" 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,1026">
        <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
        <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
      </Text>
      <!-- Line 1 -->
      <Text ID="Text 1" Left="105" Top="6" Width="130" 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>
      <!-- Line 2 -->
      <Text ID="Text 2" Left="105" Top="20" Width="130" Height="15" FontFamily="Tahoma" FontSize="9" FontStyle="Regular"  Wrap="False" VerticalAlignment="Top" Trimming="EllipsisCharacter">
        <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
        <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
      </Text>
    </Layer>
  </Layer>
Landscape
Code:
  <Layer ID="CalendarCondensed" Visible="False" Width="400" Height="34">
    <Layer ID="Page">
      <!-- Condensed Line 1 -->
      <Text ID="PluginLabel" Left="28" Top="4" Width="344" Height="34" FontFamily="Tahoma" FontSize="18" FontStyle="Regular" Wrap="False" VerticalAlignment="Top" Trimming="EllipsisCharacter" InnerTextType="Resource" Text="cmhomeres.dll,1026">
        <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
        <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
      </Text>
      <!-- Line 1 -->
      <Text ID="Text 1" Left="125" Top="6" Width="200" 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>
      <!-- Line 2 -->
      <Text ID="Text 2" Left="125" Top="20" Width="200" Height="15" FontFamily="Tahoma" FontSize="9" FontStyle="Regular"  Wrap="False" VerticalAlignment="Top" Trimming="EllipsisCharacter">
        <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
        <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
      </Text>
    </Layer>
  </Layer>
+1 You Rocks, I'm not an expert it took me about 2 hrs to adjust the one I did... I'll cab 'em out later, but it seems that the one I did have a problem once installed images get re-direct so they are not showing on titanium. I'll look into it later on- Great Job, thanks!
__________________