Search found 14 matches

by Alextp
Fri Jun 01, 2012 10:22 pm
Forum: Support
Topic: how to move SRV page up/down?
Replies: 1
Views: 7669

how to move SRV page up/down?

i want on KeyDown event perform page down code. What props/methods to call to move SRV page down/up?
by Alextp
Mon May 02, 2011 10:35 am
Forum: Support
Topic: bug: wrong encoding when rtf opened in W7
Replies: 8
Views: 18507

UnicodeMode = ...OnlyUnicode fixes it. But pls see demo
by Alextp
Sun May 01, 2011 9:47 am
Forum: Support
Topic: bug: wrong encoding when rtf opened in W7
Replies: 8
Views: 18507

i post demo- www.uvviewsoft.com/beta/RV.rar . Open w7.rtf - Win7 has broken encoding.
by Alextp
Sat Apr 30, 2011 6:41 pm
Forum: Support
Topic: bug: wrong encoding when rtf opened in W7
Replies: 8
Views: 18507

There are several language settings in Windows.
Lang for non-Unicode programs is russian. It is fully rus system.
by Alextp
Sat Apr 30, 2011 1:20 pm
Forum: Support
Topic: bug: wrong encoding when rtf opened in W7
Replies: 8
Views: 18507

2) def charset on Win7: russian. Rus Win7. Why is it went wrong?
by Alextp
Sat Apr 30, 2011 1:19 pm
Forum: Support
Topic: bug: wrong encoding when rtf opened in W7
Replies: 8
Views: 18507

However, it cab be read correctly only if RV.RTFReadProperties = rvruOnlyUnicode
if i set so, won't it be wrong for non-Unicode rtfs? Can Unicode rtf always read as unicode?
by Alextp
Sat Apr 30, 2011 7:24 am
Forum: Support
Topic: bug: wrong encoding when rtf opened in W7
Replies: 8
Views: 18507

bug: wrong encoding when rtf opened in W7

open rtf (uvviewsoft.com/beta/) in RVE. XP SP3: opened ok, russian ok. Win7- opened wrong: russian broken.
by Alextp
Sat Apr 30, 2011 4:27 am
Forum: Support
Topic: move to page N?
Replies: 2
Views: 8564

Ops. In RichViewEdit.
by Alextp
Fri Apr 29, 2011 6:38 am
Forum: Support
Topic: move to page N?
Replies: 2
Views: 8564

move to page N?

how to -move scrollpos to page N and -move caret to beginnin of page? I.e. i need "go to page N".
by Alextp
Fri Apr 29, 2011 6:10 am
Forum: Support
Topic: caret- how to move?
Replies: 1
Views: 7840

caret- how to move?

cannot find in help. How to move caret -to beginning of doc., to end of doc. To end-neeeded for text search.
by Alextp
Mon Apr 25, 2011 7:25 am
Forum: Support
Topic: Cannot view imported(from doc) file
Replies: 5
Views: 12947

Were not set. Ok now
by Alextp
Sun Apr 24, 2011 9:44 am
Forum: Support
Topic: Cannot view imported(from doc) file
Replies: 5
Views: 12947

ok. I found possible bug: if i import file to Richviewedit, not same styles applied to lines in file. Some styles the same, some not. 'Styles' prop is the same (in RV, RVE). I can send .doc file
by Alextp
Sun Apr 24, 2011 8:46 am
Forum: Support
Topic: Cannot view imported(from doc) file
Replies: 5
Views: 12947

Code: Select all

begin
  if not R.ImportRTF('d:\t\1.doc' , n{4}) then ShowMessage('import');
  R.Stream.Position:= 0;
  RR.Clear;
  if not RR.LoadRTFFromStream(R.Stream) then ShowMessage('load');
  R.Stream.SetSize(0);
end;
RR- richview. 13.0.1
by Alextp
Sun Apr 24, 2011 8:29 am
Forum: Support
Topic: Cannot view imported(from doc) file
Replies: 5
Views: 12947

Cannot view imported(from doc) file

Created Office converter component (name R). Imported .doc to Stream (ImportRTF method, result true, Stream.size is 25K so imported Ok)

Now call RichView.LoadRTFFromStream(R.Stream). Richview empty. Why? LineCount=0