Guest crafty Posted March 31, 2004 Report Posted March 31, 2004 Hey good MoDaCo-ers - i'm after some help with my current homescreen project. I'm trying to alter the Orange Plugin on my E200 so that when i click on "Write a new message" it goes straigth to a SMS and selects delivery report. Here's the old code: <!-- 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="COLOR_NOTIFTRAY"/> <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>[/code] and here's what i've changed it to: [code]<!-- 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;~1000;-TSOFT1;~1000;-T2;~1000;-TSOFT2;~1000;-T4;~1000;-TACTION;~1000;- TSOFT1" _action="storageWindowsStart MenuAccessoriesInbox.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> My problem is that it just doesn't work! It gets to the "Compose New" screen (where you choose what type of message to send) but goes no further. As you can see i've tried slowing down the key presses to 1000ms in an attempt to identify where it stopped working. Can anyone spot where i'm going wrong :roll: Not sure if the "Compose New" window is actualy a seperate program - thus not being able to send key commands to it. Any help would be appreciated as this would be pretty handy.
Guest ferret Posted March 31, 2004 Report Posted March 31, 2004 According to task manager, new SMS is a different window. You're problem could be there.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now