Table Actions Disabled

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

Table Actions Disabled

Post by jimmaguire »

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?
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Hmm, can you explain how to reproduce this problem?
Do you call SRVGetRichViewEditFromPopupComponent function? If not, TRVAPopupMenu will have problems with TSRichViewEdit, table-related actions will not be displayed in it.
jimmaguire
Posts: 206
Joined: Thu Sep 15, 2005 1:41 am
Location: California

Thanks!

Post by jimmaguire »

I had the call to SRVGetRichViewEditFromPopupComponent commented out in the initialization section. So far it looks good!
Post Reply