View Single Post
  #39 (permalink)  
Old 08-16-2009, 07:32 PM
madcook's Avatar
madcook
VIP BABY
Offline
Threadstarter
Location: wilsonville or
 
Join Date: May 2008
Posts: 1,539
Reputation: 1435
madcook is halfway to VIP status based on repmadcook is halfway to VIP status based on repmadcook is halfway to VIP status based on repmadcook is halfway to VIP status based on repmadcook is halfway to VIP status based on repmadcook is halfway to VIP status based on repmadcook is halfway to VIP status based on repmadcook is halfway to VIP status based on repmadcook is halfway to VIP status based on repmadcook is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: prototype rom v.1.1 8/7/09 loaded sys 21921 titanuim

Quote:
Originally Posted by vansmack View Post
One change I make to every ROM is to change the calendar view on the Titanium menu.

Instead of "Calendar" it shows my next appointment. The one downside to this is that if you don't have an appointment, then it leaves a blank space where it would normally say Calendar. That's not a problem for me though as I never have more than one day with no appointment.

Anyhow, I replace the CalendarCondensed line in the CRP with the following:

Code:
<Layer ID="CalendarCondensed" Visible="False" Width="480" Height="68" Clip="False">
    <Layer ID="Page" Clip="False">
      <!-- Text 1: appointment -->
      <Text ID="Text 1" Left="20" Top="8" Width="460" 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="30" Top="38" Width="450" 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>
is this allready in a cab ?
Reply With Quote