Hi.
I'm trying to make my own insert code in OnDropFiles event.
I set DoDefault to False but I noticed that the variable srv.RichViewEdit.Modified is set to True (after the event) even if I don't insert anything.
How can I prevent this from happenning...?
I tried ScaleRichView 2.2.1.
I load a text. Srv.RichViewEdit.Modified is False.
I set DoDefault to False and I try to drop a file but I don't do anything in the event. Srv.RichViewEdit.Modified is still set to True.
Am I doing something wrong...?
Sorry, this problem was mainly fixed in TRichView code, which was not uploaded yet (sorry, current TRichView version is in development, so I cannot upload update yet)