|
||||
Re: Message tab "Menu" non-functional
Quote:
If you look in there, about halfway down in landscape mode you should see this: <DialogItem Name="Menu"> <DialogItem Name="New" Title'"[[IDS_MESSAGING_NEW]]"/> <DialogItem Name="Reply" Title'"[[IDS_MESSAGING_REPLY]]"/> <DialogItem Name="Forward" Title'"[[IDS_MESSAGING_FORWARD]]"/> <DialogItem Name="Delete" Title'"[[IDS_MESSAGING_DELETE]]"/> Check out the syntax in your manila and see if it's the same. |
This post has been thanked 1 times. |
|
||||
Re: Message tab "Menu" non-functional
Quote:
mind hooking me up with the cab? i've been wanting call history and calendar with a functioning txt msg menu button |
|
||||
Re: Message tab "Menu" non-functional
I got my files from here http://forum.xda-developers.com/showthread.php?t=452958
and here http://forum.xda-developers.com/showthread.php?t=453831 you can see in the second link I posted there, someone has the same exact issue as I do, and the op tell them to find the solution in another thread.
__________________
|
|
||||
Re: Message tab "Menu" non-functional
Quote:
|
|
||||
Re: Message tab "Menu" non-functional
Quote:
__________________
|
|
||||
Re: Message tab "Menu" non-functional
Quote:
My guess is something got messed up and its showing the syntax instead of the proper name for the button. EDIT: I've attached a copy of my _manila file. You can use it to compare and contrast with yours. Last edited by blazinazn; 12-19-2008 at 03:26 PM. |
This post has been thanked 1 times. |
|
||||
Re: Message tab "Menu" non-functional
Quote:
Code:
<Page Order="5" Name="music.page" PackageName="HTC" Title="[[IDS_MUSICTITLE]]" ExternalScriptPath="HTC\Scripts\sprintmusic.luac"> <ComponentReference Name="page" Mode9Path="HTC\music.mode9" Component="GizmoRoot" SmartComponent="true" /> <ComponentReference Name="icon_normal" Mode9Path="HTC\icons.mode9" Component="Music_Off" /> <ComponentReference Name="icon_selected" Mode9Path="HTC\icons.mode9" Component="Music_On" /> <ComponentReference Name="icon_preview" Mode9Path="HTC\icons.mode9" Component="Music_Preview" /> </Page> Code:
ExternalScriptPath="HTC\Scripts\sprintmusic.luac" Code:
<Page Order="5" Name="music.page" PackageName="HTC" Title="[[IDS_MUSICTITLE]]" > <ComponentReference Name="page" Mode9Path="HTC\music.mode9" Component="GizmoRoot" SmartComponent="true" /> <ComponentReference Name="icon_normal" Mode9Path="HTC\icons.mode9" Component="Music_Off" /> <ComponentReference Name="icon_selected" Mode9Path="HTC\icons.mode9" Component="Music_On" /> <ComponentReference Name="icon_preview" Mode9Path="HTC\icons.mode9" Component="Music_Preview" /> </Page> |
This post has been thanked 1 times. |
|
||||
Re: Message tab "Menu" non-functional
Quote:
|
|
|
|