GPF in TSRichViewEdit - checkTable

ScaleRichView support and discussion (TRichView add-on for WYSIWYG editing)
Post Reply
jimmaguire
Posts: 206
Joined: Thu Sep 15, 2005 1:41 am
Location: California

GPF in TSRichViewEdit - checkTable

Post by jimmaguire »

When I click outside a table after the caret is inside, or do the opposite, I get a gpf at line 5320 of SclRView.pas, called from MouseMove at 5832. The checkTable looped 28 times based on my bugreport.

I does not happen in your action demo, so its my problem, but do you have a suggestion as to where to look? I thought it might be live spell check, but its not.
jimmaguire
Posts: 206
Joined: Thu Sep 15, 2005 1:41 am
Location: California

I solved it - ignore

Post by jimmaguire »

I have my own routines to open files from db blob. I had replaced the rvactions open and save routines at design time. I changed it to replace the actions with my own at run time. Don't know why that fixed the problem unless there is something initialized in your actions that I'm not doing.
jimmaguire
Posts: 206
Joined: Thu Sep 15, 2005 1:41 am
Location: California

Continued to be a problem

Post by jimmaguire »

I was wrong about the fix. I had to wrap the call to checkTable with a try/except to avoid the exception being shown. I know its a dirty fix, but I need to get my app out.
Sergey Tkachenko
Site Admin
Posts: 17309
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Can you create a simple project reproducing this bug?
proxy3d
ScaleRichView Developer
Posts: 307
Joined: Mon Aug 07, 2006 9:37 am

Post by proxy3d »

Error with checkTable is corrected. We shall soon give updating ScaleRichView v1.2.7. Excuse for a delay.
proxy3d
ScaleRichView Developer
Posts: 307
Joined: Mon Aug 07, 2006 9:37 am

Post by proxy3d »

Error is corrected.
Post Reply