Re: Post Your Touch Pro Today Screens
Might be the wrong thread. If so, can someone point me in the right direction?
I've been customizing my cpr's to get my 6.5 Home Screen the way I want it. Through a lot of trial and error I got it looking the way I want it except:
1) I want to get rid of the clock icon in Canalog Clock. I deleted the icon in Editor and even the cpr line (below-bold) and the screen shot shows what I got.
2) I can't get the font to change in Titanium Weather. The font name is correct in the cpr but it's not the same on my screen.
Help? or Direction?
Thanks
<Layer ID="CAnalogClockCondensed" Visible="False" Width="480" Height="68">
<Layer ID="Page">
<Image ID="Iconbgp" Source="\Windows\bliss_iconbgclear_portrait.png" Left="20" Top="8" Width="440" Height="57" ScaleStyle="Fit" />
<!--Icon-->
<Image ID="Icon" Left="20" Top="10" Width="50" Height="50" ScaleStyle="Fit" /> <!-- Condensed Line 1 -->
<Text ID="PluginLabel" Left="80" Top="0" Width="440" Height="68" FontFamily="romance fatal serif" FontSize="22" FontStyle="Regular" Wrap="False" VerticalAlignment="Top" Trimming="EllipsisCharacter" InnerTextType="Resource" Text="cmhomeres.dll,1025">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
</Text>
</Layer>
</Layer>
</Form>
|