RichViewEdit.Modified set to True after OnDropFiles event

General TRichView support forum. Please post your questions here
Post Reply
Cosmin3
Posts: 54
Joined: Sat Apr 05, 2008 12:04 pm

RichViewEdit.Modified set to True after OnDropFiles event

Post 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.
Sergey Tkachenko
Site Admin
Posts: 17559
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

It will be fixed in the next update.
Cosmin3
Posts: 54
Joined: Sat Apr 05, 2008 12:04 pm

Post by Cosmin3 »

I understand.
Thank you.
proxy3d
ScaleRichView Developer
Posts: 307
Joined: Mon Aug 07, 2006 9:37 am

Post by proxy3d »

bug fixed
Cosmin3
Posts: 54
Joined: Sat Apr 05, 2008 12:04 pm

Post 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...?
Sergey Tkachenko
Site Admin
Posts: 17559
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post 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)
Cosmin3
Posts: 54
Joined: Sat Apr 05, 2008 12:04 pm

Post by Cosmin3 »

Ok, I will wait.
Sergey Tkachenko
Site Admin
Posts: 17559
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

fixed in v11.0.7
Cosmin3
Posts: 54
Joined: Sat Apr 05, 2008 12:04 pm

Post by Cosmin3 »

Thank you very much.
Post Reply