Page 1 of 1

RichViewEdit.Modified set to True after OnDropFiles event

Posted: Wed Apr 22, 2009 7:49 am
by Cosmin3
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...?

Thank you.

Posted: Wed Apr 22, 2009 12:46 pm
by Sergey Tkachenko
It will be fixed in the next update.

Posted: Wed Apr 22, 2009 1:07 pm
by Cosmin3
I understand.
Thank you.

Posted: Sat Jun 13, 2009 4:44 pm
by proxy3d
bug fixed

Posted: Fri Jul 03, 2009 8:01 am
by Cosmin3
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...?

Posted: Fri Jul 03, 2009 4:05 pm
by Sergey Tkachenko
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)

Posted: Fri Jul 03, 2009 4:54 pm
by Cosmin3
Ok, I will wait.

Posted: Tue Aug 18, 2009 10:02 am
by Sergey Tkachenko
fixed in v11.0.7

Posted: Thu Aug 20, 2009 8:22 am
by Cosmin3
Thank you very much.