View Single Post
  #2047 (permalink)  
Old 04-03-2009, 05:29 PM
Tplane37's Avatar
Tplane37
PPCGeeks Regular
Offline
Location: Akron, OH
 
Join Date: Dec 2008
Posts: 214
Reputation: 725
Tplane37 knows their stuffTplane37 knows their stuffTplane37 knows their stuffTplane37 knows their stuffTplane37 knows their stuffTplane37 knows their stuffTplane37 knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to Tplane37 Send a message via MSN to Tplane37 Send a message via Yahoo to Tplane37
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition

Quote:
Originally Posted by dan-htc-touch View Post
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.
__________________
RhodiumW (Sprint)
WM 6.5 - SenseUI 2.5.1922 - MaxManila v2.9 - Home Brewed ROM
Radio: 2.23.00WU



Last edited by Tplane37; 04-03-2009 at 05:32 PM.
Reply With Quote