<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : TreeView Help  v11.2.1</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : TreeView Help  v11.2.1]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 09:34:13 +0000</pubDate>
  <lastBuildDate>Wed, 15 Oct 2008 04:21:20 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=12429</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[TreeView Help  v11.2.1 : Hi,Issue now resolved. I didn&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12429&amp;PID=42004&amp;title=treeview-help-v11-2-1#42004</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4624">JTC2008</a><br /><strong>Subject:</strong> 12429<br /><strong>Posted:</strong> 15 October 2008 at 4:21am<br /><br />Hi,<br><br>Issue now resolved.&nbsp; I didn't realise the treview control couldn't be added directly to a form.<br><br>When i place it inside a container control it works perfectly.<br><br>Thanks<br>Jim<br>]]>
   </description>
   <pubDate>Wed, 15 Oct 2008 04:21:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12429&amp;PID=42004&amp;title=treeview-help-v11-2-1#42004</guid>
  </item> 
  <item>
   <title><![CDATA[TreeView Help  v11.2.1 : Thanks for your reply,I tried...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12429&amp;PID=41990&amp;title=treeview-help-v11-2-1#41990</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4624">JTC2008</a><br /><strong>Subject:</strong> 12429<br /><strong>Posted:</strong> 14 October 2008 at 10:10am<br /><br />Thanks for your reply,<br><br><br>I tried adding event handlers to the NodeClick event on your sample app and it works absolutely as intended.<br><br>Unfortunately I can't get this to work when i try it on my own application.<br><br>I'll start again with this, I may have done something wrong.<br><br>Cheers <br>Jim<br><br>Update:<br>I have tried this on an SDI form and it works fine.&nbsp; When i add this in an MDI application, adding the treeview component to a pane in the shortcut bar, then the treeview does not execute node_click<br><br>I'm completely lost now.<br><br><br><br><br>ps. I just noticed I made a mistake in the title of this thread.&nbsp; The version I have is v11.2.0 and not v11.2.1 as it states the the title of the post.&nbsp; Sorry about that.<br>]]>
   </description>
   <pubDate>Tue, 14 Oct 2008 10:10:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12429&amp;PID=41990&amp;title=treeview-help-v11-2-1#41990</guid>
  </item> 
  <item>
   <title><![CDATA[TreeView Help  v11.2.1 : Hi, NodeClickfires when you change...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12429&amp;PID=41973&amp;title=treeview-help-v11-2-1#41973</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 12429<br /><strong>Posted:</strong> 14 October 2008 at 1:21am<br /><br />Hi,<DIV>NodeClick&nbsp;fires when you change selection. With Mouse or Keyboard.</DIV>]]>
   </description>
   <pubDate>Tue, 14 Oct 2008 01:21:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12429&amp;PID=41973&amp;title=treeview-help-v11-2-1#41973</guid>
  </item> 
  <item>
   <title><![CDATA[TreeView Help  v11.2.1 : Hi,I am knockiing myself out trying...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12429&amp;PID=41967&amp;title=treeview-help-v11-2-1#41967</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4624">JTC2008</a><br /><strong>Subject:</strong> 12429<br /><strong>Posted:</strong> 13 October 2008 at 7:04pm<br /><br />Hi,<br><br>I am knockiing myself out trying to get this to work. Can you please help me.<br><br>Private Sub Form_Load()<br>&nbsp;&nbsp;&nbsp; With TV<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Top = 480<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Left = 120<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Width = Me.ScaleWidth - 240<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Height = Me.ScaleHeight - 1200<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Enabled = True<br>&nbsp;&nbsp;&nbsp; End With<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; With TV<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Icons.LoadBitmap App.Path &amp; "\images\img_classtree.bmp", Array(1, 2, 3, 4, 5, 6, 7, 8), xtpImageNormal<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Nodes.Add , , "Root", "Available QA Functions", 2<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Nodes.Add "Root", xtpTreeViewChild, "NCR_Register", "View NCR Register", 4<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Nodes("Root").Bold = True<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Nodes("Root").Expanded = True<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ShowLines = xtpTreeViewShowLinesAtRoot<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ShowPlusMinus = True<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; End With<br>End Sub<br><br>Private Sub TV_NodeClick(ByVal Node As XtremeSuiteControls.TreeViewNode)<br><br>&nbsp;&nbsp;&nbsp; '&nbsp;&nbsp; Determine Which Node Was Clicked<br>&nbsp;&nbsp;&nbsp; Select Case Node.Index<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Case 0: MsgBox "test"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Case 1: MsgBox "test2"<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; End Select<br>&nbsp;&nbsp;&nbsp; <br>End Sub<br><br>Here's my problem.&nbsp; No matter what i do, I cant get the treeview nodes to actually do anything when i click on them.<br><br>I was actually hoping to do a "Select case Node.key" in case the nodes get out of synch etc.&nbsp; in the finished app, there will be many nodes added .<br><br>What am I doing rong here. any help would be a godsend.<br><br>Thanks<br>Jim<br>]]>
   </description>
   <pubDate>Mon, 13 Oct 2008 19:04:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12429&amp;PID=41967&amp;title=treeview-help-v11-2-1#41967</guid>
  </item> 
 </channel>
</rss>