|
||||
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) ortrait=replace(portrait,sourcefont,chosen) Can any1 help with this????
|
|
||||
Re: Titanium Customizations Collection
Quote:
|
This post has been thanked 1 times. |
|
||||
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.
__________________
Verizon Samsung Galaxy Nexus
Redemption ROM with Black theme |
|
||||
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> Last edited by b4u2; 11-06-2009 at 11:06 AM. Reason: Solved Problem |
|
||||
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> Any help would be greatly appriciated
__________________
|
|
||||
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.
__________________
TeckLyfe.com
At&t iPhone 8 Plus |
|
|
|