Can we Format TRichviewEdit without assigning Parent?

General TRichView support forum. Please post your questions here
Post Reply
laxmikantj
Posts: 17
Joined: Wed Apr 30, 2008 8:07 pm

Can we Format TRichviewEdit without assigning Parent?

Post by laxmikantj »

Hi,

We want to format TRichviewEdit without assigning Parent after doing changes in RichviewEdit.

How can we do this?


Thanks.

Rgds,
Laxmikant
Sergey Tkachenko
Site Admin
Posts: 17310
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

It's not possible in the current version.
Workarounds:
- assign invisible form as a parent;
- use TRVReportHelper
laxmikantj
Posts: 17
Joined: Wed Apr 30, 2008 8:07 pm

We have to do these things in threading.

Post by laxmikantj »

Hi,

We are having template in which we have to replace place holders with
richview data in another fields.

We have to do these things in threading.

How can we do this?

Thanks,

Rgds,
Laxmikant
Sergey Tkachenko
Site Admin
Posts: 17310
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

I always had problems when I created classes in threads and freed them in the context of the main process, or vice versa.
So I highly not recommend to add/remove items or reformat documents in threads, use Synchronize.
Post Reply