G
goldnhue
Is there any way to extend the spell checker to custom properties?
Is there any way to extend the spell checker to custom properties?
Thank you, Paul.
Just wanted to get a little more guidance on how you might approach it:
1. Cycle through all existing shapes and create a temporary shape containing
text to be checked (would you just pile them all in one location on top of
each other off the drawing space?)
2. Run the spell checker (how is this triggered programmatically?)
3. When spell check is complete, you would cycle back through and copy text
from the temporary shapes back to the custom properties of permanent shapes,
deleting the temporary shapes as complete. (can you capture the spell check
complete event?)