I've been using RichView for a while now. Since I've switched to ScaleRichView, I used the ActionTest demo to familiarize myself with it.
I'm having the following problem: When I start the demo, the `OnCreate` event calls `srvActionsResource.rvActionNew1.ExecuteTarget(SRichViewEdit1.RichViewEdit)`, and the editor displays a blank page.
However, the page format is unknown, even though I've set it to A4. If I go to Page Setup and select A4, the page size is correct. I tried various settings, unfortunately without success. What do I need to do to make the editor start in A4 format?
-HL
Page Size A4
Re: Page Size A4
My mistake, stupidity of me.
Since I hadn't worked with actions before, it took me a while to find the DefaultDocParameters in the TRVAControlPanel. If the DefaultDocParameters are set to A4, the application also starts with the A4 page size.
-HL
-HL