PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   Titanium Tweaks (http://forum.ppcgeeks.com/forumdisplay.php?f=82)
-   -   Titanium Customizations Collection (http://forum.ppcgeeks.com/showthread.php?t=76760)

raidzero 08-24-2009 02:25 PM

Re: Titanium Customizations Collection
 
Quote:

Originally Posted by cndm101 (Post 1104344)
im using ur chameleon script and whatever hex i put in its always the same color


are you using the 8-digit color code

I have been told it is OORRGGBB, where
O=opactiy
R=red
G=green
B=blue

it may be RRGGBBOO though, I have not verified.

razcat64 09-06-2009 11:25 PM

Re: Titanium Customizations Collection
 
Im having troubnle with the rz_multifont cab i try to change font but instead i get this error message: Srting to replace must be at least one character line 41 (\program files\raidzero\rz_multi_font.mscr) :portrait=replace(portrait,sourcefont,chosen) Can any1 help with this????

raidzero 09-08-2009 03:16 PM

Re: Titanium Customizations Collection
 
Quote:

Originally Posted by razcat64 (Post 1145383)
Im having troubnle with the rz_multifont cab i try to change font but instead i get this error message: Srting to replace must be at least one character line 41 (\program files\raidzero\rz_multi_font.mscr) :portrait=replace(portrait,sourcefont,chosen) Can any1 help with this????

this is what happens when you click cancel in any of the scripts, it replaces the font string with nothing. the way to fix it is to edit the CPR manually and then remember not to hit cancel...

b4u2 11-05-2009 11:12 PM

Re: Titanium Customizations Collection
 
Wow I have done a lot of reading. I am interested in changing the fonts but want to use a different one than what is in the cab. Is this possible? TIA!

b4u2 11-06-2009 08:43 AM

Wirelessly posted (Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.15650/812; U; en) Presto/2.2.0)

What I meant to ask if the xab was easy to change to add a different font.

b4u2 11-06-2009 10:00 AM

Re: Titanium Customizations Collection
 
I found the problem! Now I just need to move it down a little bit.

I tried adding the day of week to my CPR. I edited Titanium 480x640 and 640x480. Here is the clock section and the part I added. What did I do wrong because Titanium will not start after a reset?

<!-- HomeHome==Clock layout templates -->
<Layer ID="ClockExpanded" Visible="False" Width="480" Height="164" Clip="False">
<Layer ID="Page" Clip="False">
<!-- Icon in the upper right-->
<Image ID="Icon" Left="376" Top="-26" Width="86" Height="114" />
<!-- Title text -->
<Text ID="Network Name" Left="20" Top="104" Width="348" Height="36" FontFamily="Segoe" FontSize="8" 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>
<!-- Time -->
<Text ID="Time" Left="20" Top="22" Width="186" Height="90" FontFamily="Segoe" FontSize="28" FontStyle="Regular" Wrap="False" VerticalAlignment="Top" HorizontalAlignment="Right" Trimming="EllipsisCharacter">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
</Text>
<!-- AM/PM -->
<Text ID="AMPM" Left="226" Top="36" Width="142" Height="36" FontFamily="Segoe" FontSize="8" 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>
<!-- Date -->
<Text ID="Date" Left="226" Top="66" Width="142" Height="36" FontFamily="Segoe" FontSize="8" 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>
<!-- Day of Week -->
<Text ID="Day of Week" Left="150" Top="80" Width="140" Height="40" FontFamily="Segoe" FontSize="10" FontStyle="Regular" Wrap="False" HorizontalAlignment="Right" Trimming="EllipsisCharacter">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
</Text>

<!-- Alarm -->
<Image ID="Alarm" Left="428" Top="28" Width="34" Height="60" />
</Layer>
</Layer>
<Layer ID="ClockCondensed" Visible="False" Width="480" Height="68">
<Layer ID="Page">
<Image ID="Imagefixed" Source="\Windows\crimsondarkness_clock.png" Left="20" Top="10" Width="51" Height="68" ScaleStyle="Fit" />
<!--rpereira mod so small image shows on the left hand side -->
<Text ID="Text 2" Left="80" Top="8" Width="440" Height="68" FontFamily="Segoe" FontSize="18" 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>
<!-- AM/PM -->
<Text ID="AMPM" Left="0" Top="8" Width="100" Height="40" FontFamily="Segoe" FontSize="10.5" 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>

b4u2 11-08-2009 05:28 PM

Re: Titanium Customizations Collection
 
If I want to change the Font in my ROM what file do I need to find?

raidzero 11-16-2009 08:46 PM

Re: Titanium Customizations Collection
 
Quote:

Originally Posted by b4u2 (Post 1309870)
If I want to change the Font in my ROM what file do I need to find?

there are mutliple regedits to be done to change font systemwide, look in hklm\software\microsot\GWE or something like that. Don't know off the top of my head

lioryte 12-01-2009 11:09 AM

Re: Titanium Customizations Collection
 
Raidzero,

I'm having difficulties trying to post day of the week in lockscreen. I moved the date to the left with .cpr changes but the day never pop up. Is it possible?
Here are my changes using 240x400 device
Code:

    <Layer ID="TimeX" Top="0">
      <Image ID="TimeBG" Width="240" Height="373" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" Source="\windows\LS_TimeBG.png"/>
      <Layer Top="7" ID="DateTime" OnInitComplete="Binding:LockScreen,LS_ClockDataItem">
        <Text ID="TimeText" Left="40" Width="200" Top="-1" Height="60" FontFamily="Tahoma" FontSize="51" FontStyle="Regular" Wrap="False" HorizontalAlignment="Middle" VerticalAlignment="Middle" Opacity="1.0" >
          <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
          <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
        </Text>
        <Text ID="AMPMText" Left="210" Width="90" Height="16" FontFamily="Tahoma" FontSize="9" FontStyle="Regular" Wrap="False" HorizontalAlignment="Left" VerticalAlignment="Middle" Opacity="1.0" >
          <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
          <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
        </Text>
        <Text ID="DateText" Left="40" Top="57" Width="90" Height="19" FontFamily="Tahoma" FontSize="10" FontStyle="Bold" Wrap="False" HorizontalAlignment="Middle" VerticalAlignment="Middle" Opacity="1.0" >
          <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
          <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
        </Text>
        <Text ID="Day of Week" Left="80" Top="57" Width="90" Height="19" FontFamily="Tahoma" FontSize="10" FontStyle="Bold" Wrap="False" HorizontalAlignment="Middle" VerticalAlignment="Middle" Opacity="1.0" >
          <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
          <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
        </Text>
      </Layer>
    </Layer>

Resulting in
http://img40.imageshack.us/img40/6071/screen16e.th.jpg


Any help would be greatly appriciated

mindfrost82 12-01-2009 01:13 PM

Re: Titanium Customizations Collection
 
This is pretty cool RZ. It would be cool if you could add some more fonts to that cab/script. Some of them are really hard to read when smaller (like in the weather panel), but look really good for the bigger fonts in the panels.


All times are GMT -4. The time now is 09:06 PM.

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


Content Relevant URLs by vBSEO 3.6.0