Page 1 of 1

Different background for the first page

Posted: Thu Oct 09, 2014 10:40 am
by sylvainl
Hi,

I have a TScaleRichViewEdit (v6), with header+footer differents for the 1st page (PageProperty.TitlePage := True).
I would like to have a different page background for the 1st page.

I tried to play with the OnPaintPage event,
as suggested here http://www.trichview.com/forums/viewtop ... 7146#27146
I can't get it working as I would like... I get the backgrounds behind my document, but the headers doesn't show (looks like they're drawn behind the background).
The problem is only with header/footer.

How can I do that (headers/footers AND background different for 1st page) ?

Thanks for your help :)

SylvainL

Posted: Sun Oct 19, 2014 1:18 pm
by Sergey Tkachenko
Sorry for not replying.
We fixed this problem in our internal version, and I immediately forgot about it, because we were busy releasing RVMedia :(
This fix will be included in the next update.

Posted: Sun Oct 19, 2014 1:20 pm
by Sergey Tkachenko
By the way, there are options to implement it without custom drawing events.
Here is a related topic: http://www.trichview.com/forums/viewtopic.php?t=6628

Posted: Mon Oct 27, 2014 3:45 pm
by sylvainl
Thanks for your answer. Ok, understand for the fix. Will wait for it.

I will also go and read the topic about other implementations.

Thanks
SylvainL

Posted: Mon Nov 03, 2014 9:03 am
by Sergey Tkachenko
Fixed in SRV 6.1.2 (available for registered users)

Posted: Tue Nov 04, 2014 8:06 am
by sylvainl
I tried with the new version, it works perfectly.
Thanks, Sergey