PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   Palm Treo Pro (http://forum.ppcgeeks.com/forumdisplay.php?f=78)
-   -   Titanium Calendar 320x320 edit (http://forum.ppcgeeks.com/showthread.php?t=111752)

hoopsbwc34 02-22-2010 09:22 PM

Titanium Calendar 320x320 edit
 
Anyone already modify their Titanium 320x320 CPR file on the Treo Pro to show the next appointment instead of the word "calendar" when in condensed view? Something along the lines of what these guys did for the TP2

http://forum.ppcgeeks.com/showthread.php?t=68598

hoopsbwc34 02-24-2010 03:04 PM

Re: Titanium Calendar 320x320 edit
 
Here's the code I ended up using. I just replaced the "CalendarCondensed" XML with this:

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="13" Top="0" Width="300" Height="35" FontFamily="Tahoma" FontSize="12" 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 2: appointment_time -->
      <Text ID="Text 2" Left="13" Top="20" Width="300" Height="35" FontFamily="Tahoma" FontSize="10" 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>


acidhax 02-24-2010 03:36 PM

Re: Titanium Calendar 320x320 edit
 
Awesome, looks like I'll be using this from now on ;D

briggs 05-08-2010 01:40 PM

Re: Titanium Calendar 320x320 edit
 
I'm not too familiar with titanium XML mark up yet, but I am wondering if there is a way to change the default text to something other than blank (the date or the word calendar perhaps) if there is no appointment on a day.


All times are GMT -4. The time now is 07:13 PM.

Powered by vBulletin® ©2000 - 2024, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0