Search found 20 matches

by prosoft
Tue Nov 18, 2008 8:06 am
Forum: ScaleRichView
Topic: Problem with unitsprogram property
Replies: 7
Views: 29762

I resent it.

Zvo.
by prosoft
Tue Nov 11, 2008 9:30 am
Forum: ScaleRichView
Topic: Problem with unitsprogram property
Replies: 7
Views: 29762

I sent email with rvf files.

Zvo.
by prosoft
Wed Nov 05, 2008 2:49 pm
Forum: Support
Topic: Problem with hyperlink and InsertRVFFromStream method
Replies: 1
Views: 9065

rvoTagsArePChars must be included in rve.Options
by prosoft
Wed Nov 05, 2008 8:37 am
Forum: Support
Topic: Problem with hyperlink and InsertRVFFromStream method
Replies: 1
Views: 9065

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.
by prosoft
Tue Nov 04, 2008 1:08 pm
Forum: ScaleRichView
Topic: Problem with unitsprogram property
Replies: 7
Views: 29762

Load: FRvfEditor:=TfrRVFEdit.Create(self); //This is TFrame child that contains RV components FRvfEditor.Align:=alClient; FRvfEditor.Parent:=self; // self is TPanel // FrvfEditor.SRichViewEdit1.UnitsProgram is rvuMilimeters FrvfEditor.SRichViewEdit1.LoadRVFFromStream(AMemStr); // FrvfEditor.SRichVie...
by prosoft
Fri Oct 24, 2008 11:15 am
Forum: ScaleRichView
Topic: Problem with unitsprogram property
Replies: 7
Views: 29762

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...
by prosoft
Mon Oct 20, 2008 6:11 am
Forum: ScaleRichView
Topic: Create index of document
Replies: 1
Views: 14488

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.
by prosoft
Fri Oct 10, 2008 2:11 pm
Forum: ScaleRichView
Topic: Problem With HardPage
Replies: 1
Views: 14325

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 to ...
by prosoft
Tue Oct 07, 2008 2:58 pm
Forum: ScaleRichView
Topic: Insert hyperlink
Replies: 1
Views: 15304

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.
by prosoft
Thu Oct 02, 2008 8:37 am
Forum: ScaleRichView
Topic: Problem with printing resized image
Replies: 1
Views: 13611

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.
by prosoft
Wed Oct 01, 2008 10:35 am
Forum: ScaleRichView
Topic: Problem with inserting JPG by insertpicture action
Replies: 1
Views: 14133

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 docume...
by prosoft
Mon Jun 30, 2008 3:51 pm
Forum: ScaleRichView
Topic: Create ScaleRichView in runtime
Replies: 5
Views: 23423

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 TRV...
by prosoft
Mon Jun 30, 2008 6:50 am
Forum: ScaleRichView
Topic: Create ScaleRichView in runtime
Replies: 5
Views: 23423

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 Button1Click...
by prosoft
Wed Nov 21, 2007 10:14 pm
Forum: ScaleRichView
Topic: Problem with run editor demo
Replies: 1
Views: 13269

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.
by prosoft
Wed Oct 17, 2007 8:39 pm
Forum: Support
Topic: Paragraph Shading
Replies: 3
Views: 12643

I mean Paragraph Shading by Microsoft RTF standard.