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: 16-Feb-2006 10:59
I get whole bunch of script errors when I try to print page from IE that contains treeview control. Is there a fix for it?
Link Posted: 18-Feb-2006 23:26
There was a fix for this error, what exact version of the control do you use?
Link Posted: 20-Feb-2006 04:32
3.6.0.0
Link Posted: 20-Feb-2006 04:33
3.6.0.0
Link Posted: 20-Feb-2006 13:02
Do you get this error when trying to view and print this page:
http://www.truedotnet.com/asp.net/treeview/demos.aspx ?

If yes, then could you please send description of the errors you get (or even better screenshot of the error).

Thanks in advance.
Link Posted: 23-Feb-2006 07:10
No errors when I try to print demo page.
Link Posted: 27-Feb-2006 22:14
Do you get this error when you create a simple page with a single treeview and several nodes?

Also could you please send me the detailed information on the errors you get?
Link Posted: 02-Mar-2006 04:49
Error is : Object does not support this property or method and occurs on this line:

o1 = TreeView.NodesXmlDoc.documentElement.childNodes.item(o0 - 1);
Link Posted: 06-Mar-2006 10:22
We've release a new bug-fix build for your issue.
Hope the problem is solved.
Link Posted: 07-Mar-2006 04:48
how do I get a hold of that version. Can you tell me if you made any changes to .htc files, as we have added some logic in there to have 'third state' of the check box, meaning that if any of the sub nodes are checked then parent node shows two check marks (like excell). This allows users to easilly identify if any subnodes are checked when parent is collapsed.