Page 1 of 1

ScaleRichViewEdit table ColSizing

Posted: Fri Jul 10, 2009 10:39 am
by _alex_
Hello,

I want to disable ColSizing in my table in the ScaleRichViewEdit.
The code

Code: Select all

table:=TRVTableItemInfo(srv.RichViewEdit.GetItem(ind));
table.Options:=table.Options-[rvtoColSizing];
srv.RichViewEdit.Reformat;
work in the RichViewEdit, but don't work in the ScaleRichViewEdit

Is it the bug?

P.S. I use SRV.v1.3.4

Posted: Fri Jul 10, 2009 2:54 pm
by Sergey Tkachenko
It will be fixed in the next ScaleRichView update.

Posted: Thu Jul 23, 2009 9:04 am
by proxy3d
bug fixed