Tuesday, September 15, 2009

Windows Mobile 6.5 – 5 Columns Start Menu in Portrait – Grid Scene



image
<Form Width="240" Height="320">
<StartMenu_GridScene ID="Scene">
<GridView ID="Start Menu Items List" Top="0" Left="0"
Width="240" Height="268" Columns="5" Scrollable="TRUE"
HexagonGrid="TRUE" HorizontalWrapAround="TRUE"
PaginatedScrolling="TRUE">
<Image ID="Selection" Left="0" Top="0" Width="64" Height="64"
Source=".\StartMenu_Selection.png" />
<Layer ID="GridItem" Width="64" Height="64"
OnAction="GridItemAction">
<Layer ID="Normal">
<Image ID="Image" Left="21" Top="3" Width="24"
Height="24" ScaleStyle="Fit" />
<Text ID="Text" Left="11" Top="36" Width="45" Height="29"
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 is QVGA, I don’t really need big icons, I have Asian fingers :P :)

5 comments:

  1. Thanks for your help!

    Just a question:
    Should I build a cab or you can share one?

    ReplyDelete
  2. it's up to you to build a CAB or you could just easily modify that your self without any hassle.

    go to Windows and modify StartMenu_GridScene_230x320.cpr

    ReplyDelete
  3. Hi,

    This is a nice modification, any idea what the measurements should be for a TD2 (480 X 800)?

    Thanks,
    WM

    ReplyDelete
  4. The file is protected, How can i replace it ?
    Thanks

    ReplyDelete
  5. Can you write a code for 4 columns instead of 5?

    Also, how do I edit this? I created a new file and tried to overwrite the original file, but it gave "Access Denied".


    Thanks

    ReplyDelete

Note: Only a member of this blog may post a comment.