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.
GPF in TSRichViewEdit - checkTable
-
- Posts: 206
- Joined: Thu Sep 15, 2005 1:41 am
- Location: California
-
- Posts: 206
- Joined: Thu Sep 15, 2005 1:41 am
- Location: California
I solved it - ignore
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.
-
- Posts: 206
- Joined: Thu Sep 15, 2005 1:41 am
- Location: California
Continued to be a problem
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.
-
- Site Admin
- Posts: 17520
- Joined: Sat Aug 27, 2005 10:28 am
- Contact: