Context menu issues
Posted: Sat Dec 08, 2007 9:13 pm
I've used ActionTest as the basis for my editor, and cannot seem to get a couple things added to the right click menu:
1. Misspelled words - I use Addict and the auto-spell check works fine, but misspelled words don't show on menu. I believe this is done automatically in Actions now.
2. Table options - even the ActionTest does not have the Table menu options added when editing a table - The ActionTest supplied with the Actions source does.
3. I have a spell check button, and it calls:
RVAddictSpell3.CheckRichViewEdit(srve.RichViewEdit, ctAll)
It always returns immediately with "Spell Check Complete", even if I mispell a word and select it.
1. Misspelled words - I use Addict and the auto-spell check works fine, but misspelled words don't show on menu. I believe this is done automatically in Actions now.
2. Table options - even the ActionTest does not have the Table menu options added when editing a table - The ActionTest supplied with the Actions source does.
3. I have a spell check button, and it calls:
RVAddictSpell3.CheckRichViewEdit(srve.RichViewEdit, ctAll)
It always returns immediately with "Spell Check Complete", even if I mispell a word and select it.