Quote:
Originally Posted by Curb71
Mine says that too but when a new SMS is being displayed on the screen (see first pic from that thread) it says the other 4 things. those are what I want to mess with. Any threads about how to edit manilla or how to start?
|
HTML Code:
<SimpleDialog Name="MessagesGizmoResponse.dialog" PackageName="HTC">
<ComponentReference Name="dialogItem" Mode9Path="HTC\simpledialog.mode9" Component="SimpleDialog" SmartComponent="true" />
<DialogItem Name="Menu">
<DialogItem Name="New" Title="[[IDS_MESSAGING_NEW]]"/>
<DialogItem Name="Reply" Title="[[IDS_MESSAGING_REPLY]]"/>
<DialogItem Name="Delete" Title="[[IDS_MESSAGING_DELETE]]"/>
</DialogItem>
</SimpleDialog>
<SimpleDialog Name="MessagesGizmoResponse_Forward.dialog" PackageName="HTC">
<ComponentReference Name="dialogItem" Mode9Path="HTC\simpledialog.mode9" Component="SimpleDialog" SmartComponent="true" />
<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]]"/>
</DialogItem>
</SimpleDialog>
<SimpleDialog Name="MessagesGizmoResponseNoItems.dialog" PackageName="HTC">
<ComponentReference Name="dialogItem" Mode9Path="HTC\simpledialog.mode9" Component="SimpleDialog" SmartComponent="true" />
<DialogItem Name="Menu">
<DialogItem Name="New" Title="[[IDS_MESSAGING_NEW]]"/>
</DialogItem>
</SimpleDialog>
<SimpleDialog Name="AllMessages.dialog" PackageName="HTC">
<ComponentReference Name="dialogItem" Mode9Path="HTC\simpledialog.mode9" Component="SimpleDialog" SmartComponent="true" />
<DialogItem Name="Menu">
<DialogItem Name="New" Title="[[IDS_MESSAGING_NEW]]"/>
<DialogItem Name="Reply" Title="[[IDS_MESSAGING_REPLY]]"/>
<DialogItem Name="Delete" Title="[[IDS_MESSAGING_DELETE]]"/>
</DialogItem>
</SimpleDialog>
<SimpleDialog Name="AllMessagesNoItems.dialog" PackageName="HTC">
<ComponentReference Name="dialogItem" Mode9Path="HTC\simpledialog.mode9" Component="SimpleDialog" SmartComponent="true" />
<DialogItem Name="Menu">
<DialogItem Name="New" Title="[[IDS_MESSAGING_NEW]]"/>
</DialogItem>
</SimpleDialog>
<SimpleDialog Name="ThreadedMessages.dialog" PackageName="HTC">
<ComponentReference Name="dialogItem" Mode9Path="HTC\simpledialog.mode9" Component="SimpleDialog" SmartComponent="true" />
<DialogItem Name="Menu">
<DialogItem Name="New" Title="[[IDS_MESSAGING_NEW]]"/>
<DialogItem Name="Reply" Title="[[IDS_MESSAGING_REPLY]]"/>
<DialogItem Name="Delete" Title="[[IDS_MESSAGING_DELETE]]"/>
</DialogItem>
</SimpleDialog>
<SimpleDialog Name="ThreadedMessagesNoItems.dialog" PackageName="HTC">
<ComponentReference Name="dialogItem" Mode9Path="HTC\simpledialog.mode9" Component="SimpleDialog" SmartComponent="true" />
<DialogItem Name="Menu">
<DialogItem Name="New" Title="[[IDS_MESSAGING_NEW]]"/>
</DialogItem>
</SimpleDialog>
I found that in the 26948339 file. So you just need to find the file with the subroutines containing [[IDS_*_*]] and write ones for the action you want. I think it has something to do with hex editors (I've never found one and made it work properly)
My edits always wind up nuking the file. I tried to change the more soft key in the extended forecast to link to a different url and it ruined the whole tab.