Search found 4 matches

by rijnbeek
Mon Feb 09, 2009 10:39 pm
Forum: ScaleRichView
Topic: Listindex out of bound
Replies: 6
Views: 32334

I tried to add CanUpdate suggestion but it still gave the error. Your other suggestions I could not try because i have to change the complete editor code. It seems to happen when I open another setlists with more songs than used the previous time I openend the EditorFOrm. That sounds like the items ...
by rijnbeek
Sat Feb 07, 2009 12:20 pm
Forum: ScaleRichView
Topic: Listindex out of bound
Replies: 6
Views: 32334

Here is the code I use. The problems seems to occur when I fill the labelitems with tekst from a database?? with SRichViewEdit1 do begin //move to the end of document ItemNo := RichViewEdit.ItemCount-1; if ItemNo<>-1 then begin Offs := RichViewEdit.GetOffsAfterItem(ItemNo); RichViewEdit ...
by rijnbeek
Sat Feb 07, 2009 12:14 pm
Forum: Support
Topic: table of contents
Replies: 1
Views: 8795

table of contents

Hi,

Is there away to create a tabel of contents in richview?

For example I generate a document containing song lyrics from seperate .rvf files and i want to create a table of contents as first page of the document?

thanks
by rijnbeek
Thu Feb 05, 2009 7:34 pm
Forum: ScaleRichView
Topic: Listindex out of bound
Replies: 6
Views: 32334

Listindex out of bound

When I add an .rvf file at the end of the current rvf i sometimes get a listindex out of bound error at the line:

2027 OnNonText(TRVRectItemInfo(li), dli); in the unit CRVFDATA

What can be the problem?