PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   Titanium Tweaks (http://forum.ppcgeeks.com/forumdisplay.php?f=82)
-   -   Question: Titanium Calendar (http://forum.ppcgeeks.com/showthread.php?t=68598)

djpsyco 05-14-2009 05:10 PM

Question: Titanium Calendar
 
Is there a way to display the next event instead of the word "Calendar"?

nxtech3 05-14-2009 05:22 PM

Re: Question: Titanium Calendar
 
it displays the next current appointment when you highlight it. As of showing the appointment all the time no matter what tab you are on, i havent seen anything like that.

codybear 05-26-2009 01:51 AM

Re: Question: Titanium Calendar
 
It's very possible.
You just have to take the information from the expanded page in the titanium cpr's and put it for the condensed page information.
I'll see what I can do about this within the next week or so.

grktaurus83 06-01-2009 07:02 PM

Re: Question: Titanium Calendar
 
Quote:

Originally Posted by codybear (Post 935706)
It's very possible.
You just have to take the information from the expanded page in the titanium cpr's and put it for the condensed page information.
I'll see what I can do about this within the next week or so.

Definitely looking forward to this.

I wish it could show multiple events without having to swipe (maybe 3 events per swipe-view?). Maybe I'll look into this at some point.

codybear 06-04-2009 08:23 PM

Re: Question: Titanium Calendar
 
Quote:

Originally Posted by grktaurus83 (Post 948820)
Definitely looking forward to this.

I wish it could show multiple events without having to swipe (maybe 3 events per swipe-view?). Maybe I'll look into this at some point.

Yeah, if I don't beat you to it. :p
Well if I ever get around to doing this. haha.

grktaurus83 06-05-2009 02:08 AM

Re: Question: Titanium Calendar
 
Quote:

Originally Posted by codybear (Post 955516)
Yeah, if I don't beat you to it. :p
Well if I ever get around to doing this. haha.

I was just wondering if you'd ever get around to it. You're always busy with so many things!

I'll be busy the next two weeks, then I'm packing and moving across country. There goes a full month of my life... *sigh*

I should have gotten around to this sooner!

codybear 06-05-2009 02:51 AM

Re: Question: Titanium Calendar
 
Well I'll play around with the next even showing on the non-selected screen part this week while I do some other custom titanium panels for people.

And then I have a cab installer and walkthrough to write to add the reg value's needed and then walk people through how to customize each left soft key for each panel and or page.
That should be pretty easy though.

And then a couple other custom titanium things that I'll be releasing also.

lancem71 06-12-2009 11:00 AM

Re: Question: Titanium Calendar
 
Update on this?

4thought 06-26-2009 02:49 PM

Re: Question: Titanium Calendar
 
I'd love to have this as well.

4thought 06-26-2009 02:53 PM

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??

codybear 06-26-2009 04:44 PM

Re: Question: Titanium Calendar
 
Quote:

Originally Posted by 4thought (Post 998807)
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...

4thought 06-26-2009 04:47 PM

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.

4thought 06-28-2009 04:42 PM

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!

indagroove 07-05-2009 05:20 AM

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

http://i532.photobucket.com/albums/e...creen01-56.png


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>


codybear 07-05-2009 05:28 AM

Re: Question: Titanium Calendar
 
Quote:

Originally Posted by indagroove (Post 1015170)
Here's how I've modified my .cpr file to make it look like this:

definitely like yours better. ;)
I kinda stopped messing with titanium,
and have switched to tf3d.
I wanna learn as much about it as possible with my rom chef finally putting in rhodium manilla, so that way I know what I'm doing when it comes to the new stuff too.
I never bothered with manilla as I hated tf2d,
and use the regular today screen or wisbar back in 6.1 days.
I've pretty much exhausted myself with titanium for a while.
learned just about everything there was to learn about it.
I still have to post a bunch of the mods I learned from just messing with registry settings.
Haven't seen them on xda or ppcgeeks yet. haha.
one of these days I'll get around to writing them up.

djpsyco 07-05-2009 10:24 PM

Re: Question: Titanium Calendar
 
http://i532.photobucket.com/albums/e...creen01-56.png


Indagroove that looks great!!

I saw it on your new kitchen, but i like my ROM for now and don't feel like flashing for a few days :)

How can I edit the cpr?
Can you make a cab file?

Thx!

indagroove 07-06-2009 06:27 PM

Re: Question: Titanium Calendar
 
Quote:

Originally Posted by djpsyco (Post 1016278)
http://i532.photobucket.com/albums/e...creen01-56.png


Indagroove that looks great!!

I saw it on your new kitchen, but i like my ROM for now and don't feel like flashing for a few days :)

How can I edit the cpr?
Can you make a cab file?

Thx!

Just copy your titanium cpr file from your windows folder, and edit it with a simple text editor, then put the new opne back in with total commander. I can't do a cab, since most users each have different .cpr files depending on thier setup.

djpsyco 07-06-2009 10:14 PM

Re: Question: Titanium Calendar
 
Quote:

Originally Posted by indagroove (Post 1017959)
Just copy your titanium cpr file from your windows folder, and edit it with a simple text editor, then put the new opne back in with total commander. I can't do a cab, since most users each have different .cpr files depending on thier setup.


Great!
Thx Indagroove!
You Rock!
That's exactly what I was looking for when I made this thread!

Thx for taking the time to explain the cpr. editing!
Peace!

djpsyco 07-06-2009 11:00 PM

Re: Question: Titanium Calendar
 
Here's my version of the CPR edit.
I give all credits to Indagroove, it's just a modified version.
I didn't needed the word CALENDAR so I took it off.

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>

Here's what it looks like:
http://i732.photobucket.com/albums/w...n/Screen01.jpg

vogonj 07-08-2009 02:40 PM

Re: Question: Titanium Calendar
 
Quote:

Originally Posted by djpsyco (Post 1018609)
Here's my version of the CPR edit.
I give all credits to Indagroove, it's just a modified version.
I didn't needed the word CALENDAR so I took it off.

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>


But this will show nothing (blank plugin) if there's no appointment, right?

djpsyco 07-12-2009 09:08 AM

Re: Question: Titanium Calendar
 
Quote:

Originally Posted by vogonj (Post 1022392)
But this will show nothing (blank plugin) if there's no appointment, right?

Probably, byt I can't test it, I always have another appointent! ;)

psycho_maniac 07-12-2009 03:22 PM

Re: Question: Titanium Calendar
 
Quote:

Originally Posted by vogonj (Post 1022392)
But this will show nothing (blank plugin) if there's no appointment, right?

can somebody confirm this?

fowen 07-13-2009 12:59 AM

Re: Question: Titanium Calendar
 
Quote:

Originally Posted by psycho_maniac (Post 1031277)
can somebody confirm this?

I would like to know this as well.

yotoad 07-13-2009 04:49 PM

Re: Question: Titanium Calendar
 
Quote:

Originally Posted by indagroove (Post 1015170)
Here's how I've modified my .cpr file to make it look like this:

http://i532.photobucket.com/albums/e...creen01-56.png


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 is excellent -- thanks

psycho_maniac 07-14-2009 01:21 AM

Re: Question: Titanium Calendar
 
now just tell us what it shows when you DONT have an appointment PLEEEEEEEEEEASE????????????

GreeNova 07-14-2009 04:23 PM

Re: Question: Titanium Calendar
 
Quote:

Originally Posted by vogonj (Post 1022392)
But this will show nothing (blank plugin) if there's no appointment, right?

Quote:

Originally Posted by djpsyco (Post 1030655)
Probably, byt I can't test it, I always have another appointent! ;)

Quote:

Originally Posted by psycho_maniac (Post 1031277)
can somebody confirm this?

Quote:

Originally Posted by fowen (Post 1032202)
I would like to know this as well.

Quote:

Originally Posted by psycho_maniac (Post 1034141)
now just tell us what it shows when you DONT have an appointment PLEEEEEEEEEEASE????????????

YUP, it shows a blank panel if there is no upcoming appointment. Check out the two attached screen shots.

http://i31.tinypic.com/111i6ag.png http://i25.tinypic.com/mmbwuq.png

Trident 07-20-2009 10:11 AM

Re: Question: Titanium Calendar
 
Quote:

Originally Posted by djpsyco (Post 1018609)
Here's my version of the CPR edit.
I give all credits to Indagroove, it's just a modified version.
I didn't needed the word CALENDAR so I took it off.
[/code]Here's what it looks like:
http://i732.photobucket.com/albums/w...n/Screen01.jpg

Not only do you have the calendar looking like that, but you have the current weather showing... or is that selected in this shot?
Personally, I'd like the indagroove calendar, but your Titanium weather view.

djpsyco 07-21-2009 01:37 PM

Re: Question: Titanium Calendar
 
Quote:

Originally Posted by Trident (Post 1046843)
Not only do you have the calendar looking like that, but you have the current weather showing... or is that selected in this shot?
Personally, I'd like the indagroove calendar, but your Titanium weather view.

This is an old Calculin's tweak for Titanium Weather that works even without titatium installed.

You can find it here

henry.91 10-25-2009 08:25 AM

Re: Question: Titanium Calendar
 
cut the numbers in half and got it working. Thanks

agentmikeyd 11-02-2009 12:17 PM

Re: Question: Titanium Calendar
 
which .cpr file do I change on my Sprint Diamond? I tried the 640x480 but nothing changed....

thanks

codybear 11-08-2009 09:45 AM

Re: Question: Titanium Calendar
 
Quote:

Originally Posted by agentmikeyd (Post 1289967)
which .cpr file do I change on my Sprint Diamond? I tried the 640x480 but nothing changed....

thanks

that one is your landscape(side view) cpr.
the portrait (regular view) is the opposite, 480x640.

lioryte 11-10-2009 08:30 PM

Re: Question: Titanium Calendar
 
1 Attachment(s)
Thank you everyone, I was able to work a WQVGA (240x400) .cpr- Made a .cab file for easy install, see attached.
Portrait and landscape
http://img697.imageshack.us/img697/3718/screen14.jpg


All times are GMT -4. The time now is 12:47 PM.

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


Content Relevant URLs by vBSEO 3.6.0