Page 1 of 1
GPF in TSRichViewEdit - checkTable
Posted: Fri Jul 20, 2007 5:17 pm
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.
I solved it - ignore
Posted: Fri Jul 20, 2007 8:45 pm
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.
Continued to be a problem
Posted: Sat Jul 21, 2007 12:36 am
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.
Posted: Sat Jul 21, 2007 11:16 am
by Sergey Tkachenko
Can you create a simple project reproducing this bug?
Posted: Mon Jul 23, 2007 8:42 am
by proxy3d
Error with checkTable is corrected. We shall soon give updating ScaleRichView v1.2.7. Excuse for a delay.
Posted: Sat Jul 28, 2007 1:00 pm
by proxy3d
Error is corrected.