Hello,
I am currently working on some sort of text editor and I'd like my users to be able to edit some rich text. For this, I am obviously using the REO but I have an issue.
I wnat them to type what they want in an Rich Edit Object, then I want that text to be writtent in an other Rich Edit Object in real time. But to do so, I have found only one way. When REO 1 is modified, I select all text from REO 2, set REO 2 RTF text to REO 1, set "REO 1 text modified ?" to no, and set back the focus to REO 1.
This, regardless it is a complex way to do something that should be simple, causes my text to be highlighted everytime "select all" is triggered.
Isn't there a way to easily set RTF text without just adding text ? Why does Rich Edit Object add text when we ask him to "set text" ?
If anyone has a solution, I would really appreciate, I am desperate...
Thanks