Search found 14 matches
- 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?
- Mon May 02, 2011 10:35 am
- Forum: Support
- Topic: bug: wrong encoding when rtf opened in W7
- Replies: 8
- Views: 18507
- 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.
- Sat Apr 30, 2011 6:41 pm
- Forum: Support
- Topic: bug: wrong encoding when rtf opened in W7
- Replies: 8
- Views: 18507
- Sat Apr 30, 2011 1:20 pm
- Forum: Support
- Topic: bug: wrong encoding when rtf opened in W7
- Replies: 8
- Views: 18507
- Sat Apr 30, 2011 1:19 pm
- Forum: Support
- Topic: bug: wrong encoding when rtf opened in W7
- Replies: 8
- Views: 18507
- 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.
- Sat Apr 30, 2011 4:27 am
- Forum: Support
- Topic: move to page N?
- Replies: 2
- Views: 8564
- 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".
- 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.
- Mon Apr 25, 2011 7:25 am
- Forum: Support
- Topic: Cannot view imported(from doc) file
- Replies: 5
- Views: 12947
- Sun Apr 24, 2011 9:44 am
- Forum: Support
- Topic: Cannot view imported(from doc) file
- Replies: 5
- Views: 12947
- 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;
- 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
Now call RichView.LoadRTFFromStream(R.Stream). Richview empty. Why? LineCount=0