richview's table cell bug?

General TRichView support forum. Please post your questions here
Post Reply
roclee
Posts: 1
Joined: Sun Jul 09, 2006 5:12 pm

richview's table cell bug?

Post by roclee »

I found a richview's bug. when a image in table cell,I can not reduce the table width size,Why?

I had email the demo rvf to your email

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

Post by Sergey Tkachenko »

In your file, the table has width explicitly defined in pixels:
table.BestWidth = 486 pixels.
TRichViewEdit does not allow to resize such tables with mouse.
To enable resizing, set table.BestWidth := 0;
Post Reply