Quote:
Originally Posted by dan-htc-touch
oh? which two images?
|
Sorry, this was out of 21189.
<\SYS\CHome\StartMenu_GridScene_240x320.cpr>
This file has been in different locations in various builds. The files in
RED are the images it is looking for in these files.
Code:
<Form Width="240" Height="320">
<StartMenu_GridScene ID="Scene">
<GridView ID="Start Menu Items List" Top="2" Left="0" Width="240" Height="268" Columns="3" Scrollable="TRUE" HexagonGrid="TRUE" HorizontalWrapAround="TRUE">
<Image ID="Selection" Left="0" Top="0" Width="96" Height="83" Source=".\StartMenu_Hexagon_Active.png" />
<Layer ID="GridItem" Width="96" Height="83" OnAction ="GridItemAction">
<Layer ID="Normal">
<Image ID="Hexagon Overlay Image" Left="0" Top="0" Width="96" Height="83" Source=".\StartMenu_Hexagon_Inactive.png" ScaleStyle="Fit" />
<Image ID="Image" Left="32" Top="6" Width="32" Height="32" ScaleStyle="Fit" />
<Text ID="Text" Left="13" Top="43" Width="70" Height="34" FontFamily="Tahoma" FontSize="7" HorizontalAlignment="Center" VerticalAlignment="Top" Wrap="True" Trimming="EllipsisCharacter" ForeColor="#00FFFFFF" BackColor="#00000000" />
</Layer>
</Layer>
<Layer ID="NoItems">
<Text ID="Text" Width="240" Height="20" FontFamily="Tahoma" FontSize="10" ForeColor="#00FFFFFF" Wrap="False" HorizontalAlignment="Center" Trimming="Character" InnerTextType="Resource">shellres.dll,22596</Text>
</Layer>
</GridView>
</StartMenu_GridScene>
</Form>
It's end result when flashed, these two files end up in <\Windows>.
This file and it's Landscape counterpart is also where you change the size of the Start Menu icons, and you can change the number of rows of icons as well, but you have to remember to edit the icon size to compensate for additional rows. This file and it's counterpart also end up in <\Windows> on the device once it is flashed.