Autor |
Nachricht |
Ajith Kumar
Gast
|
Verfasst am:
Mi Feb 07, 2007 08:06 |
|
Hi, I thought it would be useful to start a new forum where users can suggest features for upcoming versions. |
|
|
|
|
Ajith Kumar
Gast
|
Verfasst am:
Mi Feb 07, 2007 08:08 |
|
I would really like if the SMS XML exporting syntax was like this:
<?xml version="1.0" encoding="UTF-8" ?>
<folder name="Inbox">
<sms>
<from>Number</from>
<name>X</name>
<body>Good morning</body>
<timestamp>07/02/2007 6:19:54 AM</timestamp>
<storage>1</storage>
<nrpdus>1</nrpdus>
<pdu>0791198904100130240C911999590141010000702070609145009ED0F21BCE2E83D8E975195405C941E677DD4D06BDDDEC3CE8ED2E83D26E5018244EB3D9E9B7DB059ABE417590B84CA797E5207A785D068DC3F232E86D06D5E5F332DB0C1ABFF5A034A80D72BFE9A0B41B1406B5DF6F3248069A97C3F2311A1476BFE9E8B21C244EB3D9E9B71B4403854166B99B0C62A7D76550DD05D2B5522E97EB5C2783DA6FB93BED3E03</pdu>
</sms>
</folder> |
|
|
|
|
agnijith
Anmeldedatum: 07.02.2007
Beiträge: 14
|
Verfasst am:
Mi Feb 07, 2007 08:15 |
|
1) Please make all HTML to valid XHTML.
2) Number is not displayed in SMS view.
3) Please XML output well-formatted. |
|
|
|
|
FJ
Site Admin
Anmeldedatum: 15.02.2006
Beiträge: 31716
Wohnort: Tirol
|
Verfasst am:
Mi Feb 07, 2007 12:31 |
|
@Ajith Kumar: The folder is already stored in <storage>, 1 is inbox, 2 is drafts 3 is sent items
@agnijith: I have no experience in XHTML and "wellformed" XML's. It would be the easiest way if you post a sample of a perfect XML-File |
|
|
|
|
agnijith
Anmeldedatum: 07.02.2007
Beiträge: 14
|
Verfasst am:
Do Feb 08, 2007 07:26 |
|
Thx 4 quick response! But the <storage> syntax is understandable to MPE only right? Won't it be more intuitive if u replace the <mpe_messages> tag with a <folder> tag? Since I am a developer, I think that would be more of a "standard" way to store messages.
And to speak of XHTML and "formatted" XML, i'll show u an example:
here's HTML that MPE generates:
----------------------------------------------------------------------
<DIV class=sms_in>
<UL>
<LI class=name_in>X </LI>
<LI class=nummer_in>+919995101410 </LI>
<LI class=zeit_in>Friday, 02/02/2007 7:01:59 AM </LI></UL>
<P class=text_in>Gud morning dear friend</P></DIV>
----------------------------------------------------------------------
here's XHTML-compliant code:
----------------------------------------------------------------------
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<DIV class="sms_in">
<UL>
<LI class="name_in">X</LI>
<LI class="nummer_in">+9999</LI>
<LI class="zeit_in">Friday, 02/02/2007 7:01:59 AM </LI></UL>
<P class="text_in">Gud morning dear friend</P></DIV>
----------------------------------------------------------------------
Note that the use of QUOTES is very important for standards-conformance.
And here's formatted code:
----------------------------------------------------------------------
<body>
[tab]<div class="sms_in">
[tab][tab]<ul>
[tab][tab][tab]<li class="name_in">X</li>
[tab][tab][tab]<li class="nummer_in">+9999</li>
[tab][tab][tab]<li class="zeit_in">Friday, 02/02/2007 7:01:59 AM </li>
[tab][tab]</ul>
[tab][tab]<p class="text_in">Gud morning dear friend</p>
[tab]</div>
</body>
----------------------------------------------------------------------
It will just look more neat in the source, that's all. |
|
|
|
|
Freegrass
Gast
|
Verfasst am:
Do Feb 08, 2007 16:28 |
|
A link in inbox to put messages directly to the right folder in the archive would be useful...
Now I have to archive first and then place them in the right folder. Or did I miss something?
I love this program... |
|
|
|
|
FJ
Site Admin
Anmeldedatum: 15.02.2006
Beiträge: 31716
Wohnort: Tirol
|
Verfasst am:
Do Feb 08, 2007 17:04 |
|
You alsways have to import the messages in the archive before uploading to phone |
|
|
|
|
agnijith
Anmeldedatum: 07.02.2007
Beiträge: 14
|
Verfasst am:
Di Feb 13, 2007 07:49 |
|
and what abt displaying the sender's number in SMS view? |
|
|
|
|
FJ
Site Admin
Anmeldedatum: 15.02.2006
Beiträge: 31716
Wohnort: Tirol
|
Verfasst am:
Di Feb 13, 2007 18:11 |
|
Its already shown in the first column - i don't understand what you mean. |
|
|
|
|
agnijith
Anmeldedatum: 07.02.2007
Beiträge: 14
|
Verfasst am:
Do Feb 15, 2007 09:26 |
|
but only the sender's NAME is displayed - not the number. |
|
|
|
|
agnijith
Anmeldedatum: 07.02.2007
Beiträge: 14
|
Verfasst am:
Do Feb 15, 2007 09:32 |
|
man this app is so awesome, now all my friends at office with an SE phone use it instead of the SE PC Suite - it rocks! |
|
|
|
|
FJ
Site Admin
Anmeldedatum: 15.02.2006
Beiträge: 31716
Wohnort: Tirol
|
Verfasst am:
Do Feb 15, 2007 11:47 |
|
Hehe. Ok, the number is not shown, but i think this is not necessary. You can doubleclick the message and you'll see the number in the properties-window. |
|
|
|
|
agnijith
Anmeldedatum: 07.02.2007
Beiträge: 14
|
Verfasst am:
Di Feb 27, 2007 12:32 |
|
Can u add the feature to rename files? And if possible, to set file attributes (read-only, archive..)?? |
|
|
|
|
FJ
Site Admin
Anmeldedatum: 15.02.2006
Beiträge: 31716
Wohnort: Tirol
|
Verfasst am:
Di Feb 27, 2007 17:57 |
|
Sorry - this is technically not possible |
|
|
|
|
agnijith
Anmeldedatum: 07.02.2007
Beiträge: 14
|
Verfasst am:
Do März 01, 2007 06:09 |
|
oh yes very thanks to the changes in HTML. And what about XML? I mean u've decided to avoid the <folder name="Inbox"> thing?
I think you are using a listview right? I asked for the NUMBER field in SMS view so that it'll be there when I export the list as a saved website also (right-click > export).
I can't find anything else missing in ur program that's in the PC suite. Once again I take my hat off to you for making such a wonderful program. |
|
|
|
|
|