FJ Software Foren-Übersicht  
 Homepage   •  Suchen   •  FAQ   •  Mitgliederliste   •  Registrieren   •  Login
 Suggestions Nächstes Thema anzeigen
Vorheriges Thema anzeigen
Neues Thema eröffnenNeue Antwort erstellen
Autor Nachricht
Ajith Kumar
Gast





BeitragVerfasst am: Mi Feb 07, 2007 09:06 Antworten mit ZitatNach oben

Hi, I thought it would be useful to start a new forum where users can suggest features for upcoming versions.
Ajith Kumar
Gast





BeitragVerfasst am: Mi Feb 07, 2007 09:08 Antworten mit ZitatNach oben

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

BeitragVerfasst am: Mi Feb 07, 2007 09:15 Antworten mit ZitatNach oben

1) Please make all HTML to valid XHTML.
2) Number is not displayed in SMS view.
3) Please XML output well-formatted.
Benutzer-Profile anzeigenPrivate Nachricht senden
FJ
Site Admin


Anmeldedatum: 15.02.2006
Beiträge: 31497
Wohnort: Tirol

BeitragVerfasst am: Mi Feb 07, 2007 13:31 Antworten mit ZitatNach oben

@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
Benutzer-Profile anzeigenPrivate Nachricht sendenE-Mail sendenICQ-Nummer
agnijith



Anmeldedatum: 07.02.2007
Beiträge: 14

BeitragVerfasst am: Do Feb 08, 2007 08:26 Antworten mit ZitatNach oben

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.
Benutzer-Profile anzeigenPrivate Nachricht senden
Freegrass
Gast





BeitragVerfasst am: Do Feb 08, 2007 17:28 Antworten mit ZitatNach oben

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: 31497
Wohnort: Tirol

BeitragVerfasst am: Do Feb 08, 2007 18:04 Antworten mit ZitatNach oben

You alsways have to import the messages in the archive before uploading to phone
Benutzer-Profile anzeigenPrivate Nachricht sendenE-Mail sendenICQ-Nummer
agnijith



Anmeldedatum: 07.02.2007
Beiträge: 14

BeitragVerfasst am: Di Feb 13, 2007 08:49 Antworten mit ZitatNach oben

and what abt displaying the sender's number in SMS view?
Benutzer-Profile anzeigenPrivate Nachricht senden
FJ
Site Admin


Anmeldedatum: 15.02.2006
Beiträge: 31497
Wohnort: Tirol

BeitragVerfasst am: Di Feb 13, 2007 19:11 Antworten mit ZitatNach oben

Its already shown in the first column - i don't understand what you mean.
Benutzer-Profile anzeigenPrivate Nachricht sendenE-Mail sendenICQ-Nummer
agnijith



Anmeldedatum: 07.02.2007
Beiträge: 14

BeitragVerfasst am: Do Feb 15, 2007 10:26 Antworten mit ZitatNach oben

but only the sender's NAME is displayed - not the number.
Benutzer-Profile anzeigenPrivate Nachricht senden
agnijith



Anmeldedatum: 07.02.2007
Beiträge: 14

BeitragVerfasst am: Do Feb 15, 2007 10:32 Antworten mit ZitatNach oben

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!
Benutzer-Profile anzeigenPrivate Nachricht senden
FJ
Site Admin


Anmeldedatum: 15.02.2006
Beiträge: 31497
Wohnort: Tirol

BeitragVerfasst am: Do Feb 15, 2007 12:47 Antworten mit ZitatNach oben

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.
Benutzer-Profile anzeigenPrivate Nachricht sendenE-Mail sendenICQ-Nummer
agnijith



Anmeldedatum: 07.02.2007
Beiträge: 14

BeitragVerfasst am: Di Feb 27, 2007 13:32 Antworten mit ZitatNach oben

Can u add the feature to rename files? And if possible, to set file attributes (read-only, archive..)??
Benutzer-Profile anzeigenPrivate Nachricht senden
FJ
Site Admin


Anmeldedatum: 15.02.2006
Beiträge: 31497
Wohnort: Tirol

BeitragVerfasst am: Di Feb 27, 2007 18:57 Antworten mit ZitatNach oben

Sorry - this is technically not possible
Benutzer-Profile anzeigenPrivate Nachricht sendenE-Mail sendenICQ-Nummer
agnijith



Anmeldedatum: 07.02.2007
Beiträge: 14

BeitragVerfasst am: Do März 01, 2007 07:09 Antworten mit ZitatNach oben

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.
Benutzer-Profile anzeigenPrivate Nachricht senden
Beiträge der letzten Zeit anzeigen:      
Neues Thema eröffnenNeue Antwort erstellen


 Gehe zu:   



Nächstes Thema anzeigen
Vorheriges Thema anzeigen
Du kannst keine Beiträge in dieses Forum schreiben.
Du kannst auf Beiträge in diesem Forum nicht antworten.
Du kannst deine Beiträge in diesem Forum nicht bearbeiten.
Du kannst deine Beiträge in diesem Forum nicht löschen.
Du kannst an Umfragen in diesem Forum nicht mitmachen.

Powered by phpBB © 2001, 2002 phpBB Group :: FI Theme :: Alle Zeiten sind GMT + 1 Stunde
Deutsche Übersetzung von phpBB.de