View Single Post
  #14 (permalink)  
Old 07-05-2009, 05:20 AM
indagroove's Avatar
indagroove
AWOL
Offline
 
Join Date: Nov 2007
Posts: 3
Reputation: 120
indagroove is keeping up the good workindagroove is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Question: Titanium Calendar

Here's how I've modified my .cpr file to make it look like this:




Code:
<Layer ID="CalendarCondensed" Visible="False" Width="480" Height="68" Clip="False">
    <Layer ID="Page" Clip="False">
      <!-- Condensed Line 1 -->
      <!--<Text ID="PluginLabel" Left="20" Top="8" Width="440" Height="68" 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>-->
   <Text ID="PluginLabel" Left="20" Top="8" Width="440" Height="68" FontFamily="Tahoma" FontSize="18" FontStyle="Regular"  Wrap="False" VerticalAlignment="Middle" Trimming="EllipsisCharacter" Text="calendar">
        <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
        <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
      </Text>
      <!-- Text 1: appointment -->
      <Text ID="Text 1" Left="260" Top="8" Width="220" Height="30" 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>
      <!-- Text 2: appointment_date -->
      <Text ID="Text 2" Left="260" Top="38" Width="220" Height="30" FontFamily="Tahoma" FontSize="7" 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 5 times.