Is there any registry key to change this value ??? Thanks in advance, I googled without any responce.
deckard_67 said:
Is there any registry key to change this value ??? Thanks in advance, I googled without any responce.
Click to expand...
Click to collapse
if you mean in the start menu, then you need to edit the startmenu_gridscene*******.cpr files
for example here's a 4 column large icon version
Code:
<Form Width="480" Height="800">
<StartMenu_GridScene ID="Scene">
<GridView ID="Start Menu Items List" Top="0" Left="0" Width="480" Height="736" Columns="4" Scrollable="TRUE" HexagonGrid="TRUE" HorizontalWrapAround="TRUE">
<Image ID="Selection" Left="7" Top="-28" Width="150" Height="155" Source=".\StartMenu_Selection.png" />
<Layer ID="GridItem" Width="145" Height="156" OnAction ="GridItemAction">
<Layer ID="Normal">
<Image ID="Image" Left="40" Top="4" Width="90" Height="90" ScaleStyle="Fit" />
<Text ID="Text" Left="30" Top="95" Width="110" 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="11" ForeColor="#00FFFFFF" Wrap="true" HorizontalAlignment="Center" Trimming="Character" InnerTextType="Resource">shellres.dll,22596</Text>
</Layer>
</GridView>
</StartMenu_GridScene>
</Form>
fards said:
if you mean in the start menu, then you need to edit the startmenu_gridscene*******.cpr files
.......................
Click to expand...
Click to collapse
i meant it, thanks guy.
MOD EDIT
Moving thread to general discussion forum
Related
Dear "Gods of customization"
i really praise you all for the excellent work. many time i keep reading your threads and forget the work in my hands. i am very much new to WM and i am in need of some help.
I am developing a theme for titanium homescreen. In my theme i want to have a fixed area which holds the shortcuts for the most frequently used applications . i tried changing the Titanium CPR file as shown below:
<Form>
<Image ID="Background" Opacity="1.0" Top="-52" Width="480" Height="800" Source="ConfettiPlus::WallpaperBitmap" />
<Layer ID="StaticHomeArea" Visible="False" />
<TitaniumListView ID="HomeNav" Top="0" Width="480" Height="100" Columns="1" Rows="5" ItemWidth="480" ItemHeight="68">
<Layer ID="Focus" Width="480" Height="140" Clip="False">
<Image ID="Image Default" Left="0" Top="0" Width="480" Height="164" ScalingAlgorithm="TriLinear" Opacity="1.0" />
</Layer>
<Layer ID="ListItem" Visible="False" />
<Layer ID="No Items" Opacity="0">
<Text ID="Text" Width="100" Height="19" FontFamily="Tahoma" FontSize="9" FontStyle="Bold" Wrap="False" Trimming="EllipsisCharacter">No Items</Text>
</Layer>
</TitaniumListView>
<Layer ID="NPI">
<!-- NPI on left side -->
<Image ID="Left" Left="4" Top="74" Width="8" Height="18" Opacity="1.0" />
<!-- NPI on right side -->
<Image ID="Right" Left="468" Top="74" Width="8" Height="18" Opacity="1.0" />
</Layer>
<Layer ID="MPI">
<!-- MPI on left side -->
<Image ID="Left" Left="362" Top="32" Width="20" Height="20" Opacity="1.0" />
<!-- MPI on right side -->
<Image ID="Right" Left="221" Top="16" Width="10" Height="10" Opacity="1.0" />
</Layer>
<!-- WelcomeCenter layout templates -->
.
.
.
.
.
<TitaniumListView ID="HomeNav" Top="100" Width="480" Height="600" Columns="1" Rows="5" ItemWidth="480" ItemHeight="68">
<Layer ID="Focus" Width="480" Height="140" Clip="False">
<Image ID="Image Default" Left="0" Top="0" Width="480" Height="164" ScalingAlgorithm="TriLinear" Opacity="1.0" />
</Layer>
<Layer ID="ListItem" Visible="False" />
<Layer ID="No Items" Opacity="0">
<Text ID="Text" Width="100" Height="19" FontFamily="Tahoma" FontSize="9" FontStyle="Bold" Wrap="False" Trimming="EllipsisCharacter">No Items</Text>
</Layer>
</TitaniumListView>
<Layer ID="NPI">
<!-- NPI on left side -->
<Image ID="Left" Left="4" Top="74" Width="8" Height="18" Opacity="1.0" />
<!-- NPI on right side -->
<Image ID="Right" Left="468" Top="74" Width="8" Height="18" Opacity="1.0" />
</Layer>
<Layer ID="MPI">
<!-- MPI on left side -->
<Image ID="Left" Left="362" Top="32" Width="20" Height="20" Opacity="1.0" />
<!-- MPI on right side -->
<Image ID="Right" Left="221" Top="16" Width="10" Height="10" Opacity="1.0" />
</Layer>
<!-- HomeHome==Clock layout templates -->
.
.
.
.
</Form>
I dont know if my approach is right or wrong but this change is not creating 2 listviews.
So, I changed the size to a big bigger, and the text to a bit smaller
Code:
<Form Width="240" Height="320">
<StartMenu_GridScene ID="Scene">
<GridView ID="Start Menu Items List" Top="0" Left="0" Width="240" Height="268" Columns="3" Scrollable="TRUE" HexagonGrid="TRUE" HorizontalWrapAround="TRUE" PaginatedScrolling="TRUE">
<Image ID="Selection" Left="0" Top="-15" Width="96" Height="79" Source=".\StartMenu_Selection.png" />
<Layer ID="GridItem" Width="96" Height="83" OnAction ="GridItemAction">
<Layer ID="Normal">
<Image ID="Image" Left="25" Top="2" Width="45" Height="45" ScaleStyle="Fit" />
<Text ID="Text" Left="9" Top="49" Width="78" 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>
Now, scrolling in the start menu is not smooth. It's very stuttery. I'm thinking this is related to this change in the start menu size. Why is this happening?
Also, to confirm, can someone using WM6.5 on a QVGA screen send me their unaltered, default StartMenu_GridScene_240x320.cpr and StartMenu_GridScene_320x240.cpr files? They're located in \Windows\. I'll put those back there, and then see if the prob is fixed.
Thanks.
UPDATE: I found the original unaltered files. And with those, scrolling is fine. With larger icons, it isn't.
I have my icons sized to 80x80 with 4 rows and it works just as well as it did smaller, I also deleted the text seeing as I know what every icon and folder is already. just delete "text" and instead put a space..." " like this. I have a fuze but it seems to be just fine.
Hello to all, guys I need to understand one thing, in some slides around them are the arrows animated loops, have allowed me to take a LS_LockScene a Cab LockScreen a user to XDA here, to understand something .. ... I can not understand why the arrows of the button slides are not animated! Could anybody tell me how and what is correct?
Code:
<Form Width="480" Height="800">
<LS_LockScene ID="Scene">
<Slider ID="LockSlider" Top="16" Left="48" Width="384" Height="82" Orientation="Middle" OnPress="ShowNotifications" OnSlideLeftFinal="Unlock" OnSlideRightFinal="Unlock" >
<Layer ID="SlidePath" >
<Layer ID="SlidePathLeft">
<Image Left="54" Top="28" Width="58" Height="26" Opacity="1.0" Source="\windows\arr_loop_l4.png" />
</Layer>
<Layer ID="SlidePathRight">
<Image Left="272" Top="28" Width="58" Height="26" Opacity="1.0" Source="\windows\arr_loop_r4.png" />
</Layer>
<!--<ControlSequence ID="SlidePathEnterSequenceLeft" Left="54" Top="19" Width="58" Height="26" FramesPerSecond="28" Loop="False">
<Image ID="Sequence1" Opacity="1.0" Source="\windows\arwL_entry_001.png" />
<Image ID="Sequence2" Opacity="1.0" Source="\windows\arwL_entry_002.png" />
<Image ID="Sequence3" Opacity="1.0" Source="\windows\arwL_entry_003.png" />
<Image ID="Sequence4" Opacity="1.0" Source="\windows\arwL_entry_004.png" />
<Image ID="Sequence5" Opacity="1.0" Source="\windows\arwL_entry_005.png" />
<Image ID="Sequence6" Opacity="1.0" Source="\windows\arwL_entry_006.png" />
<Image ID="Sequence7" Opacity="1.0" Source="\windows\arwL_entry_007.png" />
<Image ID="Sequence8" Opacity="1.0" Source="\windows\arwL_entry_008.png" />
<Image ID="Sequence9" Opacity="1.0" Source="\windows\arwL_entry_009.png" />
<Image ID="Sequence10" Opacity="1.0" Source="\windows\arwL_entry_010.png" />
<Image ID="Sequence11" Opacity="1.0" Source="\windows\arwL_entry_011.png" />
<Image ID="Sequence12" Opacity="1.0" Source="\windows\arwL_entry_012.png" />
<Image ID="Sequence13" Opacity="1.0" Source="\windows\arwL_entry_013.png" />
<Image ID="Sequence14" Opacity="1.0" Source="\windows\arwL_entry_014.png" />
<Image ID="Sequence15" Opacity="1.0" Source="\windows\arwL_entry_015.png" />
<Image ID="Sequence16" Opacity="1.0" Source="\windows\arwL_entry_016.png" />
<Image ID="Sequence17" Opacity="1.0" Source="\windows\arwL_entry_017.png" />
<Image ID="Sequence18" Opacity="1.0" Source="\windows\arwL_entry_018.png" />
<Image ID="Sequence19" Opacity="1.0" Source="\windows\arwL_entry_019.png" />
<Image ID="Sequence20" Opacity="1.0" Source="\windows\arwL_entry_020.png" />
<Image ID="Sequence21" Opacity="1.0" Source="\windows\arwL_entry_021.png" />
</ControlSequence>
<ControlSequence ID="SlidePathEnterSequenceRight" Left="272" Top="19" Width="58" Height="26" FramesPerSecond="28" Loop="False">
<Image ID="Sequence1" Opacity="1.0" Source="\windows\arwR_enter_001.png" />
<Image ID="Sequence2" Opacity="1.0" Source="\windows\arwR_enter_002.png" />
<Image ID="Sequence3" Opacity="1.0" Source="\windows\arwR_enter_003.png" />
<Image ID="Sequence4" Opacity="1.0" Source="\windows\arwR_enter_004.png" />
<Image ID="Sequence5" Opacity="1.0" Source="\windows\arwR_enter_005.png" />
<Image ID="Sequence6" Opacity="1.0" Source="\windows\arwR_enter_006.png" />
<Image ID="Sequence7" Opacity="1.0" Source="\windows\arwR_enter_007.png" />
<Image ID="Sequence8" Opacity="1.0" Source="\windows\arwR_enter_008.png" />
<Image ID="Sequence9" Opacity="1.0" Source="\windows\arwR_enter_009.png" />
<Image ID="Sequence10" Opacity="1.0" Source="\windows\arwR_enter_010.png" />
<Image ID="Sequence11" Opacity="1.0" Source="\windows\arwR_enter_011.png" />
<Image ID="Sequence12" Opacity="1.0" Source="\windows\arwR_enter_012.png" />
<Image ID="Sequence13" Opacity="1.0" Source="\windows\arwR_enter_013.png" />
<Image ID="Sequence14" Opacity="1.0" Source="\windows\arwR_enter_014.png" />
<Image ID="Sequence15" Opacity="1.0" Source="\windows\arwR_enter_015.png" />
<Image ID="Sequence16" Opacity="1.0" Source="\windows\arwR_enter_016.png" />
<Image ID="Sequence17" Opacity="1.0" Source="\windows\arwR_enter_017.png" />
<Image ID="Sequence18" Opacity="1.0" Source="\windows\arwR_enter_018.png" />
<Image ID="Sequence19" Opacity="1.0" Source="\windows\arwR_enter_019.png" />
<Image ID="Sequence20" Opacity="1.0" Source="\windows\arwR_enter_020.png" />
<Image ID="Sequence21" Opacity="1.0" Source="\windows\arwR_enter_021.png" />
</ControlSequence>
<ControlSequence ID="SlidePathLoopSequenceLeft" Left="54" Top="19" Width="58" Height="26" FramesPerSecond="4" LoopCount="2">
<Image ID="Sequence1" Opacity="1.0" Source="\windows\arr_loop_l1.png" />
<Image ID="Sequence2" Opacity="1.0" Source="\windows\arr_loop_l2.png" />
<Image ID="Sequence3" Opacity="1.0" Source="\windows\arr_loop_l3.png" />
<Image ID="Sequence4" Opacity="1.0" Source="\windows\arr_loop_l4.png" />
</ControlSequence>
<ControlSequence ID="SlidePathLoopSequenceRight" Left="272" Top="19" Width="58" Height="26" FramesPerSecond="4" LoopCount="2">
<Image ID="Sequence1" Opacity="1.0" Source="\windows\arr_loop_r1.png" />
<Image ID="Sequence2" Opacity="1.0" Source="\windows\arr_loop_r2.png" />
<Image ID="Sequence3" Opacity="1.0" Source="\windows\arr_loop_r3.png" />
<Image ID="Sequence4" Opacity="1.0" Source="\windows\arr_loop_r4.png" />
</ControlSequence>-->
</Layer>
<Layer ID="Slide" Width="122" Height="82" OnInitComplete="Binding:LockScreen,LS_Notifications">
<Layer ID="SlideDown">
<Image ID="SliderFocusIcon" Width="122" Height="82" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" />
</Layer>
<Layer ID="SlideUp">
<Image ID="SliderIcon" Width="122" Height="82" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" />
</Layer>
<Text ID="TotalCount" Top="42" Left="55" Width="41" Height="21" FontFamily="Helvetica Neue OTS" FontSize="10" Wrap="False" HorizontalAlignment="Right" VerticalAlignment="Middle" Opacity="1.0">
<!--<TextStage TextOffsetType="TextOffsetOutline" Color="#FFFFFFFF" TextOffset="0"/>-->
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
</Text>
</Layer>
</Slider>
<Text ID="TapOrSlide" Top="90" Width="480" Height="24" FontFamily="Helvetica Neue OTS" FontSize="9" Wrap="False" HorizontalAlignment="Center" VerticalAlignment="Middle" InnerTextType="Resource" Text="shellresapps.dll,18150">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
</Text>
<Text ID="SlideToUnlock" Top="90" Width="480" Height="24" FontFamily="Helvetica Neue OTS" FontSize="9" Wrap="False" HorizontalAlignment="Center" VerticalAlignment="Middle" InnerTextType="Resource" Text="shellresapps.dll,18149">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
</Text>
<LockScreenListView ID="Notifications List" Top="125" Left="48" Width="384" Height="634" Columns="1" Rows="4" ItemWidth="384" ItemHeight="92" OnInitComplete="Binding:LockScreen,LS_Notifications">
<Layer ID="Focus" Width="384" Height="92" />
<Layer ID="ListItem" Visible="False">
<Layer ID="Normal">
<Slider ID="ItemSlider" Width="384" Height="82" Orientation="Middle" OnSlideLeftFinal="NotificationUnlock" OnSlideRightFinal="NotificationUnlock">
<Layer ID="SlidePath">
<Layer ID="SlidePathLeft">
<Image Left="76" Top="26" Width="58" Height="26" Opacity="1.0" Source="\windows\arr_loop_l4.png" />
</Layer>
<Layer ID="SlidePathRight">
<Image Left="250" Top="26" Width="58" Height="26" Opacity="1.0" Source="\windows\arr_loop_r4.png" />
</Layer>
the second part of the file .cpr is in second post
Code:
<!--<ControlSequence ID="SlidePathEnterSequenceLeft" Left="76" Top="17" Width="58" Height="26" FramesPerSecond="28" Loop="False">
<Image ID="Sequence1" Opacity="1.0" Source="\windows\arwL_entry_001.png" />
<Image ID="Sequence2" Opacity="1.0" Source="\windows\arwL_entry_002.png" />
<Image ID="Sequence3" Opacity="1.0" Source="\windows\arwL_entry_003.png" />
<Image ID="Sequence4" Opacity="1.0" Source="\windows\arwL_entry_004.png" />
<Image ID="Sequence5" Opacity="1.0" Source="\windows\arwL_entry_005.png" />
<Image ID="Sequence6" Opacity="1.0" Source="\windows\arwL_entry_006.png" />
<Image ID="Sequence7" Opacity="1.0" Source="\windows\arwL_entry_007.png" />
<Image ID="Sequence8" Opacity="1.0" Source="\windows\arwL_entry_008.png" />
<Image ID="Sequence9" Opacity="1.0" Source="\windows\arwL_entry_009.png" />
<Image ID="Sequence10" Opacity="1.0" Source="\windows\arwL_entry_010.png" />
<Image ID="Sequence11" Opacity="1.0" Source="\windows\arwL_entry_011.png" />
<Image ID="Sequence12" Opacity="1.0" Source="\windows\arwL_entry_012.png" />
<Image ID="Sequence13" Opacity="1.0" Source="\windows\arwL_entry_013.png" />
<Image ID="Sequence14" Opacity="1.0" Source="\windows\arwL_entry_014.png" />
<Image ID="Sequence15" Opacity="1.0" Source="\windows\arwL_entry_015.png" />
<Image ID="Sequence16" Opacity="1.0" Source="\windows\arwL_entry_016.png" />
<Image ID="Sequence17" Opacity="1.0" Source="\windows\arwL_entry_017.png" />
<Image ID="Sequence18" Opacity="1.0" Source="\windows\arwL_entry_018.png" />
<Image ID="Sequence19" Opacity="1.0" Source="\windows\arwL_entry_019.png" />
<Image ID="Sequence20" Opacity="1.0" Source="\windows\arwL_entry_020.png" />
<Image ID="Sequence21" Opacity="1.0" Source="\windows\arwL_entry_021.png" />
</ControlSequence>
<ControlSequence ID="SlidePathEnterSequenceRight" Left="250" Top="17" Width="58" Height="26" FramesPerSecond="28" Loop="False">
<Image ID="Sequence1" Opacity="1.0" Source="\windows\arwR_enter_001.png" />
<Image ID="Sequence2" Opacity="1.0" Source="\windows\arwR_enter_002.png" />
<Image ID="Sequence3" Opacity="1.0" Source="\windows\arwR_enter_003.png" />
<Image ID="Sequence4" Opacity="1.0" Source="\windows\arwR_enter_004.png" />
<Image ID="Sequence5" Opacity="1.0" Source="\windows\arwR_enter_005.png" />
<Image ID="Sequence6" Opacity="1.0" Source="\windows\arwR_enter_006.png" />
<Image ID="Sequence7" Opacity="1.0" Source="\windows\arwR_enter_007.png" />
<Image ID="Sequence8" Opacity="1.0" Source="\windows\arwR_enter_008.png" />
<Image ID="Sequence9" Opacity="1.0" Source="\windows\arwR_enter_009.png" />
<Image ID="Sequence10" Opacity="1.0" Source="\windows\arwR_enter_010.png" />
<Image ID="Sequence11" Opacity="1.0" Source="\windows\arwR_enter_011.png" />
<Image ID="Sequence12" Opacity="1.0" Source="\windows\arwR_enter_012.png" />
<Image ID="Sequence13" Opacity="1.0" Source="\windows\arwR_enter_013.png" />
<Image ID="Sequence14" Opacity="1.0" Source="\windows\arwR_enter_014.png" />
<Image ID="Sequence15" Opacity="1.0" Source="\windows\arwR_enter_015.png" />
<Image ID="Sequence16" Opacity="1.0" Source="\windows\arwR_enter_016.png" />
<Image ID="Sequence17" Opacity="1.0" Source="\windows\arwR_enter_017.png" />
<Image ID="Sequence18" Opacity="1.0" Source="\windows\arwR_enter_018.png" />
<Image ID="Sequence19" Opacity="1.0" Source="\windows\arwR_enter_019.png" />
<Image ID="Sequence20" Opacity="1.0" Source="\windows\arwR_enter_020.png" />
<Image ID="Sequence21" Opacity="1.0" Source="\windows\arwR_enter_021.png" />
</ControlSequence>
<ControlSequence ID="SlidePathLoopSequenceLeft" Left="76" Top="17" Width="58" Height="26" FramesPerSecond="4" LoopCount="2">
<Image ID="Sequence1" Opacity="1.0" Source="\windows\arr_loop_l1.png" />
<Image ID="Sequence2" Opacity="1.0" Source="\windows\arr_loop_l2.png" />
<Image ID="Sequence3" Opacity="1.0" Source="\windows\arr_loop_l3.png" />
<Image ID="Sequence4" Opacity="1.0" Source="\windows\arr_loop_l4.png" />
</ControlSequence>
<ControlSequence ID="SlidePathLoopSequenceRight" Left="250" Top="17" Width="58" Height="26" FramesPerSecond="4" LoopCount="2">
<Image ID="Sequence1" Opacity="1.0" Source="\windows\arr_loop_r1.png" />
<Image ID="Sequence2" Opacity="1.0" Source="\windows\arr_loop_r2.png" />
<Image ID="Sequence3" Opacity="1.0" Source="\windows\arr_loop_r3.png" />
<Image ID="Sequence4" Opacity="1.0" Source="\windows\arr_loop_r4.png" />
</ControlSequence>-->
</Layer>
<Layer ID="Slide" Width="120" Height="82">
<Layer ID="SlideDown">
<Image ID="Focus Image" Left="21" Width="80" Height="82" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" />
</Layer>
<Layer ID="SlideUp">
<Image ID="Image" Left="21" Width="80" Height="82" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" />
</Layer>
<Text ID="Notification Count" Top="45" Left="55" Width="41" Height="21" FontFamily="Helvetica Neue OTS" FontSize="10" FontStyle="Regular" Wrap="False" HorizontalAlignment="Right" VerticalAlignment="Middle" Trimming="EllipsisCharacter" Opacity="1.0" >
<!--<TextStage TextOffsetType="TextOffsetOutline" Color="#FFFFFFFF" TextOffset="0"/>-->
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
</Text>
</Layer>
</Slider>
</Layer>
</Layer>
<Layer ID="No Items">
</Layer>
</LockScreenListView>
<Layer ID="TimeAppointment" Top="540">
<Image ID="TimeBG" Width="480" Height="207" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" Source="\windows\LS_TimeBG.png"/>
<Layer Top="14" ID="DateTime" OnInitComplete="Binding:LockScreen,LS_ClockDataItem">
<Text ID="TimeText" Width="288" Top="-2" Height="68" FontFamily="Helvetica Neue OTS" FontSize="31" FontStyle="Regular" Wrap="False" HorizontalAlignment="Right" VerticalAlignment="Middle" Opacity="1.0" >
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
</Text>
<Text ID="AMPMText" Left="300" Width="180" Height="32" FontFamily="Helvetica Neue OTS" FontSize="9" FontStyle="Regular" Wrap="False" HorizontalAlignment="Left" VerticalAlignment="Middle" Opacity="1.0" >
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
</Text>
<Text ID="DateText" Left="300" Top="33" Width="180" Height="38" FontFamily="Helvetica Neue OTS" FontSize="11" FontStyle="Regular" Wrap="False" HorizontalAlignment="Left" VerticalAlignment="Middle" Opacity="1.0" >
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
</Text>
</Layer>
<Layer ID="Appointment" Left="5" Top="100" OnInitComplete="Binding:LockScreen,LS_Appointment">
<Image Width="80" Height="82" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" Source="\windows\htc_icn_cal_up.png"/>
<Text ID="Subject" Left="86" Width="360" Height="35" FontFamily="Helvetica Neue OTS" FontSize="10" FontStyle="Bold" Wrap="False" HorizontalAlignment="Left" VerticalAlignment="Middle" Trimming="EllipsisCharacter" Opacity="1.0" >
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
</Text>
<Text ID="Time" Left="86" Top="36" Width="360" Height="30" FontFamily="Helvetica Neue OTS" FontSize="8" FontStyle="Regular" Wrap="False" HorizontalAlignment="Left" VerticalAlignment="Middle" Opacity="1.0" >
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
<TextStage TextOffsetType="TextOffsetNone" Color="#FF999999"/>
</Text>
<Text ID="Location" Left="86" Top="67" Width="360" Height="30" FontFamily="Helvetica Neue OTS" FontSize="8" FontStyle="Regular" Wrap="False" HorizontalAlignment="Left" VerticalAlignment="Middle" Trimming="EllipsisCharacter" Opacity="1.0" >
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
<TextStage TextOffsetType="TextOffsetNone" Color="#FF999999"/>
</Text>
</Layer>
</Layer>
</LS_LockScene>
</Form>
Can you help me?
Been doing a bit of lock-screen CPR editing myself. Trying to figure things out.
[removed]
Here you go:
Edit:
Just noticed, the code you provided uses the default Windows Mobile lock sceen. The HD2 uses the one in /Windows/LockScreen. In the one in there, the code for the animation is commented out. Let me spend 10 minutes making a LockScreen with the animation in for you.
Here you go, rename the copy of it in /windows/lockscreen and paste this one in. The animation is a little offset, probably why HTC commented it out - to either fix it in a future ROM, or just to not waste effort on it.
[removed, see above]
hello to will any please help me to how we will change the size of icons ....because mine looks quite big i already changed the icon resolution but still my icons look big..;i think we have to do in start_menu grid but i did not sure...so will any one please help me...
thanks to all
Yes, in the start menu cpr, change in <Image> the width and height
OndraSter said:
Yes, in the start menu cpr, change in <Image> the width and height
Click to expand...
Click to collapse
thanks u very much bro it changed my icon size but there is a big gap between the icon and the text in which entry we modify this
Again in the cpr, I guess you can try lowering the "top" value of <Text>
OndraSter said:
Again in the cpr, I guess you can try lowering the "top" value of <Text>
Click to expand...
Click to collapse
Ok thank bro one last question for modifying thé gap between one icon to another icon is too large also ...in first row i want to make it for showing 5 icons instead of 4 in screen shot ...I have again modify the height and width in text or ?
Thanks once again
shafizal said:
Ok thank bro one last question for modifying thé gap between one icon to another icon is too large also ...in first row i want to make it for showing 5 icons instead of 4 in screen shot ...I have again modify the height and width in text or ?
Thanks once again
Click to expand...
Click to collapse
Depends on your resolution, here is a cpr for WQVGA, yours may be different
Code:
<Form Width="240" Height="400">
<StartMenu_GridScene ID="Scene">
<GridView ID="Start Menu Items List" Top="0" Left="0" Width="240" Height="348" Columns="3" Scrollable="TRUE" HexagonGrid="TRUE" HorizontalWrapAround="TRUE">
<Image ID="Selection" Left="0" Top="0" Width="96" Height="83" Source=".\StartMenu_Selection.png" />
<Layer ID="GridItem" Width="96" Height="83" OnAction ="GridItemAction">
<Layer ID="Normal">
<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="8" 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>
You can change Columns="3" to any number that you like
lioryte said:
Depends on your resolution, here is a cpr for WQVGA, yours may be different
Code:
<Form Width="240" Height="400">
<StartMenu_GridScene ID="Scene">
<GridView ID="Start Menu Items List" Top="0" Left="0" Width="240" Height="348" Columns="3" Scrollable="TRUE" HexagonGrid="TRUE" HorizontalWrapAround="TRUE">
<Image ID="Selection" Left="0" Top="0" Width="96" Height="83" Source=".\StartMenu_Selection.png" />
<Layer ID="GridItem" Width="96" Height="83" OnAction ="GridItemAction">
<Layer ID="Normal">
<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="8" 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>
You can change Columns="3" to any number that you like[/QUOTE
thanks for the reply............ but the value is for columns grid..i am looking for reduce the gap between from one icon to another icon
Click to expand...
Click to collapse
Mostly change the Columns number in the <GridView> , test it and if it overlaps, change the width of the text.
Also, (never tried this) but maybe change the <Form Width="240" Height="400> to a smaller number to get 'em closer?
VGA Ekranlar için diamond dan görüntüler az önce hazırladım
http://forum.xda-developers.com/showthread.php?t=881858
PHP:
<?xml version="1.0"?>
<Form xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Width="480" Height="640">
<StartMenu_GridScene ID="Scene">
<GridView ID="Start Menu Items List" Width="480" Height="536" Columns="1" Scrollable="TRUE" HexagonGrid="TRUE" HorizontalWrapAround="FALSE">
<Image ID="Selection" Left="57" Width="90" Height="90" Source=".\" />
<Layer ID="GridItem" Width="480" Height="90" OnAction="GridItemAction">
<Layer ID="Normal">
<Image ID="Hexagon Overlay Image" Width="480" Height="90" ScaleStyle="Fit" Source=".\" />
<Image ID="Image" Left="20" Top="13" Width="64" Height="64" ScaleStyle="Fit" />
<Text ID="Text" Left="105" Top="46" Width="480" Height="90" FontFamily="Segoe UI" FontSize="8" ForeColor="3bb9ff" BackColor="#2000ff " Wrap="True" Trimming="EllipsisCharacter" />
<Text ID="Text" Left="105" Top="06" Width="480" Height="90" FontFamily="Segoe UI" FontSize="13" ForeColor="#ffffff" BackColor="#2000ff " Wrap="True" Trimming="EllipsisCharacter" />
</Layer>
</Layer>
<Layer ID="NoItems">
<Text ID="Text" Width="480" Height="90" FontFamily="Tahoma" FontSize="10" ForeColor="#00FFFFFF" Wrap="False" Trimming="Character" HorizontalAlignment="Center" InnerTextType="Resource" />
</Layer>
</GridView>
</StartMenu_GridScene>
</Form>
it's used well and fastly?
raymond7555 said:
it's used well and fastly?
Click to expand...
Click to collapse
yes, if you know and have support applications its