Page 1 of 1

Best way to handle using TRichView

Posted: Thu May 14, 2020 7:49 pm
by jgkoehn
Greetings Forum,
We have a question in regards to the best way to create something in TRichView.
The text would look like this

Ἐν | ἀρχῇ | ἦν | ὁ λόγος, καὶ ὁ λόγος ἦν πρὸς τὸν θεόν, καὶ θεὸς ἦν ὁ λόγος.
Ιn | beginning | was | the Word, and the Word was with - God, and God was the Word.
Prep | Noun | Verb | Article Noun Conj Art Noun ...

A table would probably be ideal. However, a table does not wrap at then end of the line. So does one do mini tables for each word set?
Can tables be side by side in TRichView.
Thoughts?

Re: Best way to handle using TRichView

Posted: Thu May 14, 2020 8:01 pm
by Sergey Tkachenko
Sorry, I do not understand how it should look like, can you attach a picture?

Re: Best way to handle using TRichView

Posted: Thu May 14, 2020 8:25 pm
by jgkoehn
A couple examples
5340.Capture.JPG
5340.Capture.JPG (89.12 KiB) Viewed 16086 times
picturemessage_1suj4zyt.m32.png
picturemessage_1suj4zyt.m32.png (43.49 KiB) Viewed 16086 times

Re: Best way to handle using TRichView

Posted: Fri May 15, 2020 9:47 am
by Sergey Tkachenko
Sorry, it is not possible currently in TRichView. Tables cannot wrap, and tables cannot be placed side by side (it is planned in future updates, but I cannot tell when it will be implemented).
Well, there is a solution: each block can be a separate editor, inserted in the main editor. But this solution is suitable only for relatively small documents. Here is an example how to create documents containing nested editors so that it can be stored in RVF: https://www.trichview.com/forums/viewto ... f=3&t=2199

Re: Best way to handle using TRichView

Posted: Sat Mar 16, 2024 6:58 pm
by jgkoehn
I have tried this but it slows things down about 11 seconds to render the data. What work around could I do to make Tables side by side? Is it complex?

Re: Best way to handle using TRichView

Posted: Sun Mar 17, 2024 7:21 pm
by Sergey Tkachenko
Unfortunately, tables cannot be placed side by side. Planned for future versions.