I'm testing NOV Text Editor with my application (C#, .NET Framework 4.5) that must read, edit & save HTML code.
Everything seems ok, I can read, edit and save the edited HTML code; but there is a weird problem: after compiling in release mode (AnyCPU) and copied with all the DLLs (+
Nevron.Nov.Host.WinBase.dll than isn't referred by Visual Studio, but must be included) on the host computer. The program starts correctly but the Text Editor is empty; I mean that it seems the foreground color is white (and the background color too).
Trying to type something the caret goes to right but the character does not appear. I tried to change colors, fonts, styles with no results, or - to be more precise - I can recognize that the font is changed and the style changes to looking at the caret (height changes with font size & orientation changes with italic on/off).
If I 'blindly' type something and then save the file in HTML format, the saved file contains the typed text and, opened with a browser, it's correct and visible.
I tested on Windows 7 32 bit & Windows Server 2012 64 bit, both with .NET Framework 4.7.
I'm working with the TRIAL version that I installed this morning (Nov_2017V01).
Am I missing something?
Am I doing something wrong?
Thanks
Massimo