Table Properties Dialog - Where is it?

General TRichView support forum. Please post your questions here
Post Reply
vega
Posts: 50
Joined: Fri Oct 26, 2007 6:29 am

Table Properties Dialog - Where is it?

Post by vega »

I'm essentially using RVE to export to HTML with CSS (and it works like a charm).

My UI offers the user to open the table properties dialog for fine adjustments (using rvActionTableProperties). Since RichViewAction for table property does not (yet) assign file names for background pictures, I need to disable or suppress the [Picture] buttons in this dialog (both, in the 'Table' and 'Cell' tabs). I just want to avoid the user setting things that will not be displayed in the HTML.

Could you please let me know where I can find the code for this properties dialog ? Couldn't find it myself...

Thanks in advance, Dan
Sergey Tkachenko
Site Admin
Posts: 17310
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

ItemPropRVFrm unit. Open this unit when RichViewActions package is an active project, otherwise you'll need to open other units (containing ancestor forms) before it.
vega
Posts: 50
Joined: Fri Oct 26, 2007 6:29 am

Post by vega »

Sergey Tkachenko wrote:ItemPropRVFrm unit...
Yes, done!

Thanks much for your timely help.

Dan
Post Reply