How does one make the print/print preview actions in rvActionsList work with ScaleRichView?
Currently they print / preview based on the TRichView instead of the TScaleRichView.
That is, the page setup isn't used.
Best Regards,
Shane
How To Print / Print Preview??
Re: How To Print / Print Preview??
Use components SRVPrint and SRVPreview. See example Poster.
-
- Site Admin
- Posts: 17520
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Certainly, TrvActionPrint, TrvActionQuickPrint, TrvActionPrintPreview, TrvActionPageSetup do not work with ScaleRichView properly. It's obvious, because they use TRVPrint's repagination procedure and properties instead of ScaleRichView's procedure and properties.
The most of these actions can be implemented with ScaleRichView very easy, and it is shown in the ScaleRichView version of ActionTest demo.
TrvActionPrint, TrvActionQuickPrint are implemented, TrvActionPrintPreview is not really necessary because the editor is already WYSIWYG.
The most problematic is TrvActionPageSetup. ScaleRichView demos include a page setup dialog, but it is very simplistic.
Currently,you need to create a page setup dialog for ScaleRichView yourself. Later, we will create a new action for ScaleRichView page setup.
The most of these actions can be implemented with ScaleRichView very easy, and it is shown in the ScaleRichView version of ActionTest demo.
TrvActionPrint, TrvActionQuickPrint are implemented, TrvActionPrintPreview is not really necessary because the editor is already WYSIWYG.
The most problematic is TrvActionPageSetup. ScaleRichView demos include a page setup dialog, but it is very simplistic.
Currently,you need to create a page setup dialog for ScaleRichView yourself. Later, we will create a new action for ScaleRichView page setup.
-
- Posts: 54
- Joined: Mon Jul 31, 2006 2:10 am
I created a page setup when I first started... I noticed the printing was different so I also overrode that in rvAcitons.
I guess I will kill the print preview and see what the client thinks.
If they are FINALLY OK with it, I will have my partner register and hopefully put this to bed!
Best Regards,
Shane
I guess I will kill the print preview and see what the client thinks.
If they are FINALLY OK with it, I will have my partner register and hopefully put this to bed!
Best Regards,
Shane
-
- Site Admin
- Posts: 17520
- Joined: Sat Aug 27, 2005 10:28 am
- Contact: