Advertisement

1 - 10 of 948 containing alltags:("node") (0.001 seconds)
We have an ethernet network set up around our univeristy hall, at the moment we have seven nodes in different flats connected by aroundabout 140 metres of cable.  We haven't found any problems with...
Zones: Windows 9x NetworkingDate Answered: 04/02/1998 Grade: C Views: 0
If I use a Tree-View control to display a resultset, what is the maximum number of records that can be represented as independent, top-order nodes? Is there a limitation to node count?
Zones: VB ControlsDate Answered: 03/25/1999 Grade: A Views: 0
I have an XML dom to which I have created multiple nodes.  Each node has a unique key.  How do I delete a node by the unique key?
Zones: XMLDate Answered: 11/13/2000 Grade: A Views: 0
Below is one node (of many) in an xml file. How would I go about changing the <texte>xyz</texte> to <texte>new value</texte>?   - <class name="Quote" abstract="no" version="1.0"> - <descriptio...
Zones: XMLDate Answered: 08/11/2001 Grade: A Views: 0
How can I update the text of node of JTree? The JTree is non-editable. I know I should use DefaultMutableTreeNode. DefaultMutableTreeNode node = (DefaultMutableTreeNode)tree.getModel().getRoo...
Zones: JavaDate Answered: 11/02/2001 Grade: B Views: 0
I have the following xml query Set oxmlNodeList = _         xmldoc.documentElement.selectNodes("class//simple-mapping") The simple-mapping node can either be the grandchild, great-granchild ...
Zones: XMLDate Answered: 01/10/2002 Grade: A Views: 0
I want to be able to add nodes in groups with nodes of the same type. In other words, given the following example I would like to be able to add a "<simple-mapping qty="8">666</simple-mapping>" nod...
Zones: XMLDate Answered: 03/21/2002 Grade: A Views: 0
Hi, I do this to add the child nodes to the model  tree.fireTreeExpanded(path);  System.out.println("node structure changed" +     node.getChildCount()); now the problem is that in my e...
Zones: JavaDate Answered: 04/22/2002 Grade: B Views: 0
I want to have an html form with an expandable tree of choices. The user can select one of the options, similar to Java's JTree and MFC's CTree. Can this be done with html 4.0, and if so, how? I...
Zones: HTMLDate Answered: 10/21/2002 Grade: A Views: 0