PPCGeeks Forums HTC Arrive HTC HD2 HTC Thunderbolt HTC Touch Pro 2 HTC Evo 4G HTC Evo 3D Samsung Galaxy S II Motorola Droid X Apple iPhone Blackberry
Go Back   PPCGeeks > Windows Mobile > Windows Mobile Hacks/Tweaks > Titanium Tweaks
Register Community Search

Notices


Closed Thread
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-12-2009, 11:00 AM
lancem71's Avatar
PPCGeeks Regular
Offline
Pocket PC: Touch Diamond Gadget ROM
Carrier: Sprint
Location: KS
 
Join Date: Jan 2009
Posts: 90
Reputation: 85
lancem71 is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Question: Titanium Calendar

Update on this?
__________________
Life is Good!!

I have not failed. I've just found 10,000 ways that won't work.
  #2 (permalink)  
Old 06-26-2009, 02:49 PM
4thought's Avatar
Lurker
Offline
Pocket PC: HTC Touch
Carrier: Bell
 
Join Date: Feb 2009
Posts: 4
Reputation: 20
4thought is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Question: Titanium Calendar

I'd love to have this as well.
  #3 (permalink)  
Old 06-26-2009, 02:53 PM
4thought's Avatar
Lurker
Offline
Pocket PC: HTC Touch
Carrier: Bell
 
Join Date: Feb 2009
Posts: 4
Reputation: 20
4thought is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
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.
  #4 (permalink)  
Old 06-26-2009, 04:44 PM
codybear's Avatar
VIP Member
Offline
Pocket PC: HTC TouchPro2 CDMA
Carrier: Alltel (Verizon)
Location: Arizona
 
Join Date: Dec 2008
Posts: 1,863
Reputation: 2145
codybear is a VIPcodybear is a VIPcodybear is a VIPcodybear is a VIPcodybear is a VIPcodybear is a VIPcodybear is a VIPcodybear is a VIPcodybear is a VIPcodybear is a VIPcodybear is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Question: Titanium Calendar

Quote:
Originally Posted by 4thought View Post
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??
well what you're suppose to do is just cut the numbers in half to go from vga to qvga for titanium resolution stuff.
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.
  #5 (permalink)  
Old 06-26-2009, 04:47 PM
4thought's Avatar
Lurker
Offline
Pocket PC: HTC Touch
Carrier: Bell
 
Join Date: Feb 2009
Posts: 4
Reputation: 20
4thought is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
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.
  #6 (permalink)  
Old 06-28-2009, 04:42 PM
4thought's Avatar
Lurker
Offline
Pocket PC: HTC Touch
Carrier: Bell
 
Join Date: Feb 2009
Posts: 4
Reputation: 20
4thought is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
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.
  #7 (permalink)  
Old 07-05-2009, 05:20 AM
indagroove's Avatar
AWOL
Offline
Pocket PC: HTC TouchPro 2 and Samsung Moment
Carrier: Sprint
 
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.
Closed Thread

  PPCGeeks > Windows Mobile > Windows Mobile Hacks/Tweaks > Titanium Tweaks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 02:20 PM.


Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0
©2012 - PPCGeeks.com