I use both TRichViewEdit and TSRichViewEdit in my app, my editors are based on the ActionsTest demos for each. The problem I have is with TSRichViewEdit and tables. The Table actions in the TSRichViewEdit are all be disabled on tables in some documents, especially after I do a mail merge. The TRichViewEdit never has a problem. Once the tables actions are disabled they stay that way even on documents that had worked, until I restart the app.
Both have their own TActionLists containing the RVActions.
Any suggestions?
Table Actions Disabled
-
- Posts: 206
- Joined: Thu Sep 15, 2005 1:41 am
- Location: California
-
- Site Admin
- Posts: 17555
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
-
- Posts: 206
- Joined: Thu Sep 15, 2005 1:41 am
- Location: California
Thanks!
I had the call to SRVGetRichViewEditFromPopupComponent commented out in the initialization section. So far it looks good!