Page 1 of 1

Table Properties Dialog - Where is it?

Posted: Tue Feb 05, 2008 2:10 pm
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

Posted: Tue Feb 05, 2008 3:11 pm
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.

Posted: Thu Feb 07, 2008 5:21 pm
by vega
Sergey Tkachenko wrote:ItemPropRVFrm unit...
Yes, done!

Thanks much for your timely help.

Dan