Search found 4 matches

by haroldh
Wed Oct 10, 2007 7:29 pm
Forum: Support
Topic: index error and infinite loop
Replies: 5
Views: 12459

Well that didn't solve the entire problem, it still happens.

Everything works fine though if LiveSpell is turned off. But of course my users like LiveSpell so I'd love to know how to fix this.
by haroldh
Wed Oct 10, 2007 5:33 pm
Forum: Support
Topic: index error and infinite loop
Replies: 5
Views: 12459

I am, I am using 1.9.24. I downloaded it yesterday hoping to fix this problem. Was using 1.9.12 before. I narrowed it down to a LiveSpelling issue. In my OnLoadDocument event I had this code: if (AddictAutoLiveSpell.LiveSpelling) then begin RTFMemoPad.LiveSpellingMode:=rvlspOnChange; RTFMemoPad ...
by haroldh
Wed Oct 10, 2007 4:31 am
Forum: Support
Topic: index error and infinite loop
Replies: 5
Views: 12459

I did download and install this:
http://www.trichview.com/resources/adrv3/adrv3.zip

Also my Addict Spell checker version is 3.3.1 Pro.

Still got the error, stepping through it I found that the error pops up in CRVFData on line 5910, the GetItemCoords function call.
by haroldh
Wed Oct 10, 2007 3:58 am
Forum: Support
Topic: index error and infinite loop
Replies: 5
Views: 12459

index error and infinite loop

tRichView 1.9.24 Sometimes when I load a document I get the following error: EListError with message 'list index out of bound(0)' and it looks like it is happening on line 480 of RVThread. After I OK through this error it just loops on RVThread.pas on line 193 & 194 until I CTRL-F2 It seems to have ...