To view the current list of bugs and known problems, report new bugs and track them, please use the new Mantis bugtracker interface. (Information contained on this page will not be updated anymore.)
KeyNote has no support for double- or multi-byte character sets in its internal functions. It is possible to enter Chinese characters, for example, but I have received reports that doing so causes KeyNote to crash when the characters are selected. Sample files have been sent to me, and all I can see is that DBCS characters are displayed correctly and KeyNote does NOT crash on my system (Windows 2000 SP3, English). At present, KeyNote should be considered as having no support for DBCS, MBCS or Unicode characters.
There is a work-around for the DBCS problem: Open the Options dialog box (F5), select the "Rich text editor" section. Uncheck the following options, if any of them are checked:
Click OK. KeyNote should no longer crash when working with DBCS text.
Originally, there was a problem with printing from the richedit control via the page setup dialog: you'd always get two or three additional blank pages at the end of the prinout. I had no idea how to fix that and why it was happening.
There is now a "Safe print" option which you can turn on in the Options dialog, "Advanced" page. With "Safe print" OFF, the rich text is first filtered through the older version of the richedit control, which fixes the problem with surplus pages, but causes loss of certain formatting attributes which the older richedit version did not support (e.g. highlighting, paragraph spacing, the "disabled"-looking font style and a few others).
With SafePrint turned ON, the printing is done directly from the richedit control, so you get all the "advanced" formatting attributes, but the page setup dialog is simply bypassed, and all settings you make there are ignored. For now, this is the best I can do.
Workaround: When you want to change the layout, save the file first *and reload it*. Just close the file and reopen it, or simply select the file from the "Recent files" menu. After you have reloaded the file, change the tree layout. This way, all nodes should stay where they were. You should probably save the file at this point and reload it again, at least if you intend to make any further changes to the tree.