General TRichView support forum. Please post your questions here
chuqingsheng
Posts: 38 Joined: Sat Nov 06, 2010 5:12 am
Post
by chuqingsheng » Thu Dec 02, 2010 11:59 am
I have a treeview to show the richviewedit's doc structure.
I need this function.
when user modify the doc. the treeview will update the caption of node to show the changed. which event can I use to do this?
Sergey Tkachenko
Site Admin
Posts: 17559 Joined: Sat Aug 27, 2005 10:28 am
Contact:
Post
by Sergey Tkachenko » Thu Dec 02, 2010 12:56 pm
Sorry, I am afraid the only solution is recreating this tree completely in RichViewEdit.OnChange
chuqingsheng
Posts: 38 Joined: Sat Nov 06, 2010 5:12 am
Post
by chuqingsheng » Thu Dec 02, 2010 12:56 pm
BTW, all doc structrue title text is in the the table cell, one title in one cell .
chuqingsheng
Posts: 38 Joined: Sat Nov 06, 2010 5:12 am
Post
by chuqingsheng » Thu Dec 02, 2010 1:02 pm
can I use then table event to do this ? if use the richviewedit onchange event to recreate the treeview, this will take more time and is low efficient.