Guest nickweb Posted March 5, 2004 Report Posted March 5, 2004 I downloaded the Alarm clock pluging for a homescreen im making, but i think it was for the 2002 edition. (and the fact iv changed the entire start menu in my phone - lol).. Now, when you run it, it kicks me into bluetooth somewhere.. Its the alarm clock plugin by Richie M (i think).. But basically, i just wat to define my own keypress's, so that when i choose that item from a theme, it takes me right there (sorta like the original orange theme, but i cant get that to work becasue ive moved everything around.. lol).. Dont suppose any1 could help me out? Thanks, Nick Nick -( Orange SPV-E200, Nokia 6600, ) Past phones Nokia 7650 <- Nokia 8310 <- Nokia 3310 <- Nokia 3310 <- Nokia 3210 <- And some old siemens thing..
Guest carlosp_uk Posted March 5, 2004 Report Posted March 5, 2004 Nick On the E200, the Orange plugin is great, you can define keypresses using code similar to this: format state="selected" bgcolor="#0000BB"/> The keys="...." bit is responsible. In this case, go to the !Dialog screen, wait 150ms, then press the '8' key. Do a forum search to find out more, and for a guide to what the characters mean. Carlos
Guest nickweb Posted March 5, 2004 Report Posted March 5, 2004 Thank you. I done a more thourogh search and came up with a post from statscat telling em to find the key click.. This is what iv found out so far, and what i take them to be.. If anybody can help me fill in the blanks, it be much appreciated. :) Orange Keycodes: APP1 - ????? APP2 - ????? APP3 - ????? APP4 - ????? APP5 - ????? APP6 - ????? T0 - Number 0 T1 - Number 1 T2 - Number 2 T3 - Number 3 T4 - Number 4 T5 - Number 5 T6 - Number 6 T7 - Number 7 T8 - Number 8 T9 - Number 9 TACTION - Push Joustick In TBACK -Back key (Under red hangup) TDOWN - Joystick down TEND - Red hangup key TFLIP - ????? THOME - Home key TLEFT - Joystick Left TPOUND - The Hash (#) key TPOWER - The power key TRECORD - The record Key TRIGHT - Joystick Right TSOFT1 - Softkey 1 (the left one (start)) TSOFT2 - Sofktkey 2 (the right one) TSTAR - The Star(*) key TTALK - The green call button TUP - Joystick Up TVOLUMEDOWN - Volume down key TVOLUMEUP - Volume up key statscat wrote : This code snippit keys="!Dialog;~150;-T8;~150;-TACTION;~150;" says wait for the "setting windows" called Dialog to load, wait 150 ticks send the "8" key click wait a further 150 ticks and then send the "action" key,
Guest statscat Posted March 5, 2004 Report Posted March 5, 2004 Hiya, If you have access to the SDK you can find the lookup table under HKLMsoftwareorange. THe alarm plugin that Orange did takes you to the alarm section without the use of keys, but the keys feature definately adds to the power of the Orange shortcut plugin. THe alarm plugin code is Busy Busy Erreur Fejl Fout Busy Settings are already being edited Settings are already being edited Le réveil est indisponible Indstillinger er allerede ved at blive rettet Andere instellingen worden al aangepast Settings are already being edited Alarm: Alarm: Réveil: Alarm: Alarm: Alarm:
Guest nickweb Posted March 5, 2004 Report Posted March 5, 2004 yeah, hi got that bit. its jus because i changed the whole menu system and moved stuff about to a more typical windows set up. so none of the alarm clock shortcuts work.. hopefully i can make up a shortcut 2 compensate for that. :) thank u for the help and ill keep u posted! Posted from my SmartPhone!
Guest crafty Posted March 7, 2004 Report Posted March 7, 2004 Hi there, Is it possible to nest commands using this key spoofing? Basically what i want is to be able to turn bluetooth on and connect ActiveSync via bluetooth in one click. Is this possible as it would require opening two apps i.e. dialog/quicklist and then ActiveSync.
Guest statscat Posted March 7, 2004 Report Posted March 7, 2004 Hi I think that would need to separate plugins but you could position them close to one another (2 plugins on 1 row). I think the code for enable/disable bluetooth is somewhere on the board, but you would need a separate one to launch active sync. I think its because the plugins are limited to one action each. Perhaps O might extend this for the next version, who knows ?
Guest crafty Posted March 7, 2004 Report Posted March 7, 2004 Thanks for the reply statscat. I've tried to do this but having some trouble. I use a modified version of the orange pluhin, and am trying to replace the bottom two web links under the portal column with the options to turn BT on and to connect via BT. I have bodged together the following: <!-- row2 col2: portal line 2--> <shortcut width="176" height="20"> <plugin height="20" width="100%" group="portal" handlekeys="FOCUS" clsid="{A2536C57-6AC2-4c31-9542-B144B0E9D077}"> <format state="selected" padding-left="3" padding-right="3" bgcolor="COLOR_HOMEHIGHLIGHT"/> <format padding-left="3" padding-right="3"/> <background bgcolor="transparent"/> <shortcut icon="151" width="81" keys="!Dialog;-T8;~200;-TRIGHT;~50;-TSOFT1;~600;-TSOFT1" action="storageWindowsStart Menusettings.lnk"> <label> <text lang="0x0409">BT On</text> <text>BT On</text> </label> </shortcut> <shortcut icon="151" width="82" keys="ActiveSync.MainWnd!;~50;-TSOFT2;~50;-T3;~150;-TBACK" action="StoragewindowsStart MenuActiveSync.lnk"> <label> <text lang="0x0409">Connect</text> <text>Connect</text> </label> </shortcut> </plugin> </shortcut> [/code] The second part, connect via BT seems to work, but can't get the Turn BT on part to work. Any suggestions?
Guest statscat Posted March 7, 2004 Report Posted March 7, 2004 Thanks for the reply statscat. I've tried to do this but having some trouble. I use a modified version of the orange pluhin, and am trying to replace the bottom two web links under the portal column with the options to turn BT on and to connect via BT. I have bodged together the following: <!-- row2 col2: portal line 2--> <shortcut width="176" height="20"> <<a href=http://smartphone.MoDaCo.com/viewtopic.php?t=714>plugin</a> height="20" width="100%" group="portal" handlekeys="FOCUS" clsid="{A2536C57-6AC2-4c31-9542-B144B0E9D077}"> <format state="selected" padding-left="3" padding-right="3" bgcolor="COLOR_HOMEHIGHLIGHT"/> <format padding-left="3" padding-right="3"/> <background bgcolor="transparent"/> <shortcut icon="151" width="81" keys="!Dialog;-T8;~200;-TRIGHT;~50;-TSOFT1;~600;-TSOFT1" action="storageWindowsStart Menusettings.lnk"> <label> <text lang="0x0409">BT On</text> <text>BT On</text> </label> </shortcut> <shortcut icon="151" width="82" keys="ActiveSync.MainWnd!;~50;-TSOFT2;~50;-T3;~150;-TBACK" action="StoragewindowsStart MenuActiveSync.lnk"> <label> <text lang="0x0409">Connect</text> <text>Connect</text> </label> </shortcut> </<a href=http://smartphone.MoDaCo.com/viewtopic.php?t=714>plugin</a>> </shortcut> The second part, connect via BT seems to work, but can't get the Turn BT on part to work. Any suggestions? Hiya, I think you need to swop -TRIGHT to -TSOFT2 (for the right softclick) let me know how you get on with that change.
Guest crafty Posted March 7, 2004 Report Posted March 7, 2004 Thanks for the reply but i think that -TRIGHT is correct - i'm trying to proxy pressing right on the joystick (not the right soft key) to change the selection from 'Off' to 'On'. I can post the xml file if you want to take a look...
Guest statscat Posted March 7, 2004 Report Posted March 7, 2004 If you slow down the key clicks using ~1000; you can see them happening, whats the problem at the moment ? is it bombing on the right key (on the joystick) add your xml as an attatchment and I'll take a look
Guest crafty Posted March 7, 2004 Report Posted March 7, 2004 Got it working - thanks for the help statscat! I did as you suggested and slowed down the clicks to wait 1000ms and it seemed to work. I've atteched the xml incase anyone else is interested in using this - just change the extension from .txt to .xml and copy to StorageApplication DataHome and select the homescreen Blue 1 in settings. Obviously only works on Orange E200... Heres what it looks like:BlueHomescreen.home.txtscreengrab.JPG
Guest statscat Posted March 7, 2004 Report Posted March 7, 2004 no problem. Glad we got there in the end, and glad its helped fix your blue-tooth woes :wink:
Guest nickweb Posted March 9, 2004 Report Posted March 9, 2004 Ok, i think im finally managed it.. It sorta works. Theres only one or two things that need tied up.. i.e The Ringtone chooser still dont work (Even tho the ringtone chooser correctly tells me the ring tone :S) Apart from that, everythings hunkey dorey! :) This is the blue version (Theres still to be some colour tweaking.. And i like the original Orange menu bar at the top, so i might put that in here).. And coming soon, (well, no later than wednesday) there should be a green version released when my g/f gets her phone. lol. :D Oh, P.P.S. if anybodys been on the Orange web-site. I just signed up to an OVP plan (a t-mobile 750).. its only £13.99 mo, with 75- free mins to orange and landlines. Perfect for ppl who dont use there phone during the day or call orange a lot.. 50 free txts (shove on a txt bundle, and a World package, and your rolling for under £25 month! :D) And im gunna go get my keyboard 2morrow. Woooooooo..... £24.99 babbeee. :D (Soz, me is hyper about the keyboard.. I mean, a keyboard for a phone.. I wonder when the mouse will come out for the paint app? (will there b a paint app released? hmmmm.. :D )
Guest nickweb Posted March 9, 2004 Report Posted March 9, 2004 Sorry, forgot to add, heres a copy of the code. One thing iv still to change is the bk image(Mainly because i deleted it and now it comes up white, and couldnt b bothered removing it. lol :D ) <?xml version="1.0"?> <home> <author>Jennifer Woodhead-Browne (Customised by Nick Twigg)</author> <contacturl>mailto:[email protected]</contacturl> <title lang="0x0409">nickweb</title> <title lang="0x0809">nickweb</title> <title lang="0x040c">nickweb</title> <title lang="0x0407">nickweb</title> <title lang="0x0410">nickweb</title> <title lang="0x0816">nickweb</title> <title lang="0x040a">nickweb</title> <title lang="0x0406">nickweb</title> <title lang="0x0413">nickweb</title> <version>1.0</version> <background bgimage="fence.jpg" valign="bottom"/> <scheme> <color name="COLOR_WINDOW" value="#FFFFFF"/> <color name="COLOR_STATIC" value="#FFFFFF"/> <color name="COLOR_STATICTEXT" value="#000099"/> <color name="COLOR_HIGHLIGHT" value="#0000FF"/> <color name="COLOR_HIGHLIGHTTEXT" value="#FFFFFF"/> <color name="COLOR_MENU" value="#CECECE"/> <color name="COLOR_MENUTEXT" value="#000099"/> <color name="COLOR_GRAYTEXT" value="#666666"/> <color name="COLOR_GRADLEFT" value="#FFFFFF"/> <color name="COLOR_GRADRIGHT" value="#FFFFFF"/> <color name="COLOR_INTGRADLEFT" value="#FFFFFF"/> <color name="COLOR_INTGRADRIGHT" value="#FFFFFF"/> <color name="COLOR_TRAYGRADLEFT" value="#000099"/> <color name="COLOR_TRAYGRADRIGHT" value="#000099"/> <color name="COLOR_HIGHGRADLEFT" value="#0000FF"/> <color name="COLOR_HIGHGRADRIGHT" value="#0066FF"/> <color name="COLOR_TRAYTEXT" value="#FFFFFF"/> <color name="COLOR_WINDOWFRAME" value="#000099"/> <color name="COLOR_BTNFACE" value="#CCCCCC"/> <color name="COLOR_BTNTEXT" value="#000099"/> <color name="COLOR_SCROLLBAR" value="#CCCCCC"/> <color name="COLOR_HOMETEXT" value="#000099"/> <color name="COLOR_HOMEHIGHLIGHT" value="#0000FF"/> <color name="COLOR_HOMEHIGHLIGHTTEXT" value="#FFFFFF"/> <color name="COLOR_HOMERULE" value="#999999"/> <color name="COLOR_alertWINDOW" value="#FFFFFF"/> <color name="COLOR_alertTITLE" value="#0000FF"/> <color name="COLOR_alertRULE" value="#FFFFFF"/> <color name="COLOR_alert" value="#0000FF"/> <color name="COLOR_ACCENTTEXT" value="#000099"/> <color name="COLOR_CALOFFHOURS" value="#DDDDDD"/> <color name="COLOR_CALONHOURS" value="#CCFFFF"/> <color name="COLOR_TODAYTEXT" value="#006699"/> <color name="COLOR_STARTICONBACKGROUND" value="#006699"/> <color name="COLOR_TODAYSEPARATOR" value="#AD9FFD"/> <color name="COLOR_TODAYMENU" value="#C0C0C0"/> <color name="COLOR_NAVBAR" value="#7676F8"/> <color name="COLOR_NAVBARTEXT" value="#FFFFFF"/> <color name="COLOR_NAVBARHILITE" value="#7097FE"/> <color name="COLOR_NOTIFTRAY" value="#7097FE"/> <color name="COLOR_NOTIFTRAYHILITE" value="#AD9FFD"/> <color name="COLOR_PHONEDIalertEXT" value="#FFFFFF"/> <color name="COLOR_TRAYBKGND" value="#C0C0C0"/> <color name="COLOR_DIALPADBKGND" value="#AD9FFD"/> <color name="COLOR_CRITGRADLEFT" value="#1E83FF"/> <color name="COLOR_CRITGRADRIGHT" value="#0000C8"/> <color name="COLOR_BUBBLETITLE" value="#FFFFFF"/> <color name="COLOR_CRITBUBBLETITLE" value="#CCFFFF"/> </scheme> <default font-face="nina" valign="center" font-size="14" font-weight="bold" padding-left="4" padding-right="1" bgcolor="transparent" fgcolor="COLOR_HOMETEXT" padding-bottom="0" b-border-width="0"> <format state="selected" fgcolor="COLOR_HOMEHIGHLIGHTTEXT"/> </default> <plugin clsid="{837FC251-FE69-43ad-84E0-EBCEDEBA0884}" name="iconbar" height="10"> <iconbar fgcolor="#FFFFFF"/> <background gradient="title" bgcolor="COLOR_TRAYGRADLEFT" b-border-color="COLOR_WINDOWFRAME" b-border-width="1"/> </plugin> <plugin focus="PARTIAL" highlight="COLOR_HOMEHIGHLIGHT" half-highlight="transparent" clsid="{A2536C57-6AC2-4c31-9542-B144B0E9D077}" height="34" width="100%" group="p"> <format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT" /> <background b-border-width="0" /> <shortcut icon="100" _chicon="101" width="32" action="StorageWindowsStart MenuAccessoriesCall History.lnk"></shortcut> <shortcut icon="102" _chicon="103" width="32" action="http://www.nick-web.co.uk"></shortcut> <shortcut icon="104" _chicon="105" width="32" action="StorageWindowsStart MenuInbox.lnk" ></shortcut> <shortcut icon="106" _chicon="107" width="32" action="StoragewindowsStart MenuAccessoriesCalendar.lnk"></shortcut> <shortcut icon="108" _chicon="109" width="32" action="WindowsSettings.exe"></shortcut> </plugin> <!-- row 1 --> <plugin height="20" width="100%" group="p" handlekeys="CHILD" clsid="{A2536C57-6AC2-4c31-9542-B144B0E9D077}"> <format padding-left="0" padding-right="0" /> <format state="selected" padding-left="0" padding-right="0" bgcolor="transparent"/> <background b-border-width="0" /> <!-- row1 col1: carrier --> <shortcut id="row1col1" width="100%" height="20"> <!-- need to double wrap cos carrier plugin ignores format tags it seems --> <plugin height="20" width="100%" handlekeys="CHILD" clsid="{A2536C57-6AC2-4c31-9542-B144B0E9D077}"> <format padding-right="0" padding-left="0" bgcolor="transparent"/> <background padding-left="0" bgcolor="transparent"/> <shortcut width="100%" height="20"> <plugin height="20" file="sysplug.dll" clsid="{E09043DF-510E-4841-B652-388316977A7A}"> <format state="selected" left-padding="0" bgcolor="COLOR_HOMEHIGHLIGHT"/> <background bgcolor="transparent" left-padding="0"/> <label left-padding="0" halign="center"> <text><carrier/></text> </label> </plugin> </shortcut> </plugin> </shortcut> <!-- row1 col2: portal line 1 --> <shortcut width="100%" height="20"> <plugin height="20" width="100%" group="portal" handlekeys="FOCUS" clsid="{A2536C57-6AC2-4c31-9542-B144B0E9D077}"> <format state="selected" padding-left="3" padding-right="3" bgcolor="COLOR_HOMEHIGHLIGHT" /> <format padding-left="3" padding-right="3" /> <background b-border-width="0" bgcolor="transparent"/> <shortcut icon="151" width="81" action="http://wap.orange.co.uk/r/spv2/home/"> <label> <text lang="0x0409">Orange</text> <text lang="0x0809">Orange</text> <text lang="0x040c">Actualité</text> <text lang="0x0406">Spil</text> <text lang="0x0413">Orange</text> <text>Orange</text> </label> </shortcut> <shortcut icon="151" width="82" action="http://www.modaco.com"> <label> <text lang="0x0409">Modaco</text> <text lang="0x0809">Modaco</text> <text lang="0x040c">Modaco</text> <text lang="0x0406">Modaco</text> <text lang="0x0413">Modaco</text> <text>Modaco</text> </label> </shortcut> </plugin> </shortcut> <!-- row1 col3: write new message --> <shortcut width="100%"> <plugin height="20" width="100%" handlekeys="FOCUS" clsid="{A2536C57-6AC2-4c31-9542-B144B0E9D077}"> <format state="selected" padding-left="4" padding-right="4" bgcolor="COLOR_HOMEHIGHLIGHT" /> <format padding-left="4" padding-right="4" /> <background bgcolor="transparent"/> <shortcut width="100%" icon="-2" height="20" action="windowstmail.exe" args="-new" _keys="!Inbox.MainWnd;~50;-TSOFT1" _action="storageWindowsStart MenuInbox.lnk"> <label> <text lang="0x0409">Write a new message</text> <text lang="0x0809">Write a new message</text> <text lang="0x040c">Nouveau message</text> <text lang="0x0406">Skriv ny besked</text> <text lang="0x0413">Maak een nieuw bericht</text> <text>Write a new message</text> </label> </shortcut> </plugin> </shortcut> <!-- row1 col4: create appointment --> <shortcut height="20" id="row1col4" wrap="0" width="100%" icon="" action="WindowsSettings.exe"> <plugin height="20" width="100%" handlekeys="FOCUS" clsid="{A2536C57-6AC2-4c31-9542-B144B0E9D077}"> <format state="selected" padding-left="4" padding-right="4" bgcolor="COLOR_HOMEHIGHLIGHT" /> <format padding-left="4" padding-right="4" /> <background bgcolor="transparent"/> <shortcut width="100%" keys="!Calendar;~150;-TSOFT2;~150;-T1" icon="-2" height="20" action="WindowsCalendar.exe"> <errortitle> <text lang="0x0409">Busy</text> <text lang="0x0809">Busy</text> <text lang="0x040c">Erreur</text> <text lang="0x0406">Fejl</text> <text lang="0x0413">Fout</text> <text>Busy</text> </errortitle> <errormessage> <text lang="0x0409">The Calendar is already busy</text> <text lang="0x0809">The Calendar is already busy</text> <text lang="0x040c">Le calendrier est indisponible</text> <text lang="0x0406">Kalenderen er optaget</text> <text lang="0x0413">De agenda is al in gebruik</text> <text>The Calendar is already busy</text> </errormessage> <label> <text lang="0x0409">Create a new appointment</text> <text lang="0x0809">Create a new appointment</text> <text lang="0x040c">Nouveau RDV</text> <text lang="0x0406">Lav en ny aftale</text> <text lang="0x0413">Maak een nieuwe afspraak</text> <text>Create a new appointment</text> </label> </shortcut> </plugin> </shortcut> <!-- row1 col5: ringtone--> <shortcut width="100%" lang="0x0809"> <plugin wrap="0" height="20" width="100%" clsid="{A2536C58-6AC2-4c31-9542-B144B0E9D077}"> <format state="selected" padding-left="4" padding-right="4" bgcolor="COLOR_HOMEHIGHLIGHT" /> <format padding-left="4" padding-right="4" /> <background bgcolor="transparent" /> <errortitle> <text lang="0x0409">Busy</text> <text lang="0x0809">Busy</text> <text lang="0x040c">Erreur</text> <text lang="0x0406">Fejl</text> <text lang="0x0413">Fout</text> <text>Busy</text> </errortitle> <errormessage> <text lang="0x0409">Settings are already being edited</text> <text lang="0x0809">Settings are already being edited</text> <text lang="0x040c">Le réveil est indisponible</text> <text lang="0x0406">Indstillinger er allerede ved at blive rettet</text> <text lang="0x0413">Andere instellingen worden al aangepast</text> <text>Settings are already being edited</text> </errormessage> <label> <text lang="0x0409">Ringtone: <ringtone/></text> <text lang="0x0809">Ringtone: <ringtone/></text> <text lang="0x040c">Sonnerie: <ringtone/></text> <text lang="0x0406">Ringtone: <ringtone/></text> <text lang="0x0413">Ringtone: <ringtone/></text> <text>Ringtone: <ringtone/></text> </label> </plugin> </shortcut> </plugin> <!-- row 2 --> <plugin height="20" width="100%" group="p" handlekeys="CHILD" clsid="{A2536C57-6AC2-4c31-9542-B144B0E9D077}"> <format padding-left="0" padding-right="0" /> <format state="selected" padding-left="0" padding-right="0" bgcolor="transparent"/> <background padding-right="0" /> <!-- row2 col1: clock --> <shortcut id="row1col1" width="100%" height="20"> <!-- need to double wrap cos carrier plugin ignores format tags it seems --> <plugin height="20" width="100%" handlekeys="CHILD" clsid="{A2536C57-6AC2-4c31-9542-B144B0E9D077}"> <format padding-right="0" padding-left="0" bgcolor="transparent"/> <background padding-left="0" bgcolor="transparent"/> <shortcut width="100%" height="20"> <plugin height="20" file="sysplug.dll" clsid="{E09043DF-510E-4841-B652-388316977A7A}"> <format state="selected" left-padding="0" bgcolor="COLOR_HOMEHIGHLIGHT"/> <background bgcolor="transparent" left-padding="0"/> <label left-padding="0" halign="center"> <text>Nick T</text> </label> </plugin> </shortcut> </plugin> </shortcut> <!-- row2 col2: portal line 2--> <shortcut width="176" height="20"> <plugin height="20" width="100%" group="portal" handlekeys="FOCUS" clsid="{A2536C57-6AC2-4c31-9542-B144B0E9D077}"> <format state="selected" padding-left="3" padding-right="3" bgcolor="COLOR_HOMEHIGHLIGHT"/> <format padding-left="3" padding-right="3"/> <background bgcolor="transparent"/> <shortcut icon="151" width="81" action="http://www.nick-web.co.uk"> <label> <text lang="0x0409">nick-web</text> <text lang="0x0809">nick-web</text> <text lang="0x040c">nick-web</text> <text lang="0x0406">nick-web</text> <text lang="0x0413">nick-web</text> <text>nick-web</text> </label> </shortcut> <shortcut icon="151" width="82" action="http://www.google.com"> <label> <text lang="0x0409">Search</text> <text lang="0x0809">Search</text> <text lang="0x040c">Recherche</text> <text lang="0x0406">Vi anbefaler</text> <text lang="0x0413">SPV sites</text> <text>Search</text> </label> </shortcut> </plugin> </shortcut> <!-- row2 col3: send picture --> <shortcut width="100%" height="20"> <plugin height="20" width="100%" handlekeys="FOCUS" clsid="{A2536C57-6AC2-4c31-9542-B144B0E9D077}"> <format state="selected" padding-left="4" padding-right="4" bgcolor="COLOR_HOMEHIGHLIGHT"/> <format padding-left="4" padding-right="4"/> <background bgcolor="transparent"/> <shortcut width="100%" action="windowscamera.exe" args="-i" icon="" height="20"> <label> <text lang="0x0409">Send a picture</text> <text lang="0x0809">Send a picture</text> <text lang="0x040c">Nouvelle photo</text> <text lang="0x0406">Send et billede</text> <text lang="0x0413">Maak een nieuwe foto</text> <text>Send a picture</text> </label> </shortcut> </plugin> </shortcut> <!-- row2 col4: alarm --> <shortcut width="100%"> <plugin focus="PARTIAL" clsid="{A2536C57-6AC2-4c31-9542-B144B0E9D077}" height="16" width="100%" group="p"> <format state="selected" bgcolor="#0022AA" /> <background b-border-width="0" /> <shortcut icon="151" width="82" keys="!Dialog;~150;-T9;~150;-T3;~150;-TDOWN;~150;-TDOWN;~150;-TDOWN;~150;-TRIGHT;~150;-TDOWN;~150" action="storageWindowsStart MenuSettingssettings.lnk"> <label> <text lang="0x0409">Alarm Enable/Disable</text> <text>Set Alarm</text> </label> </shortcut> </plugin> </shortcut> <!-- row2 col5: profile --> <shortcut width="100%"> <plugin valign="center" padding-left="0" width="100%" height="20" handlekeys="FOCUS" clsid="{A2536C57-6AC2-4c31-9542-B144B0E9D077}"> <format state="selected" padding-left="4" padding-right="4" bgcolor="COLOR_HOMEHIGHLIGHT" /> <format padding-left="4" padding-right="4" /> <background bgcolor="transparent" valign="center"/> <shortcut width="100%"> <plugin file="sysplug.dll" clsid="{95976968-45D5-40c9-9779-2B859B1C2FEC}" width="100%" height="19"> <format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT" padding-left="4" padding-right="4"/> <format padding-left="4" padding-right="4"/> <label padding-left="0"> <text lang="0x0409">Profile: <profile/></text> <text lang="0x0809">Profile: <profile/></text> <text lang="0x040c">Profil: <profile/></text> <text lang="0x0407">Profil: <profile/></text> <text lang="0x0410">Profilo: <profile/></text> <text lang="0x0816">Perfil: <profile/></text> <text lang="0x040a">Perfil: <profile/></text> <text lang="0x0406">Profil: <profile/></text> <text lang="0x0413">Profile: <profile/></text> <text>Profile: <profile/></text> </label> </plugin> </shortcut> </plugin> </shortcut> </plugin> <!-- row 3: missed calls --> <plugin autohide="1" clsid="{A2536C57-6AC2-4c31-9542-B144B0E9D077}" height="20" width="100%"> <format padding-left="0" padding-right="0" /> <format state="selected" padding-left="0" padding-right="0" bgcolor="COLOR_HOMEHIGHLIGHT" /> <background padding-right="0"/> <shortcut id="row3sc" width="100%"> <plugin autohide="1" clsid="{A2536C57-6AC2-4c31-9542-B144B0E9D077}" height="20" width="100%" handlekeys="CHILD"> <shortcut width="100%"> <plugin clsid="{0BA8ABB8-1F1D-417f-88C6-DA8530E2E7A6}" name="missedcalls" height="20"> <format padding-left="0" padding-right="0" /> <format state="selected" padding-left="0" padding-right="0" bgcolor="COLOR_HOMEHIGHLIGHT" /> <background> <format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT"/> </background> <label padding-left="0" x="0"> <text lang="0x0409">Missed calls: <calls/></text> <text lang="0x0809">Missed calls: <calls/></text> <text lang="0x040c">Appel(s) manqué(s): <calls/></text> <text lang="0x0406">Ubesvaret opkald: <calls/></text> <text lang="0x0413">Gemiste oproepen: <calls/></text> <text>Missed calls: <calls/></text> </label> </plugin> </shortcut> </plugin> </shortcut> </plugin> <shortcut width="100%"> <plugin clsid="{A2536C57-6AC2-4c31-9542-B144B0E9D077}" height="20" handlekeys="CHILD" width="100%"> <background padding-left="0" bgcolor="transparent" /> <format state="unselected" padding-right="0" padding-left="0" bgcolor="transparent" /> <shortcut width="100%" wrap="0"> <plugin file="sysplug.dll" clsid="{44FA0F8C-082F-42b4-BE49-82559F23D5D4}" padding-left="0" padding-right="0" height="20"> <format padding-right="0" padding-left="0" bgcolor="transparent"/> <background bgcolor="transparent"/> <time mode="24"/><date x="100"/> </plugin> </shortcut> </plugin> </shortcut> <!-- row 4: messages --> <plugin file="sysplug.dll" clsid="{2F930BF0-6FE9-4a53-9E17-88E9247BAB48}" height="30"> <background> <format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT"/> </background> <label> <text> :: Email: <unreadEmail/> :: TXT: <unreadSMS/> :: MMS: <unreadMMS/> ::</text> </label> </plugin> <!-- row 5: calendar appointments --> <plugin clsid="{A2536C55-6AC2-4c31-9542-B144B0E9D077}" height="30" width="100%" wrap="1" autohide="1" autoheight="1"> <format padding-bottom="3" padding-top="2"/> <format state="selected" padding-bottom="3" padding-top="2"/> <background> <format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT"/> </background> <label><text><time/><endtime/> <subject/><location/></text></label> </plugin> <!-- row 6: all-day event --> <plugin clsid="{A2536C55-6AC2-4c31-9542-B144B0E9D077}" height="30" width="100%" wrap="1" autohide="1" autoheight="1"> <format padding-bottom="3" padding-top="2"/> <format state="selected" padding-bottom="3" padding-top="2"/> <background> <format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT"/> </background> <label><text><event/></text></label> </plugin> <plugin clsid="{E09043DF-510E-4841-B652-388316977A7A}" name="carrier" height="40"> <clock> <time font-size="40" y="0" x="0" w="174" halign="center" fgcolor="COLOR_HOMETEXT" /> </clock> </plugin> <plugin clsid="{E09043DF-510E-4841-B652-388316977A7A}" name="carrier" height="15"> <clock> <date font-size="15" y="0" x="0" w="174" halign="center" fgcolor="COLOR_HOMETEXT" /> </clock> </plugin> </home> If anybody can suggest a REALLY nice blue background that would go with this (and pref a green version as well :) ) id b v.grateful... Thanks.,. and whaddya think? Nick
Guest Richie M Posted March 9, 2004 Report Posted March 9, 2004 ah sorry i've been away for a while, but just to reiterate: yes my Alarm Plug-in is only for SPV/E100, and as you have found the Orange plug-in for the E200 is much better :)
Guest crafty Posted March 10, 2004 Report Posted March 10, 2004 This is driving me crazy.... I'm trying to change the icon next to the two links that i have edited. I have grabbed Dr Blows's icon resource (cheers Doc :)) and res-hacked it to replace some of the icons but it just doesent seem to work. Could someone tell me if there's anything wrong with the following code: <!-- row2 col2: portal line 2--> <shortcut width="176" height="20"> <plugin height="20" width="100%" group="portal" handlekeys="FOCUS" clsid="{A2536C57-6AC2-4c31-9542-B144B0E9D077}"> <format state="selected" padding-left="3" padding-right="3" bgcolor="COLOR_HOMEHIGHLIGHT"/> <format padding-left="3" padding-right="3"/> <background bgcolor="transparent"/> <shortcut icon="103" imagesource="StorageApplication DataHomee200icons(1).exe" width="81" keys="!Dialog;-T8;~1000;-TRIGHT;~1000;-TSOFT1;~1000;-TSOFT1" action="storageWindowsStart Menusettings.lnk"> <label> <text lang="0x0409">BT On</text> <text>BT On</text> </label> </shortcut> <shortcut icon="103" imagesource="StorageApplication DataHomee200icons(1).exe" width="82" keys="ActiveSync.MainWnd!;~50;-TSOFT2;~50;-T3;~150;-TBACK" action="StoragewindowsStart MenuActiveSync.lnk"> <label> <text lang="0x0409">Connect</text> <text>Connect</text> </label> </shortcut> </plugin> </shortcut>[/code] Where the icon resource is obviously called e200icons(1).exe All i've added in is the imagesource="..." bit. What's weird is that i can open the xml on my PC and it doesn't flag up any errors but when i try it on my phone i get the following. Any help would be much appreciated.Error.GIF
Guest drblow Posted March 10, 2004 Report Posted March 10, 2004 I don't think you can add icons to the individual plugins m8 - just the main shortcuts along the top. If you look at the xml for my Cobalt theme, you can see the top row of icons is actually a seperate plugin - really its just a list of shortcuts to apps, which the e200 will allow us to apply icon & chicon values to. The plugins below don't support the icon resource in the same way. You can apply bitmap images to the plugins, if you are desperate to get graphics into them, but it's a tricky business!! :shock: If you apply any padding values to the plugin, it seems the bitmap images get painted twice - once at the left edge of the screen, & then again at the first left padding position. Go figure?? :?
Guest crafty Posted March 11, 2004 Report Posted March 11, 2004 Cheers for the reply Doc, shame it can't be done as the standard icons look pretty rubish!
Guest statscat Posted March 11, 2004 Report Posted March 11, 2004 Any shortcut can support an icon using the parameters. Its hard too see where the error is in the xml as it is a small snippit that has been posted. If you upload all the xml I can take a look for you. Its likely that the xml is well formed (no xml errors) but isn't sensible, there could be a mini mistake somewhere.
Guest drblow Posted March 11, 2004 Report Posted March 11, 2004 Cheers for the reply Doc, shame it can't be done as the standard icons look pretty rubish! You can just make your own icons and add them to the resource using reshack. Thats what I do!! :wink:
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now