The goal is to store and retrieve records that include user styled text documents.
(using SQLite)
Following the example in Quickly building a database client app for the desktop with DBKit, a DBKit.TextArea was added. The text area was decorated (after clicking the Edit button) with bold, underline, color, etc… using the contextual menu and then saved using the Done button. When the record is again selected in the listbox, only plain text appears. The styling has been lost.
Does the DBKit.TextArea not keep its styling when saved?
Thanks - KC
1 post - 1 participant