05-23-2010, 10:34 PM
|
|
Wolf dog master, Chef
Offline
Location: San Antonio, Tx
|
|
Join Date: May 2009
Posts: 1,708
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
|
|
Re: [Kitchen] WVGA Touch Pro 2 Collaboration
Quote:
Originally Posted by captblaze
Code:
Form Width="480" Height="800">
<StartMenu_GridScene ID="Scene">
<GridView ID="Start Menu Items List" Top="0" Left="0" Width="480" Height="696" Columns="3" Scrollable="TRUE" HexagonGrid="TRUE" HorizontalWrapAround="TRUE">
<Image ID="Selection" Left="0" Top="-30" Width="192" Height="158" Source=".\StartMenu_Selection.png" />
<Layer ID="GridItem" Width="192" Height="166" OnAction ="GridItemAction">
<Layer ID="Normal">
<Image ID="Image" Left="51" Top="4" Width="90" Height="90" ScaleStyle="Fit" />
<Text ID="Text" Left="18" Top="98" Width="156" Height="68" 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="480" Height="40" 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 the contents of the file i just opened
|
Ok, found it, was looking in the wrong place. Thanks
Edit: all I can say is, a little change goes a long, long way. Now it's too big. LOL
__________________
He is your friend, your partner, your defender, your dog. You are his life, his love, his leader. He will be yours, faithful and true, to the last beat of his heart. You owe it to him to be worthy of such devotion
Last edited by Timberwolf671; 05-23-2010 at 10:40 PM.
|