<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: PMAP: New version of TPrxTreeView with Safari &amp; Opera support</title>
	<atom:link href="http://www.pannonrex.com/2007/09/12/pmap-new-version-of-tprxtreeview-with-safari-opera-support/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pannonrex.com/2007/09/12/pmap-new-version-of-tprxtreeview-with-safari-opera-support/</link>
	<description>Solutions that Work</description>
	<lastBuildDate>Wed, 26 Jan 2011 13:08:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: piprog</title>
		<link>http://www.pannonrex.com/2007/09/12/pmap-new-version-of-tprxtreeview-with-safari-opera-support/comment-page-1/#comment-7036</link>
		<dc:creator>piprog</dc:creator>
		<pubDate>Fri, 21 Sep 2007 10:37:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.pannonrex.com/blog/?p=79#comment-7036</guid>
		<description>Hi Jean-Marc,

Great! I&#039;d probably consider using getTreeNodeByExternalID() instead of the ByText() function, thus your code is surely language independent (although you will have to assign an external ID to the node). OTOH you will be able to do this only in the next version, as the appropriate function is not surfaced yet :-)

Péter</description>
		<content:encoded><![CDATA[<p>Hi Jean-Marc,</p>
<p>Great! I&#8217;d probably consider using getTreeNodeByExternalID() instead of the ByText() function, thus your code is surely language independent (although you will have to assign an external ID to the node). OTOH you will be able to do this only in the next version, as the appropriate function is not surfaced yet :-)</p>
<p>Péter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jean-Marc</title>
		<link>http://www.pannonrex.com/2007/09/12/pmap-new-version-of-tprxtreeview-with-safari-opera-support/comment-page-1/#comment-7030</link>
		<dc:creator>Jean-Marc</dc:creator>
		<pubDate>Fri, 21 Sep 2007 07:32:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.pannonrex.com/blog/?p=79#comment-7030</guid>
		<description>Hi Péter,

Before i post something, i should have a look in the sourcecode of the treeview..

var
  n: TPrxTreeNode;
Begin
  n := tv.getTreeNodeByText(&#039;MyNodeTitle&#039;);
  tv.makeNodeVisible(n);
  n.expand;
End;

Works perfect!</description>
		<content:encoded><![CDATA[<p>Hi Péter,</p>
<p>Before i post something, i should have a look in the sourcecode of the treeview..</p>
<p>var<br />
  n: TPrxTreeNode;<br />
Begin<br />
  n := tv.getTreeNodeByText(&#8216;MyNodeTitle&#8217;);<br />
  tv.makeNodeVisible(n);<br />
  n.expand;<br />
End;</p>
<p>Works perfect!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jean-Marc</title>
		<link>http://www.pannonrex.com/2007/09/12/pmap-new-version-of-tprxtreeview-with-safari-opera-support/comment-page-1/#comment-7029</link>
		<dc:creator>Jean-Marc</dc:creator>
		<pubDate>Fri, 21 Sep 2007 07:22:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.pannonrex.com/blog/?p=79#comment-7029</guid>
		<description>Hi Péter,

i try to find a node and expand it programmaticly (showing this node i the tree). is this the right way?

var
  n: TPrxTreeNode;
Begin
  n := tv.getTreeNodeByText(&#039;NoteTitle&#039;);
  n.Expand;
End;</description>
		<content:encoded><![CDATA[<p>Hi Péter,</p>
<p>i try to find a node and expand it programmaticly (showing this node i the tree). is this the right way?</p>
<p>var<br />
  n: TPrxTreeNode;<br />
Begin<br />
  n := tv.getTreeNodeByText(&#8216;NoteTitle&#8217;);<br />
  n.Expand;<br />
End;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

