I resent it.
Zvo.
Search found 20 matches
- Tue Nov 18, 2008 8:06 am
- Forum: ScaleRichView
- Topic: Problem with unitsprogram property
- Replies: 7
- Views: 38065
- Tue Nov 11, 2008 9:30 am
- Forum: ScaleRichView
- Topic: Problem with unitsprogram property
- Replies: 7
- Views: 38065
- Wed Nov 05, 2008 2:49 pm
- Forum: Support
- Topic: Problem with hyperlink and InsertRVFFromStream method
- Replies: 1
- Views: 10334
- Wed Nov 05, 2008 8:37 am
- Forum: Support
- Topic: Problem with hyperlink and InsertRVFFromStream method
- Replies: 1
- Views: 10334
Problem with hyperlink and InsertRVFFromStream method
I want to create RVF document from many of RVF documents.
I am using method rvDoc.RichView.InsertRVFFromStream(AMemStr,rvDoc.RichView.ItemCount);
It forks fine but all hyperlinks are lost in new generated document.
Can you help me?
Thanks Josef.
I am using method rvDoc.RichView.InsertRVFFromStream(AMemStr,rvDoc.RichView.ItemCount);
It forks fine but all hyperlinks are lost in new generated document.
Can you help me?
Thanks Josef.
- Tue Nov 04, 2008 1:08 pm
- Forum: ScaleRichView
- Topic: Problem with unitsprogram property
- Replies: 7
- Views: 38065
- Fri Oct 24, 2008 11:15 am
- Forum: ScaleRichView
- Topic: Problem with unitsprogram property
- Replies: 7
- Views: 38065
Problem with unitsprogram property
I create document with millimeter units. I set up page border left=25 mm,(right,top,bottom)=15 mm. I write text and i insert image. Now i do save it to my database by SaveToStream method. Now i loaded it. All is OK.
Now i select all (Ctrl-A) and copy to clipboard and paste to end of document. All is ...
Now i select all (Ctrl-A) and copy to clipboard and paste to end of document. All is ...
- Mon Oct 20, 2008 6:11 am
- Forum: ScaleRichView
- Topic: Create index of document
- Replies: 1
- Views: 16417
Create index of document
Is any chance to create index of RVF document witch page number marks where is inserted on top of RVF document? (like as MS WORD). I am using list styles with levels and i would like to use them for creating index of document.
Thaks. Josef.
Thaks. Josef.
- Fri Oct 10, 2008 2:11 pm
- Forum: ScaleRichView
- Topic: Problem With HardPage
- Replies: 1
- Views: 16222
Problem With HardPage
When i press Ctrl-Return in Action Demo this inserts hard page and caret goto new page. It is ok.
1. Problem
When i press Ctrl-Return in my application this inserts new line and jump to begin of line. that is wrong.
2.problem
I inserted tool button with rvActionsResource.rvActionInsertPageBreak1 ...
1. Problem
When i press Ctrl-Return in my application this inserts new line and jump to begin of line. that is wrong.
2.problem
I inserted tool button with rvActionsResource.rvActionInsertPageBreak1 ...
- Tue Oct 07, 2008 2:58 pm
- Forum: ScaleRichView
- Topic: Insert hyperlink
- Replies: 1
- Views: 17244
Insert hyperlink
I can add hyperlink at end of document
FRVFEdit.RichViewEdit.AddNLTag('Hyperlink example',GetHypertextStyleNo(0), -1,Integer(StrNew(PChar(AHyper))));
How can i insert this on caret position?
Thanks Josef.
FRVFEdit.RichViewEdit.AddNLTag('Hyperlink example',GetHypertextStyleNo(0), -1,Integer(StrNew(PChar(AHyper))));
How can i insert this on caret position?
Thanks Josef.
- Thu Oct 02, 2008 8:37 am
- Forum: ScaleRichView
- Topic: Problem with printing resized image
- Replies: 1
- Views: 15263
Problem with printing resized image
I insert image from clipboard to document. (printscreen 1024x800). I change this size to 100x100 pixels by property page. Image is showen right. Now I do print document and image is printed with height 100 px but width is original (1024 pix).
Thanks Josef.
Thanks Josef.
- Wed Oct 01, 2008 10:35 am
- Forum: ScaleRichView
- Topic: Problem with inserting JPG by insertpicture action
- Replies: 1
- Views: 16261
Problem with inserting JPG by insertpicture action
I have ScaleRicgView editor created in runtime. It is simple windows with action toolbar.
When i want to insert image by Insertpicture icon i have a problem with JPG image (all works fine with bitmap ).
I insert jpg image to document. I see image and i save document to stream.
Now i open this ...
When i want to insert image by Insertpicture icon i have a problem with JPG image (all works fine with bitmap ).
I insert jpg image to document. I see image and i save document to stream.
Now i open this ...
- Mon Jun 30, 2008 3:51 pm
- Forum: ScaleRichView
- Topic: Create ScaleRichView in runtime
- Replies: 5
- Views: 27609
Problem with tableinsert action
Thank you for your answer. Now i have next problem.
I am creating actions in runtime. All works fine but rvActionInsertTable1 doesn't work properly.
When i click on table insert button,
"table insert" form is opened and
when i click OK, exception appears in unit RVTInplace in procedure ...
I am creating actions in runtime. All works fine but rvActionInsertTable1 doesn't work properly.
When i click on table insert button,
"table insert" form is opened and
when i click OK, exception appears in unit RVTInplace in procedure ...
- Mon Jun 30, 2008 6:50 am
- Forum: ScaleRichView
- Topic: Create ScaleRichView in runtime
- Replies: 5
- Views: 27609
Create ScaleRichView in runtime
I want to try to create scalerichview in runtime.
I have problem with it.
Can you help me what can i do?
My simple code is bellow, but doesn't work properly. *(problem with caret, access violation with inserting table)
Thanks Josef.
type
TForm8 = class(TForm)
Button1: TButton;
procedure ...
I have problem with it.
Can you help me what can i do?
My simple code is bellow, but doesn't work properly. *(problem with caret, access violation with inserting table)
Thanks Josef.
type
TForm8 = class(TForm)
Button1: TButton;
procedure ...
- Wed Nov 21, 2007 10:14 pm
- Forum: ScaleRichView
- Topic: Problem with run editor demo
- Replies: 1
- Views: 15243
Problem with run editor demo
I want to run Demos\Editor\ project from scalericheditor demos in Delphi 6.
[Fatal Error] MFEditor.pas(19): Unit SclRView was compiled with a different version of RVEdit.TRVOnCaretGetOutEvent
I have installed Richview 1.9.47 an richvieaction v1.58.
What is wrong?
Can you help me.
Thanks Josef.
[Fatal Error] MFEditor.pas(19): Unit SclRView was compiled with a different version of RVEdit.TRVOnCaretGetOutEvent
I have installed Richview 1.9.47 an richvieaction v1.58.
What is wrong?
Can you help me.
Thanks Josef.
- Wed Oct 17, 2007 8:39 pm
- Forum: Support
- Topic: Paragraph Shading
- Replies: 3
- Views: 14465