BackgroundImageFileName

General TRichView support forum. Please post your questions here
Post Reply
miro

BackgroundImageFileName

Post by miro »

hi

BackgroundImageFileName property is lost for when SplitSelectedCellsHorizontally or SplitSelectedCellsVertically functions are used.

adding PropList.AddObject('BackgroundImageFileName', TObject(SourceCell.BackgroundImageFileName));

in TRVTableItemInfo.AssignCellAttributes fixed the problem for me

miro
Sergey Tkachenko
Site Admin
Posts: 17309
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

It's not as simple as that.
It's assumed that PropList contains information about integer properties. Undoing such operation may crash the problem.

A proper fix for this problem includes adding several new methods of RVData and table, and a couple of new undo item classes.
I have these changes in my copy of TRichView.
Post Reply