!ScrewTurn Wiki Bugs

Modified on 2010/01/14 10:24 by Thomas Hövel — Categorized as: Uncategorized

First of all: ScrewTurn Wiki is a great software!

Here are some minor bugs in 3.0 reported for Dario Solera


Bugs in the software








Bugs with IE 8


Firefox


THHO Test

Here's a code snippet that shows how to save a MDDDL file in Debug build only:
#if DEBUG
  MigraDoc.DocumentObjectModel.IO.DdlWriter dw = new MigraDoc.DocumentObjectModel.IO.DdlWriter("HelloWorld.mdddl");
  dw.WriteDocument(document);
  dw.Close();
#endif
And here's a MigraDoc DDL snippet from the Hello World sample: