rvActionsResource.rvActionPageSetup1
rvActionsResource.rvActionPageSetup1
When I execute rvActionsResource.rvActionPageSetup1 nothing happens. It is the only Actions dialog I have a problem with. Where can I find out more about rvActionsResource.rvActionPageSetup1/
-
- Posts: 164
- Joined: Tue Nov 08, 2011 5:11 pm
Re: rvActionsResource.rvActionPageSetup1
Do you have a TRVAControlPanel component in your project?mjsmithsr wrote:When I execute rvActionsResource.rvActionPageSetup1 nothing happens. It is the only Actions dialog I have a problem with.
Do you have the RichViewActions help file? (RichViewActions.chm, available from http://www.trichview.com/rvfiles/rvhelp.zip)mjsmithsr wrote:Where can I find out more about rvActionsResource.rvActionPageSetup1/
Per the help topic for TrvActionPageSetup:
"This action is enabled if TRVAControlPanel.RVPrint is assigned, and there is at least one printer is installed in the system (Printer.Printers.Count>0)."
-
- Site Admin
- Posts: 17553
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Yes, this action requires TRVPrint assigned to the control panel property. BUT...
For ScaleRichView, the following actions must not be used: TrvActionPageSetup, TrvActionPrint, TrvActionQuickPrint, TrvActionPrintPreview.
Instead of them, there are TsrvActionPageSetup, TsrvActionPrint, TsrvActionQuickPrint, TsrvActionPreview.
There are special datamodules for ScaleRichView in demos (see ActionTestTabs demo): dmActionsSRV.pas using 16-color images, dmActionsSRVAlpha.pas using semitransparent images (for Delphi 2009 or newer).
For ScaleRichView, the following actions must not be used: TrvActionPageSetup, TrvActionPrint, TrvActionQuickPrint, TrvActionPrintPreview.
Instead of them, there are TsrvActionPageSetup, TsrvActionPrint, TsrvActionQuickPrint, TsrvActionPreview.
There are special datamodules for ScaleRichView in demos (see ActionTestTabs demo): dmActionsSRV.pas using 16-color images, dmActionsSRVAlpha.pas using semitransparent images (for Delphi 2009 or newer).