Language and scale

General TRichView support forum. Please post your questions here
Post Reply
Thr33D
Posts: 9
Joined: Mon Apr 11, 2011 10:44 am

Language and scale

Post by Thr33D »

Hello Sergey,

I want that the ScaleRichView is always in german. If it possibile, thats in German in Delphi? I don't want that the user see the change from english to german.

And the second thing. If I start the ScaleRichView and there is a document with text, I want to see the first page at the beginning and zoom shout be 100%.

Thank you.
Thr33d
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

1) Assign Language property = 'German' for TRVAControlPanel component. Details are here: http://www.trichview.com/help-actions/l ... ctions.htm
2) 100% zoom after opening a document? Assign RichViewEdit.ZoomPercent := 100 in OnOpenFile event of rvActionOpen action.
Post Reply