Preview isn't right

General TRichView support forum. Please post your questions here
Post Reply
bswift
Posts: 37
Joined: Thu Sep 15, 2005 8:26 pm

Preview isn't right

Post by bswift »

Hello,

I am using this

Code: Select all

     if CBAC.Checked=true then
     StyleEx:=StyleEx+[rvfsAllCaps] else
     StyleEx:=StyleEx-[rvfsAllCaps];
     RVE.ApplyTextStyle(RVStyle1.TextStyles.Count-1);
CBAC is a checkbox and when checked it inserts text into RichViewEdit in allcaps. All works fine but when previewed using rvprintpreview the inserted text always shows up in lowercase.

Any suggestions?
shmp
Posts: 140
Joined: Sun Aug 28, 2005 10:19 am
Location: Sabah, Malaysia.
Contact:

Post by shmp »

Have you tried refomat?
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Which version of TRichView do you use?
One of older versions had a bug with printing All-Caps text.
bswift
Posts: 37
Joined: Thu Sep 15, 2005 8:26 pm

Post by bswift »

Sergey,

I am using v1.9.0.4
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

I do not remember exactly which version had this bug.
Please upgrade your copy of TRichView.
bswift
Posts: 37
Joined: Thu Sep 15, 2005 8:26 pm

Post by bswift »

Where can I get it?
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

If you are a registered user, see the registration e-mail (all links are valid and point to the new versions) or contact me by e-mail.
If not, trials of v1.9.8 can be downloaded here: http://www.trichview.com/download/
bswift
Posts: 37
Joined: Thu Sep 15, 2005 8:26 pm

Post by bswift »

Sergey,

I have lost my reg email. My email is ***. Can you send me the link?

Thanks
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Sent by e-mail.

PS: for any case, I removed your e-mail from the message (to prevent spammers from grabbing it)
Post Reply