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
Language and scale
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
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.
2) 100% zoom after opening a document? Assign RichViewEdit.ZoomPercent := 100 in OnOpenFile event of rvActionOpen action.