[SOLVED] How convert UserDictionary.txt to UserDictionary.txd ?
Maybe it can help someone ================ var content = File.ReadAllText(@"UserDictionary.txt"); File.WriteAllText(@"UserDictionary.txd", "SET iso-8859-1" + Environment.NewLine + content);...
View Article[OPEN] Will not open spell checker dialog
Hello .. new to control I created a new project and the spellchecker. I thought I followed the sample. Whenever I run the application and exit from the text box and I know I have misspelled words (and...
View Article[OPEN] Cannot get "Add to Dictionary" button to be enabled
Even running the sample code provided I cannot get the "Add to Dictionary" button to become enabled. Over looking something?? VS 2010 and VB.Net and trial version of latest spell checker. thanks...
View ArticleImpressions from NDC London 2014
We just came back from NDC London, the last conference for us in 2014. It was an inspiring week with so many discussions and presentations with existing and new users. We presented our HTML5 based...
View Article[OPEN] Double click on button bar (not on a button) opens font dialog
When you double click the button bar, not on a button but 'in between' the buttons, the built-in font dialog opens... Is there a way to prevent this ? Thanks Dirk
View Article[OPEN] Grammar Checker?
Are there any quality grammar checkers out there? We are using an old one by Wintertree but would like to replace it if possible. Looking around I haven't been able to find much of anything that can...
View Article[OPEN] Application Fields Not Getting Removed
When we delete a paragraph that has a field at its start position, the field does not get removed. It is still in the field collection of the control. This does not only happen when we...
View Article[SOLVED] Supress final window
Hello.. it's working great. BUT .. how do you supress that last window that comes up IF there are no mis-spelled words. I check the text box on "lostfocus" event and do not want that box popping up IF...
View Article[SOLVED] Supress final window
Hello.. it's working great. BUT .. how do you supress that last window that comes up IF there are no mis-spelled words. I check the text box on "lostfocus" event and do not want that box popping up IF...
View ArticleMailMerge: Creating separate documents from multiple data records
By default, the Merge method of the MailMerge class, merges all records into a single document. The second parameter append specifies whether the single documents should be merged into one document or...
View Article[OPEN] Position frames
Hello, is it planned the support of position frames (see attachment) in DOC and DOCX documents? Regards, G.Chrebtov
View Article[OPEN] Image X Y Location from TextPosition
For an application that I am currently working on I need to be able to calculate the X Y coordinates of an image in a document. This appears to be a cake walk when the image is using an insertion mode...
View Article[OPEN] HTML5 - Load Balanced Server Environment
We are currently using a hardware load balancer for our web application. When we have the application load a document into the HTML5 control, we are getting instances when the document will not load....
View ArticleStyle Preview: New Ribbon icons and style
At NDC London, we presented a new internal beta version of the HTML5 based rich edit control and reporting template designer with stunning new features and a complete new style and layout. Find below...
View Article2014 recap and 2015 outlook: Full speed ahead
What a remarkable year 2014! It is not easy to choose specific highlights as we had so many. Our conference team traveled a lot including Norway, Great Britain, Germany and the United States. We...
View ArticleReady-to-use ribbon tabs in TX Text Control X12
Besides a new WPF rendering engine, that allows all types of transformations, adorners and other typical WPF features, TX Text Control .NET for WPF X12 will be shipped with ready-to-use ribbon tabs...
View Article[OPEN] Using Welsh dictionary
Hello. I was trying to get the Welsh hunspell dictionary working in TxSpell but have not managed. I downloaded it from http://ftp.netbsd.org/pub/pkgsrc/cur...GB/README.html but it is not recognised. I...
View Article[OPEN] ServerTextControl, for StringStreamType.RichTextFormat can't change...
I'am doing this: //Find text to replace int Pos = stcDoc.Find(ToFind, 0, FindOptions.NoMessageBox); // If no match return, else select it. if (Pos < 0) return; stcDoc.Select(Pos, ToFind.Length); //...
View ArticleTX Text Control X12 and TX Spell 6.0 released
We are more than happy to announce the immediate availability of TX Text Control X12 and TX Spell 6.0. Read more about what's new in the following products: ASP.NET. TX Text Control .NET Server for...
View Article[OPEN] How to customize the Ribbon Control for Windows Forms
We have a sample application 'TX Text Control Words Ribbon' that came with the installation. Any idea how I can customize it by adding new tabs, groups and ribbons? All the solutions point to WPF and...
View Article