Search found 10 matches

by cedo
Fri Jul 05, 2013 12:09 pm
Forum: Support
Topic: Switching to the next page when end of page has been reached
Replies: 6
Views: 15856

My solution: TRVPrintPreview = class(TCustomRVPrintPreview) private FVScrollDownAgain: Integer; FVScrollUpAgain: Integer; ... protected ... {$IFDEF RICHVIEWDEF4} function DoMouseWheelDown(Shift: TShiftState; MousePos: TPoint): Boolean; override; function DoMouseWheelUp(Shift: TShiftState; MousePos ...
by cedo
Thu Jul 04, 2013 9:14 am
Forum: Support
Topic: Switching to the next page when end of page has been reached
Replies: 6
Views: 15856

I wish I could switch document to the next page by mouse wheel.
by cedo
Wed Jul 03, 2013 8:06 am
Forum: Support
Topic: Switching to the next page when end of page has been reached
Replies: 6
Views: 15856

Sorry. The TRVPrintPreview control has the following methods:
RVPP.Prev;
RVPP.Next;

I would like the method Next() is automatically executed when the end of the page is reached.
by cedo
Tue Jul 02, 2013 12:41 pm
Forum: Support
Topic: Switching to the next page when end of page has been reached
Replies: 6
Views: 15856

Switching to the next page when end of page has been reached

I would like TRichViewEdit control automatically switch to next page when the end of page has been reached. How can I do this ?
by cedo
Mon Mar 25, 2013 1:26 pm
Forum: Support
Topic: Page countting
Replies: 6
Views: 15799

What do you think about attribute "resetpagecounter" for tag "pagebreak" ?
by cedo
Mon Mar 25, 2013 9:20 am
Forum: Support
Topic: Page countting
Replies: 6
Views: 15799

Suppose I have two documents merged in one document. The documents are separated by tag "pagebreak". I found the following part of the program code (RVXMLRoutines.pas): function LoadRVDataFromXML(RVData: TCustomRVData; Node: TXMLTag; Bullets: TImgListList; Default: PRichViewXMLStyle; var ...
by cedo
Fri Mar 22, 2013 1:53 pm
Forum: Support
Topic: Page countting
Replies: 6
Views: 15799

TRichViewEdit printed by RichViewActions
by cedo
Fri Mar 22, 2013 12:44 pm
Forum: Support
Topic: Page countting
Replies: 6
Views: 15799

Page countting

Is there a way to force the page counter to reset. Suppose I have two documents, which I show in preview mode all together. These documents must have a separate page numbers. How can I do this ?
by cedo
Wed Nov 28, 2012 12:29 pm
Forum: Support
Topic: How to obtain opened file's path
Replies: 2
Views: 9238

I didn't see there is the event OnDocumentFileChange in the class TRvActionSave.
by cedo
Wed Nov 28, 2012 10:28 am
Forum: Support
Topic: How to obtain opened file's path
Replies: 2
Views: 9238

How to obtain opened file's path

Suppose I have standard menu, list action and standard action Open linked to TRichViewEdit contol. I opened a file by menu action Open and i would like to know how i can get path to the file from TRichViewEdit control ?