TAdvRichEditor save/load from stream BUG

Hi,
The big problem with TAdvRichEditor.SaveToStream and TAdvRichEditor.LoadFromStream

See my project to reproduce.
richeditor_saveloadstream.zip (2.8 MB)

Repro steps:

  1. add some text to the left richeditor
  2. click button "Copy Stream"
  3. move mouse cursor to the right richeditor, you will get an av error

Hi @brunofierens any news concerning this issue?

I could not allocate time during the weekend for this.

Sorry, Ok ... I understand ... I will waiting for any news concerning this.

We traced & solved this issue. Next update will address this.
Workaround you can use for now:

    advrchdtr2.LoadFromStream(a,true);
    advrchdtr2.ClearSelection;

Ok ... thank you ... for now, the workaround is working.