Dear Mr. Shafie, Since I created contextual menus, the "original" menu with the spellcheck suggestions is not displayed any more when clicking on misspelled words. How do I have to adjust my contextual menu in order that the spellcheck suggestions show up if I click on a misspelled word? Kindest regards and thank you for any suggestion! Thomas Dumm <command name="contextualMenu"> <macro> <choice> <sequence> <test expression="$selectedChars != ''"/> <command name="contextualMenu1"/> </sequence> <sequence> <test expression="local-name($selectedElement) = 'colspec'"/> <command name="contextualMenu2"/> </sequence> <sequence> <test expression="local-name($selectedElement) = 'ImageEntity'"/> <command name="contextualMenu3"/> </sequence> <sequence> <test expression="($dot/ancestor::tgro...@tgroupstyle='Draw'])"/> <command name="selectNode" parameter="ancestorOrSelf[implicitElement] entry"/> <command name="contextualMenu4"/> </sequence> <sequence> <test expression="local-name($selectedElement)= 'TextEntity'"/> <command name="contextualMenu5"/> </sequence> <command name="contextualMenu0"/> </choice> </macro> </command>
-------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.xmlmind.com/pipermail/xmleditor-support/attachments/20090127/da71a7e5/attachment.htm

