Home - Forums-.NET - FlyTreeView (ASP.NET) - error when trying to print

FlyTreeView (ASP.NET)

Technical support and KB related to the FlyTreeView control

This forum related to following products: FlyTreeView for ASP.NET

error when trying to print
Link Posted: 07-Mar-2006 06:24
We've moved the
o1 = TreeView.NodesXmlDoc.documentElement.childNodes.item(o0 - 1);
into the try-catch block some lines higher. It actually was created for catching the printing preview, but it seems that sometimes it fails (your case).

Here's a code (obfuscated though):
try
{
if (typeof(TreeView.keyEscape) == "undefined") return;
o1 = TreeView.NodesXmlDoc.documentElement.childNodes.item(o0 - 1);
}
catch(e){ return; }
Link Posted: 08-Mar-2006 04:24
Ok, but how do I obtain the new build?
Link Posted: 12-Mar-2006 09:55
You may just download it from our site.
Also, you may simply change those lines in the node.htc file.