View Single Post
  #187 (permalink)  
Old 11-10-2009, 11:57 PM
zanix's Avatar
zanix
PPCGeeks Regular
Offline
 
Join Date: May 2009
Posts: 63
Reputation: 70
zanix is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Lioryte Base 23506+mortscript 4.3β ~164MB free

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>
This post has been thanked 1 times.