[Q]How to change the icon size in start menu - Windows Mobile

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?

Related

[App][WM6.5][26 MAY 09]AudioManager Titanium Panel QVGA,WQVGA,VGA(need WVGA version)

This is a installer for AudioManager plugin for Titanium.
The plugin was made for drkfngthdragnlrd (all thanks to him) and the installer was made for Appstar (thanks for that).
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I only make for QVGA devices, I hope that you guys with other device resolutions can help with his respective version or plg. Thanks for that.
Advice: This panel doesn't allow forward or rewind the songs, only play,pause, and show album art. Sorry I dont know how make it, maybe drkfngthdragnlrd or other developers can make it.
Below you have 2 versions: One for WM7 Titanium Project 6.9 and the other for the default skin of Titanium. Enjoy
Edit: Hi guys sorry for late answer. I update the default version installer now must be work with QVGA, WQVGA, and VGA(thanks to everybody that makes this possible). Still need somebody that adapt to WVGA (I dont have a WVGA device, yet).
Good!!!!thanks!!!!我喜欢的
thx try it
Can you make a similar plugin for S2P/Nitrogen please?
rayraven said:
Can you make a similar plugin for S2P/Nitrogen please?
Click to expand...
Click to collapse
+1 count me in
well i could make wqvga but the problem is it won't install at all, during setup there is an error and even though i press cancel, it writes to registry, disables all my other tabs so i have to reinstall them but the worst part is it doesn't make andy folders in Program files from which could i make a modified tab. Tried it on Omnia and Raphael, both generate the same error.
edit: also, during the setup when i need to chose loaction it says RyomaHinoAudioMgr Panel WM7, while the .cab title is AudioMgr_Installer_default.cab. Did you just forget to change the setup title or is it something else?
error:
and setup info:
screenshots are from an emulator because its simpler for me to take shots, but error and and setup information are exactly the same on actual devices
theFREAKed said:
well i could make wqvga but the problem is it won't install at all, during setup there is an error and even though i press cancel, it writes to registry, disables all my other tabs so i have to reinstall them but the worst part is it doesn't make andy folders in Program files from which could i make a modified tab. Tried it on Omnia and Raphael, both generate the same error.
edit: also, during the setup when i need to chose loaction it says RyomaHinoAudioMgr Panel WM7, while the .cab title is AudioMgr_Installer_default.cab. Did you just forget to change the setup title or is it something else?
error:
and setup info:
screenshots are from an emulator because its simpler for me to take shots, but error and and setup information are exactly the same on actual devices
Click to expand...
Click to collapse
Ummm I think its a problem with ATPluginInstaller, do you have similar issues when you install another plugins?
About the titles was my bet, I forget to change that.
Please tell me what version do you want to install (WM7 titanium project or default one)?
ryomahino said:
Ummm I think its a problem with ATPluginInstaller, do you have similar issues when you install another plugins?
About the titles was my bet, I forget to change that.
Please tell me what version do you want to install (WM7 titanium project or default one)?
Click to expand...
Click to collapse
No a problem with the installer. I got the same error and never did before w/ the titanium weather, cvolume, or ccomm plugins. I installed the default one.
that's right, i am trying to install default and never had a problem like that with other plugins, i used ccomm, claunch, cvolume and atfave people
Thnx my friend, i just modd a lil bit this app, so it can be installed automatically in my sd card, so i can use it in my sdconfig! !
THANK U!!!!!
Great app!
i think i know where the problem is, ATplugin installer determines your resolution on install and if there is no supported resolution in default.plg it could throw an exception, but that is just a guess. try to just copy-paste your resolution's layout for a couple of times and adjust resolution accordingly, leaving setting the same. that way it should install on all devices so i can modify them, because this way i can't even open .plg file because i don't get one. here is an example of working multi-resolution. plg from cvolume
theFREAKed said:
i think i know where the problem is, ATplugin installer determines your resolution on install and if there is no supported resolution in default.plg it could throw an exception, but that is just a guess. try to just copy-paste your resolution's layout for a couple of times and adjust resolution accordingly, leaving setting the same. that way it should install on all devices so i can modify them, because this way i can't even open .plg file because i don't get one. here is an example of working multi-resolution. plg from cvolume
Click to expand...
Click to collapse
I think you are right because in the default.plg I specify only 2 resolutions 240x320 and 320x240 = QVGA
If you want to try in your phone you must do it manually. Please insert both code in titanium.cpr
For Portrait insert inside of titanium240x320.cpr
Code:
<!-- HTCMUSIC layout templates -->
<Layer ID="HTCMUSICExpanded" Visible="False" Width="240" Height="82" Clip="False">
<Layer ID="Page" Clip="False">
<!-- Icon on left side -->
<Image ID="Icon" Left="188" Top="-13" Width="43" Height="57" />
<!-- Large picture in Center -->
<Image ID="AlbumArt" Left="12" Top="19" Width="48" Height="48" ScaleStyle="Stretch" />
<!-- Small picture on right side -->
<Image ID="StatusImg" Left="208" Top="30" Width="23" Height="23" ScaleStyle="Stretch" />
<!-- Title text -->
<Text ID="Title" Left="10" Top="2" Width="118" Height="22" FontFamily="Tahoma" FontSize="9" FontStyle="Bold" Wrap="False" VerticalAlignment="Middle" Trimming="EllipsisCharacter">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
</Text>
<!-- Line 1 -->
<Text ID="TrackName" Left="85" Top="24" Width="121" Height="23" FontFamily="Tahoma" FontSize="10" FontStyle="Bold" Wrap="False" Trimming="EllipsisCharacter">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
</Text>
<!-- Icon for Line 1 not currently used -->
<!-- Line 2 -->
<Text ID="ArtistName" Left="85" Top="42" Width="146" Height="19" FontFamily="Tahoma" FontSize="9" FontStyle="Regular" Wrap="False" Trimming="EllipsisCharacter">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
</Text>
</Layer>
</Layer>
<Layer ID="HTCMUSICCondensed" Visible="False" Width="240" Height="34">
<Layer ID="Page">
<!-- Title or Condensed Line 1 -->
<Text ID="PluginLabel" Left="10" Top="4" Width="220" Height="34" FontFamily="Tahoma" FontSize="18" FontStyle="Regular" Wrap="False" VerticalAlignment="Top" Trimming="EllipsisCharacter" Text="Music">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
</Text>
</Layer>
</Layer>
For landscape insert inside of titanium320x240.cpr
Code:
<!-- HTCEMUSIC layout templates -->
<Layer ID="HTCMUSICExpanded" Visible="False" Width="320" Height="82" Clip="False">
<Layer ID="Page" Clip="False">
<!-- Icon on left side -->
<Image ID="Icon" Left="268" Top="-13" Width="43" Height="57" />
<!-- Large picture in Center -->
<Image ID="AlbumArt" Left="17" Top="19" Width="48" Height="48" ScaleStyle="Stretch" />
<!-- Small picture on right side -->
<Image ID="StatusImg" Left="281" Top="30" Width="23" Height="23" ScaleStyle="Stretch" />
<!-- Title text -->
<Text ID="Title" Left="10" Top="2" Width="180" Height="22" FontFamily="Tahoma" FontSize="9" FontStyle="Bold" Wrap="False" VerticalAlignment="Middle" Trimming="EllipsisCharacter">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
</Text>
<!-- Line 1 -->
<Text ID="TrackName" Left="95" Top="24" Width="184" Height="23" FontFamily="Tahoma" FontSize="10" FontStyle="Bold" Wrap="False" Trimming="EllipsisCharacter">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
</Text>
<!-- Icon for Line 1 not currently used -->
<!-- Line 2 -->
<Text ID="ArtistName" Left="95" Top="39" Width="209" Height="19" FontFamily="Tahoma" FontSize="9" FontStyle="Regular" Wrap="True" Trimming="EllipsisCharacter">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
</Text>
</Layer>
</Layer>
<Layer ID="HTCMUSICCondensed" Visible="False" Width="320" Height="34">
<Layer ID="Page">
<!-- Title or Condensed Line 1 -->
<Text ID="PluginLabel" Left="10" Top="4" Width="300" Height="34" FontFamily="Tahoma" FontSize="18" FontStyle="Regular" Wrap="False" VerticalAlignment="Top" Trimming="EllipsisCharacter" Text"Music">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
</Text>
</Layer>
</Layer>
And copy the files inside the zip in windows folder.
This is only a temporal solution until someone adapt the plugin to other resolutions. Sorry I only have a QVGA.
Sorry double post.
alright VGA guys using the default wm 6.5 theme...
use this in your Titanium_480x640.cpr:
Code:
<!-- HTCMUSIC layout templates -->
<Layer ID="HTCMUSICExpanded" Visible="False" Width="480" Height="164" Clip="False">
<Layer ID="Page" Clip="False">
<!-- Icon on left side -->
<Image ID="Icon" Left="376" Top="-7" Width="86" Height="114" />
<!-- Large picture in Center -->
<Image ID="AlbumArt" Left="24" Top="38" Width="86" Height="86" ScaleStyle="Stretch" />
<!-- Small picture on right side -->
<Image ID="StatusImg" Left="400" Top="90" Width="46" Height="46" ScaleStyle="Stretch" />
<!-- Title text -->
<Text ID="Title" Left="20" Top="4" Width="118" Height="44" FontFamily="Tahoma" FontSize="9" FontStyle="Bold" Wrap="False" VerticalAlignment="Middle" Trimming="EllipsisCharacter">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
</Text>
<!-- Line 1 -->
<Text ID="TrackName" Left="140" Top="45" Width="242" Height="46" FontFamily="Tahoma" FontSize="10" FontStyle="Bold" Wrap="False" Trimming="EllipsisCharacter">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
</Text>
<!-- Icon for Line 1 not currently used -->
<!-- Line 2 -->
<Text ID="ArtistName" Left="140" Top="80" Width="292" Height="38" FontFamily="Tahoma" FontSize="9" FontStyle="Regular" Wrap="False" Trimming="EllipsisCharacter">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
</Text>
</Layer>
</Layer>
<Layer ID="HTCMUSICCondensed" Visible="False" Width="480" Height="68">
<Layer ID="Page">
<!-- Title or Condensed Line 1 -->
<Text ID="PluginLabel" Left="20" Top="8" Width="440" Height="68" FontFamily="Tahoma" FontSize="18" FontStyle="Regular" Wrap="False" VerticalAlignment="Top" Trimming="EllipsisCharacter" Text="Music">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
</Text>
</Layer>
</Layer>
and this in your Titanium_640x480.cpr:
Code:
<Layer ID="HTCMUSICExpanded" Visible="False" Width="640" Height="82" Clip="False">
<Layer ID="Page" Clip="False">
<!-- Icon on left side -->
<Image ID="Icon" Left="536" Top="-13" Width="86" Height="114" />
<!-- Large picture in Center -->
<Image ID="AlbumArt" Left="34" Top="38" Width="86" Height="86" ScaleStyle="Stretch" />
<!-- Small picture on right side -->
<Image ID="StatusImg" Left="562" Top="90" Width="46" Height="46" ScaleStyle="Stretch" />
<!-- Title text -->
<Text ID="Title" Left="20" Top="4" Width="180" Height="44" FontFamily="Tahoma" FontSize="9" FontStyle="Bold" Wrap="False" VerticalAlignment="Middle" Trimming="EllipsisCharacter">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
</Text>
<!-- Line 1 -->
<Text ID="TrackName" Left="190" Top="45" Width="242" Height="46" FontFamily="Tahoma" FontSize="10" FontStyle="Bold" Wrap="False" Trimming="EllipsisCharacter">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
</Text>
<!-- Icon for Line 1 not currently used -->
<!-- Line 2 -->
<Text ID="ArtistName" Left="190" Top="80" Width="242" Height="46" FontFamily="Tahoma" FontSize="9" FontStyle="Regular" Wrap="True" Trimming="EllipsisCharacter">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
</Text>
</Layer>
</Layer>
<Layer ID="HTCMUSICCondensed" Visible="False" Width="640" Height="68">
<Layer ID="Page">
<!-- Title or Condensed Line 1 -->
<Text ID="PluginLabel" Left="20" Top="8" Width="440" Height="68" FontFamily="Tahoma" FontSize="18" FontStyle="Regular" Wrap="False" VerticalAlignment="Top" Trimming="EllipsisCharacter" Text="Music">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
</Text>
</Layer>
</Layer>
and you will get this...
and
Alright, who loves me???
question... why is it installing to Program Files\TitaniumWeather???
Here is the cab with my cpr mods above included...
this is ONLY TESTED ON SPRINT TOUCH PRO (VGA) WITH DEFAULT WM6.5 THEME...
shad0w77 said:
Here is the cab with my cpr mods above included...
this is ONLY TESTED ON SPRINT TOUCH PRO (VGA) WITH DEFAULT WM6.5 THEME...
Click to expand...
Click to collapse
Ok panel is working well w/my sprint touch pro. Only thing is that audio manager isn't working. I'm running MightyROM5 Windows phone build 21222. Its strange. When I have TF3D on, audio manager works. When I have WM6.5 on, audio manager doesn't work. Do you have a cab for audio manager? Maybe I need to reinstall it?
ok here is for wqvga, same procedure.
Portrait:
Code:
<!-- Icon on left side -->
<Image ID="Icon" Left="188" Top="-13" Width="43" Height="57" />
<!-- Large picture in Center -->
<Image ID="AlbumArt" Left="12" Top="19" Width="48" Height="48" ScaleStyle="Stretch" />
<!-- Small picture on right side -->
<Image ID="StatusImg" Left="208" Top="30" Width="23" Height="23" ScaleStyle="Stretch" />
<!-- Title text -->
<Text ID="Title" Left="10" Top="2" Width="118" Height="22" FontFamily="Tahoma" FontSize="9" FontStyle="Bold" Wrap="False" VerticalAlignment="Middle" Trimming="EllipsisCharacter">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
</Text>
<!-- Line 1 -->
<Text ID="TrackName" Left="85" Top="24" Width="121" Height="23" FontFamily="Tahoma" FontSize="10" FontStyle="Bold" Wrap="False" Trimming="EllipsisCharacter">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
</Text>
<!-- Icon for Line 1 not currently used -->
<!-- Line 2 -->
<Text ID="ArtistName" Left="85" Top="42" Width="146" Height="19" FontFamily="Tahoma" FontSize="9" FontStyle="Regular" Wrap="False" Trimming="EllipsisCharacter">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
</Text>
</Layer>
</Layer>
<Layer ID="HTCMUSICCondensed" Visible="False" Width="240" Height="34">
<Layer ID="Page">
<!-- Title or Condensed Line 1 -->
<Text ID="PluginLabel" Left="10" Top="4" Width="220" Height="34" FontFamily="Tahoma" FontSize="18" FontStyle="Regular" Wrap="False" VerticalAlignment="Top" Trimming="EllipsisCharacter" Text="Music">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
</Text>
</Layer>
</Layer>
Landscape:
Code:
<!-- HTCEMUSIC layout templates -->
<Layer ID="HTCMUSICExpanded" Visible="False" Width="400" Height="82" Clip="False">
<Layer ID="Page" Clip="False">
<!-- Icon on left side -->
<Image ID="Icon" Left="268" Top="-13" Width="43" Height="57" />
<!-- Large picture in Center -->
<Image ID="AlbumArt" Left="17" Top="19" Width="48" Height="48" ScaleStyle="Stretch" />
<!-- Small picture on right side -->
<Image ID="StatusImg" Left="281" Top="30" Width="23" Height="23" ScaleStyle="Stretch" />
<!-- Title text -->
<Text ID="Title" Left="10" Top="2" Width="180" Height="22" FontFamily="Tahoma" FontSize="9" FontStyle="Bold" Wrap="False" VerticalAlignment="Middle" Trimming="EllipsisCharacter">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
</Text>
<!-- Line 1 -->
<Text ID="TrackName" Left="95" Top="24" Width="184" Height="23" FontFamily="Tahoma" FontSize="10" FontStyle="Bold" Wrap="False" Trimming="EllipsisCharacter">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
</Text>
<!-- Icon for Line 1 not currently used -->
<!-- Line 2 -->
<Text ID="ArtistName" Left="95" Top="39" Width="209" Height="19" FontFamily="Tahoma" FontSize="9" FontStyle="Regular" Wrap="True" Trimming="EllipsisCharacter">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
</Text>
</Layer>
</Layer>
<Layer ID="HTCMUSICCondensed" Visible="False" Width="400" Height="34">
<Layer ID="Page">
<!-- Title or Condensed Line 1 -->
<Text ID="PluginLabel" Left="10" Top="4" Width="300" Height="34" FontFamily="Tahoma" FontSize="18" FontStyle="Regular" Wrap="False" VerticalAlignment="Top" Trimming="EllipsisCharacter" Text"Music">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
</Text>
</Layer>
</Layer>
michd43 said:
Ok panel is working well w/my sprint touch pro. Only thing is that audio manager isn't working. I'm running MightyROM5 Windows phone build 21222. Its strange. When I have TF3D on, audio manager works. When I have WM6.5 on, audio manager doesn't work. Do you have a cab for audio manager? Maybe I need to reinstall it?
Click to expand...
Click to collapse
try this one...
http://forum.xda-developers.com/showthread.php?t=369281
rayraven said:
Can you make a similar plugin for S2P/Nitrogen please?
Click to expand...
Click to collapse
+2 for me
I'm using Kaiser, i.e. QVGA and used the default cab.
Upon installation, I got the following error:
An unexpected error has occurred in ATPluginInstaller.exe. Select Quite and then restart this program, or select Details for more information.
"" is an unexpected token. The expected token is'=', Line 74, position 199.
I opened up the cab, edited the default.plg to correct the above. Next, I made the a new cab and upon installation, I still get the general ATPluginInstaller error:
An unexpected error has occurred in ATPluginInstaller.exe. Select Quite and then restart this program, or select Details for more information.
I don't have this problem with most of the plugins, except this and the Clauncher v0.1 plugin.

Distance between icons in Wm 6.5

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

Fixed area in titanium homescreen for most frequently used appn shortcuts

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.

Start Menu icon size change, scrolling sucks now

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.

VGA WM6.5.x New WP7 Start Menu

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

Categories

Resources