Hello Tomas,
How could I split a rich text area (whatever flavor) into two views, something that is typically done in a Word processor?
There are two parts to this:
- Two views display a portion of the same document.
- A change in the document will update both views to display this update
As of now, I could do the first by adding two rich text areas to a Split Pane, but how would I do the second? If I add two areas to a Split Pane, I could have them listen to each other for any updates. This is probably inefficient if the area contains a lot of text, styles, etc, but it provides a work around until a better solution is provided.
Hello Tomas,
How could I split a rich text area (whatever flavor) into two views, something that is typically done in a Word processor?
There are two parts to this:
As of now, I could do the first by adding two rich text areas to a Split Pane, but how would I do the second? If I add two areas to a Split Pane, I could have them listen to each other for any updates. This is probably inefficient if the area contains a lot of text, styles, etc, but it provides a work around until a better solution is provided.