11-04-2014, 12:25 AM
Hi,
Started recently playing with XML Browser (for T4X phones). Trying to set a softkey while using "TextMenu" object as following:
After all menu items and before closing the TextMenu, I added:
Although the phone doesn't spit any kind of error message, all expected output is shown in the screen but the softkey itself does not appear at all.
Anyone can confirm whether the syntax I am using is correct?
Thanks
Update: Turned out it is case-sensitive. It should be "SoftKey" instead of "Softkey".
Dah.
Started recently playing with XML Browser (for T4X phones). Trying to set a softkey while using "TextMenu" object as following:
After all menu items and before closing the TextMenu, I added:
Code:
<Softkey index = "3"><Label>Dial</Label><URI>SoftKey: Dial</URI></Softkey>
Although the phone doesn't spit any kind of error message, all expected output is shown in the screen but the softkey itself does not appear at all.
Anyone can confirm whether the syntax I am using is correct?
Thanks
Update: Turned out it is case-sensitive. It should be "SoftKey" instead of "Softkey".
Dah.