Quote:
Originally Posted by shad0w77
downloaded, built, and copying the nbh from my home pc to my work computer so I can flash it.... will update ASAP...
|
great stuff! worked w/o a hitch. Seems real fast too.
Posted a screenshot for s**ts and giggles...
and before I get asked this, here is the calendar condensed view from the 480x640 cpr to get the next appointment viewable in condensed mode.
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="Segoe UI" FontSize="14" 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="Segoe UI" FontSize="14" 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="220" Top="8" Width="240" Height="30" FontFamily="Segoe UI" 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="220" Top="38" Width="240" Height="30" FontFamily="Segoe UI" 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>