|
|
||||
Re: Question: Titanium Calendar
I did find this:
http://forum.xda-developers.com/show...16#post3606616 I'm using a Vogue, so I tried fooling around with the code to adjust for my resolution, but I couldn't get it to work. Maybe someone with skills (I have none) could adjust to 320x240?? |
This post has been thanked 2 times. |
|
||||
Re: Question: Titanium Calendar
Quote:
it comes out to be in the general area, and then you can do minor adjustments to get it in the right spots from there. If I only still had my vogue I'd do it for ya... Don't have the emulator installed anymore either...
__________________
I spend most of my time at MobileUnderground. (Now offering free FTP space to Developers & ROM Chefs willing to support their product at M.U. - Exclusivity not required! Also the home of the original Chefs' Corner, Cab Central, and more!) My wm6.5 Vogue FAQ (Soon to be at M.U.) |
This post has been thanked 1 times. |
|
||||
Re: Question: Titanium Calendar
Yeah I tried exactly that with the numbers. To install I stop titanium, copy the CPR file to /windows, start titanium, but nothing changes. I'm missing something.
|
This post has been thanked 1 times. |
|
||||
Re: Question: Titanium Calendar
I figured it out. Stupid mistake. I was changing the landscape cpr and testing the portrait! I made the right change, and it works perfectly!
|
This post has been thanked 1 times. |
|
||||
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. |
![]() |
|
|
|