This question is locked. New answers and comments are not allowed.
I have a couple of questions.
- Using one of your examples I have the UI showing and seemingly working as desired except when I try to Open/Import a file. The only file types listed are .rtf and .txt. If I select *.* and select a .docx it says the format is not supported. I have been unable to figure out what I am missing to show .docx as an option. I have added all the provider references to the project. What am I missing?
- Every word is listed as spelled wrong. I have added the dictionary reference but still it does not find any words. If I "add to dictionary" that word works fine, but obviously I am missing the full dictionary somehow. What am I missing?
- We are using xaml binding to bind an entity property to the provider which is bound to the richtextbox. Currently the data in the database is in raw text. What I would like to do is if its in raw text that it still show, but when they commit their change that it save it as openxml or rtf. Right now either provider show nothing when bound to this property. Is there a way to accomplish this with binding or does it have to be done in the code-behind? Could you give an example?