Page 1 of 1

Language and scale

Posted: Mon Aug 22, 2011 3:31 pm
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

Posted: Mon Aug 22, 2011 5:30 pm
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.