F
Frank Lamers
Hello,
I am running into an error in the TreeView control and look for a
workaround. Has anyone an idea? I used VB.NET for my program.
The Bug:
* System.Windows.Forms.TreeView after calling .Clear the property
..SelectedNode is still set
When clearing the TreeView the SelectedNode is still set to a node.
* System.Windows.Forms.TreeView.SelectedNode cannot be set
The SelectedNode property cannot be set manually - neither to a node nor to
nothing (VB.NET)
How can I avoid this problem?
Other question:
Does anybody know if there will be a ServicePack for the CF in a short
range?
I found some more bugs and it is very time consuming to look for
workarounds.
Some of the bugs i found:
* XmlDocument.CreateNode(XmlNodeType, String, String) ignores second
parameter for comment and CDATA nodes
* XmlDocument.CreateNode(XmlNodeType, String, String) specifying a namespace
as third parameter creating an element node will set the namespaceURI, but
no 'xmlns' attribute is added (after save and load the attribute exists)
* XmlDocument.CreateNode(XmlNodeType, String, String) creating an attribute
node and specifying a namespace sets no prefix, but adds automatically a
prefix in the XmlNode.OuterXml property (i.e. d0p1). The
XmlDocument.OuterXml gives a different prefix (i.e. d2p1)
* XmlDocument.CreateNode(XmlNodeType, String, String) creating an attribute
node always throws exception if second parameter is 'xmlns' (illegal
namespace)
* XmlDocument.CreateAttribut(String, String) same behavior as using
CreateNode for attribute node
* XmlDocument.CreateAttribut(String) with qualified name (ns:name) sets the
name qualified, but the OuterXml property just uses the localname without
prefix. Prefix gets lost during save.
* XmlDocument.CreateNode(XmlNodeType, String, String) with qualified name
(ns:name) sets the name qualified, but the OuterXml property just uses the
localname without prefix. Prefix gets lost during save.
* System.Windows.Forms.TreeView after calling .Clear the property
..SelectedNode is still set
* System.Windows.Forms.TreeView.SelectedNode cannot be set
--Frank
I am running into an error in the TreeView control and look for a
workaround. Has anyone an idea? I used VB.NET for my program.
The Bug:
* System.Windows.Forms.TreeView after calling .Clear the property
..SelectedNode is still set
When clearing the TreeView the SelectedNode is still set to a node.
* System.Windows.Forms.TreeView.SelectedNode cannot be set
The SelectedNode property cannot be set manually - neither to a node nor to
nothing (VB.NET)
How can I avoid this problem?
Other question:
Does anybody know if there will be a ServicePack for the CF in a short
range?
I found some more bugs and it is very time consuming to look for
workarounds.
Some of the bugs i found:
* XmlDocument.CreateNode(XmlNodeType, String, String) ignores second
parameter for comment and CDATA nodes
* XmlDocument.CreateNode(XmlNodeType, String, String) specifying a namespace
as third parameter creating an element node will set the namespaceURI, but
no 'xmlns' attribute is added (after save and load the attribute exists)
* XmlDocument.CreateNode(XmlNodeType, String, String) creating an attribute
node and specifying a namespace sets no prefix, but adds automatically a
prefix in the XmlNode.OuterXml property (i.e. d0p1). The
XmlDocument.OuterXml gives a different prefix (i.e. d2p1)
* XmlDocument.CreateNode(XmlNodeType, String, String) creating an attribute
node always throws exception if second parameter is 'xmlns' (illegal
namespace)
* XmlDocument.CreateAttribut(String, String) same behavior as using
CreateNode for attribute node
* XmlDocument.CreateAttribut(String) with qualified name (ns:name) sets the
name qualified, but the OuterXml property just uses the localname without
prefix. Prefix gets lost during save.
* XmlDocument.CreateNode(XmlNodeType, String, String) with qualified name
(ns:name) sets the name qualified, but the OuterXml property just uses the
localname without prefix. Prefix gets lost during save.
* System.Windows.Forms.TreeView after calling .Clear the property
..SelectedNode is still set
* System.Windows.Forms.TreeView.SelectedNode cannot be set
--Frank