| To: | REALbasic NUG German <realbasic-nug dot de at lists dot realsoftware dot com> |
|---|---|
| Subject: | Styled text verschieb style |
| From: | Stefan Sicurella <sicurella at onlymac dot de> |
| Date: | Tue, 27 May 2008 12:40:45 +0200 |
| Authentication-results: | mx.google.com; spf=pass (google.com: domain of realbasic-nug dot de-bounces at lists dot realsoftware dot com designates 66.116.103.65 as permitted sender) smtp dot mail=realbasic-nug dot de-bounces at lists dot realsoftware dot com |
| Delivered-to: | listarchive at realsoftware dot com |
| Delivered-to: | realbasic-nug dot de at lists dot realsoftware dot com |
Hi,jetzt sichere ich den text und die style data getrennt in die Datenbank, das ist ganz normal schnell, nicht wie RTF... Leider verschiebt sich beim Style im Text sobald Umlaute ins Spiel kommen.
Ist das nicht alles UTF8?
Was kann ich tun?
Styled text in DB
d.idxField(30).stringValue=txt.Text
d.idxField(31).stringValue=EncodeBase64(txt.TextStyleData,0)
und wieder in Editfield
EditField1
..SetTextAndStyle
(r.idxField(30).stringvalue,DecodeBase64(r.idxField(31).stringvalue))
Gruß Stefan |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: RTF in Editfield ist lahhhhm, Stefan Sicurella |
|---|---|
| Next by Date: | Re: Styled text verschieb style, Stefan Sicurella |
| Previous by Thread: | RTF in Editfield ist lahhhhm, Stefan Sicurella |
| Next by Thread: | Re: Styled text verschieb style, Stefan Sicurella |
| Indexes: | [Date] [Thread] [Top] [All Lists] |