|
||||
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
Depending on the Star_MenuGrid_*.cpr you have, You may need to edit that as well. 21195 had 2 specific images it used for the Honeycomb. Just in case you try to change it and it doesn't work, you will know where else to look.
__________________
|
|
||||
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
Quote:
Still being worked on over at XDA. Titan_Build_21193/21195/21198 Last edited by Tplane37; 04-03-2009 at 04:53 PM. |
|
||||
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
Quote:
__________________
Paypal Donations USD
Follow me on twitter @getitnowmarket |
This post has been thanked 2 times. |
|
||||
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
still a work in progress, but I don't plan on expanding it for a while, so I will share what I have already, it overwrites the startmenu prov with a blank at build time, because I'm lazy and don't like prov's
|
This post has been thanked 5 times. |
|
||||
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
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> 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. Last edited by Tplane37; 04-03-2009 at 05:32 PM. |
|
|
|