<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="0.92">
<channel>
	<docs>http://backend.userland.com/rss092</docs>
  <title>Plasmatech Support Forums</title>
  <link>http://support.plasmatech.com/rss.php</link>
  <description>Support for Plasmatech Software Design products</description>
	<managingEditor>support@plasmatech.com</managingEditor>
	<webMaster>support@plasmatech.com</webMaster>
	<lastBuildDate>Thu, 04 Dec 2008 17:35:02 GMT</lastBuildDate>
<item>
	<title>SCP VCL 2 :: RE: DoubleBuffered</title>
	<link>http://support.plasmatech.com/viewtopic.php?p=872#872</link>
	<description>Author: &lt;a href=&quot;http://support.plasmatech.com/profile.php?mode=viewprofile&amp;u=3&quot; target=&quot;_blank&quot;&gt;Tim Knipe&lt;/a&gt;&lt;br /&gt;

Posted: Mon Dec 01, 2008 10:14 pm (GMT 11)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;We will add all the missing properties for the latest VCL versions in the next release, including DoubleBuffered.
&lt;br /&gt;_________________&lt;br /&gt;Tim Knipe
&lt;br /&gt;
Plasmatech&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>SCP VCL 2 :: RE: 1st time compiling app in C++ Builder 2007, error.</title>
	<link>http://support.plasmatech.com/viewtopic.php?p=871#871</link>
	<description>Author: &lt;a href=&quot;http://support.plasmatech.com/profile.php?mode=viewprofile&amp;u=151&quot; target=&quot;_blank&quot;&gt;w0wbagger&lt;/a&gt;&lt;br /&gt;
Subject: Further information.&lt;br /&gt;
Posted: Tue Nov 25, 2008 10:40 am (GMT 11)&lt;br /&gt;
Topic Replies: 2&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Apparently, these calls are *not* valid calls.
&lt;br /&gt;

&lt;br /&gt;
TObject:Equals is not a method in TObject For C++ Builder 2007.
&lt;br /&gt;
RequestAlign is *not* a public method for TWinControl.
&lt;br /&gt;

&lt;br /&gt;
Any ideas?  Have I installed the wrong version of SCP?
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>SCP VCL 2 :: RE: 1st time compiling app in C++ Builder 2007, error.</title>
	<link>http://support.plasmatech.com/viewtopic.php?p=870#870</link>
	<description>Author: &lt;a href=&quot;http://support.plasmatech.com/profile.php?mode=viewprofile&amp;u=151&quot; target=&quot;_blank&quot;&gt;w0wbagger&lt;/a&gt;&lt;br /&gt;
Subject: Fixed one problem, now have another.&lt;br /&gt;
Posted: Tue Nov 25, 2008 9:49 am (GMT 11)&lt;br /&gt;
Topic Replies: 2&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;I uninstalled and reinstalled the packages and I now get past these errors.
&lt;br /&gt;

&lt;br /&gt;
However, when I like I now get a raft of &amp;quot;unresolved externals&amp;quot;, all originating from the plasmatech obj files. These are standard VCL functions such as &amp;quot;TRegistry::ReadInteger&amp;quot;, and &amp;quot;TObject::Equals&amp;quot;
&lt;br /&gt;

&lt;br /&gt;
What am I missing?
&lt;br /&gt;

&lt;br /&gt;
Thanks,
&lt;br /&gt;
Ian
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>SCP VCL 2 :: 1st time compiling app in C++ Builder 2007, error.</title>
	<link>http://support.plasmatech.com/viewtopic.php?p=869#869</link>
	<description>Author: &lt;a href=&quot;http://support.plasmatech.com/profile.php?mode=viewprofile&amp;u=151&quot; target=&quot;_blank&quot;&gt;w0wbagger&lt;/a&gt;&lt;br /&gt;
Subject: 1st time compiling app in C++ Builder 2007, error.&lt;br /&gt;
Posted: Tue Nov 25, 2008 6:11 am (GMT 11)&lt;br /&gt;
Topic Replies: 2&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;I just bought and installed SCP VCL 2 into my Rad Studio 2007 app.
&lt;br /&gt;

&lt;br /&gt;
When I attempt to compile it, however, I get the following error:
&lt;br /&gt;
[BCC32 Error] uptshell95.hpp(39):E2304 Constant variable 'ShortInt' must be initialized
&lt;br /&gt;
[BCC32 Error] uptshell95.hpp(39):E2141 Declarations syntax error
&lt;br /&gt;

&lt;br /&gt;
I get a ton of these, making my app uncompilable.
&lt;br /&gt;

&lt;br /&gt;
Is there some flag I need to set to get this to compile properly?  The install seems to have worked okay.
&lt;br /&gt;

&lt;br /&gt;
Thanks.
&lt;br /&gt;

&lt;br /&gt;
Edit: I should point out that this is a C++ App, and I am using only the C++ Personality, although I get the same errors if I use the Delphi personality too.
&lt;br /&gt;

&lt;br /&gt;
uptshell95 is a Codegear generated HPP file.  If I change ShortInt to &amp;quot;short int&amp;quot;, it works, but them I start getting other errors.  Should I have install the Delphi 10 version? (There was no option for a C++ Builder 2007 version on install).
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>SCP VCL 2 :: DoubleBuffered</title>
	<link>http://support.plasmatech.com/viewtopic.php?p=868#868</link>
	<description>Author: &lt;a href=&quot;http://support.plasmatech.com/profile.php?mode=viewprofile&amp;u=144&quot; target=&quot;_blank&quot;&gt;w2m&lt;/a&gt;&lt;br /&gt;
Subject: DoubleBuffered&lt;br /&gt;
Posted: Fri Nov 21, 2008 3:31 am (GMT 11)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Can you add DoubleBuffered properties to the scp components so glassframes can be used in Delphi 2009?
&lt;br /&gt;

&lt;br /&gt;
Also, usually I like to set the SelectedPathName before the Form is shown but SelectedPathName is not a public property so using other components to save and restore the SelectedPathName to the registry or ini file is not easy to do becuse these other components require a public property.
&lt;br /&gt;

&lt;br /&gt;
Can a public property be added to the components to hold the SelectedPathName?
&lt;br /&gt;

&lt;br /&gt;
Thanks 
&lt;br /&gt;
Bill
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>SCP VCL 2 :: Drag a desktop shortcut to a PTShellList</title>
	<link>http://support.plasmatech.com/viewtopic.php?p=867#867</link>
	<description>Author: &lt;a href=&quot;http://support.plasmatech.com/profile.php?mode=viewprofile&amp;u=150&quot; target=&quot;_blank&quot;&gt;bdirks&lt;/a&gt;&lt;br /&gt;
Subject: Drag a desktop shortcut to a PTShellList&lt;br /&gt;
Posted: Sun Nov 02, 2008 3:07 am (GMT 11)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;I'm using Vista Ultimate 64 and Delphi Win32 2007.
&lt;br /&gt;

&lt;br /&gt;
When you right click on a desktop shortcut and drag it onto the file pane of Windows Explorer a menu pops up with the following options:
&lt;br /&gt;
Copy Here
&lt;br /&gt;
Move Here (in bold)
&lt;br /&gt;
Create Shortcust Here
&lt;br /&gt;
Cancel
&lt;br /&gt;

&lt;br /&gt;
When I right click and drag a desktop shortcut and drop it on a TPTShellList I only get these options:
&lt;br /&gt;
Move Here (in bold)
&lt;br /&gt;
Cancel
&lt;br /&gt;

&lt;br /&gt;
Why don't I get the same menu options when right-click dropping shortcuts on a PTShellList?
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>SCP VCL 2 :: RE: Strange characters in TPTFolderBrowseDlg Title &amp;amp; Status</title>
	<link>http://support.plasmatech.com/viewtopic.php?p=866#866</link>
	<description>Author: &lt;a href=&quot;http://support.plasmatech.com/profile.php?mode=viewprofile&amp;u=122&quot; target=&quot;_blank&quot;&gt;gm8arv&lt;/a&gt;&lt;br /&gt;

Posted: Thu Oct 30, 2008 12:24 am (GMT 11)&lt;br /&gt;
Topic Replies: 6&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;gm8arv wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;Yes, that fix sorts the blank string issue, thanks very much, but I still see a small square before each string, either my text, or the blank string.  Perhaps this makes it clearer?
&lt;br /&gt;

&lt;br /&gt;
  &lt;img src=&quot;http://www.satsignal.eu/scp2-strings.png&quot; border=&quot;0&quot; /&gt;
&lt;br /&gt;

&lt;br /&gt;
David&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
It gets stranger:
&lt;br /&gt;

&lt;br /&gt;
- on my own XP Pro SP3 and Windows 2000 SP4 systems I see the little rectangles (possibly Unicode character 25A1) in the Title and Status strings.
&lt;br /&gt;

&lt;br /&gt;
- on my wife's XP Pro SP3, and my own Vista Ultimate systems I don't see the little rectangle!
&lt;br /&gt;

&lt;br /&gt;
Does this ring any bells with anyone?  I'll ask on the CodeGear groups as well.
&lt;br /&gt;

&lt;br /&gt;
Thanks,
&lt;br /&gt;
David
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>SCP VCL 2 :: RE: Strange characters in TPTFolderBrowseDlg Title &amp;amp; Status</title>
	<link>http://support.plasmatech.com/viewtopic.php?p=865#865</link>
	<description>Author: &lt;a href=&quot;http://support.plasmatech.com/profile.php?mode=viewprofile&amp;u=122&quot; target=&quot;_blank&quot;&gt;gm8arv&lt;/a&gt;&lt;br /&gt;

Posted: Tue Oct 28, 2008 10:25 pm (GMT 11)&lt;br /&gt;
Topic Replies: 6&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Tim Knipe wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;I just tested your original example of assigning Title and Status and it works on Delphi 2007 with v2.2.77. What Delphi/C++Builder version are you using?
&lt;br /&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
It doesn't here, Tim.  I'm using the latest patched version of Delphi 2007.
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Tim Knipe wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;There &lt;span style=&quot;font-style: italic&quot;&gt;is&lt;/span&gt; still a problem in that UTF7 encoded strings that are 0-length (i.e. UTF7 prefix and nothing following) are not detected as UTF7. So if you leave the status text empty you will see the UTF7 prefix rather than a blank string.
&lt;br /&gt;

&lt;br /&gt;
To fix this, in the &lt;span style=&quot;font-weight: bold&quot;&gt;UPTUnicode.pas&lt;/span&gt; locate the two overloaded implementations of the &lt;span style=&quot;font-weight: bold&quot;&gt;PTIsUTF7&lt;/span&gt; function.
&lt;br /&gt;

&lt;br /&gt;
Change the condition 
&lt;br /&gt;
  Length(AString) &amp;gt; 5
&lt;br /&gt;

&lt;br /&gt;
to
&lt;br /&gt;
  Length(AString) &lt;span style=&quot;font-weight: bold&quot;&gt;&lt;span style=&quot;color: red&quot;&gt;&amp;gt;=&lt;/span&gt;&lt;/span&gt; 5
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
This is not an issue on Delphi and C++Builder 2009. The UPTUnicode unit doesn't really do anything on those platforms.
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
This fix will be included in the next release.&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
Yes, that fix sorts the blank string issue, thanks very much, but I still see a small square before each string, either my text, or the blank string.  Perhaps this makes it clearer?
&lt;br /&gt;

&lt;br /&gt;
  &lt;img src=&quot;http://www.satsignal.eu/scp2-strings.png&quot; border=&quot;0&quot; /&gt;
&lt;br /&gt;

&lt;br /&gt;
David
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>SCP VCL 2 :: RE: Strange characters in TPTFolderBrowseDlg Title &amp;amp; Status</title>
	<link>http://support.plasmatech.com/viewtopic.php?p=864#864</link>
	<description>Author: &lt;a href=&quot;http://support.plasmatech.com/profile.php?mode=viewprofile&amp;u=3&quot; target=&quot;_blank&quot;&gt;Tim Knipe&lt;/a&gt;&lt;br /&gt;

Posted: Tue Oct 28, 2008 9:59 pm (GMT 11)&lt;br /&gt;
Topic Replies: 6&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;I just tested your original example of assigning Title and Status and it works on Delphi 2007 with v2.2.77. What Delphi/C++Builder version are you using?
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
There &lt;span style=&quot;font-style: italic&quot;&gt;is&lt;/span&gt; still a problem in that UTF7 encoded strings that are 0-length (i.e. UTF7 prefix and nothing following) are not detected as UTF7. So if you leave the status text empty you will see the UTF7 prefix rather than a blank string.
&lt;br /&gt;

&lt;br /&gt;
To fix this, in the &lt;span style=&quot;font-weight: bold&quot;&gt;UPTUnicode.pas&lt;/span&gt; locate the two overloaded implementations of the &lt;span style=&quot;font-weight: bold&quot;&gt;PTIsUTF7&lt;/span&gt; function.
&lt;br /&gt;

&lt;br /&gt;
Change the condition 
&lt;br /&gt;
  Length(AString) &amp;gt; 5
&lt;br /&gt;

&lt;br /&gt;
to
&lt;br /&gt;
  Length(AString) &lt;span style=&quot;font-weight: bold&quot;&gt;&lt;span style=&quot;color: red&quot;&gt;&amp;gt;=&lt;/span&gt;&lt;/span&gt; 5
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
This is not an issue on Delphi and C++Builder 2009. The UPTUnicode unit doesn't really do anything on those platforms.
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
This fix will be included in the next release.
&lt;br /&gt;_________________&lt;br /&gt;Tim Knipe
&lt;br /&gt;
Plasmatech&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>SCP VCL 2 :: RE: Key handling issues with SCP 2.2.77</title>
	<link>http://support.plasmatech.com/viewtopic.php?p=863#863</link>
	<description>Author: &lt;a href=&quot;http://support.plasmatech.com/profile.php?mode=viewprofile&amp;u=137&quot; target=&quot;_blank&quot;&gt;gs450&lt;/a&gt;&lt;br /&gt;

Posted: Tue Oct 28, 2008 6:18 am (GMT 11)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Thanks !
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>SCP VCL 2 :: RE: Strange characters in TPTFolderBrowseDlg Title &amp;amp; Status</title>
	<link>http://support.plasmatech.com/viewtopic.php?p=862#862</link>
	<description>Author: &lt;a href=&quot;http://support.plasmatech.com/profile.php?mode=viewprofile&amp;u=122&quot; target=&quot;_blank&quot;&gt;gm8arv&lt;/a&gt;&lt;br /&gt;
Subject: Re: Strange characters in TPTFolderBrowseDlg Title &amp;amp;amp; Sta&lt;br /&gt;
Posted: Tue Oct 28, 2008 5:57 am (GMT 11)&lt;br /&gt;
Topic Replies: 6&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Tim Knipe wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;Hi David,
&lt;br /&gt;

&lt;br /&gt;
We are working on this issue. It will be resolved in the next update.&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
I tried V2.2.77, but the problem remains.  
&lt;br /&gt;
It's been eight months now....
&lt;br /&gt;

&lt;br /&gt;
Thanks,
&lt;br /&gt;
David
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>SCP VCL 2 :: RE: Adding FPTFolderBrowseDlg upsets first display of hint text</title>
	<link>http://support.plasmatech.com/viewtopic.php?p=861#861</link>
	<description>Author: &lt;a href=&quot;http://support.plasmatech.com/profile.php?mode=viewprofile&amp;u=122&quot; target=&quot;_blank&quot;&gt;gm8arv&lt;/a&gt;&lt;br /&gt;

Posted: Tue Oct 28, 2008 5:56 am (GMT 11)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Could I please have a response to this issue?  It's been eight months now....
&lt;br /&gt;

&lt;br /&gt;
Thanks,
&lt;br /&gt;
David
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>SCP VCL 2 :: RE: TPTShellTree: invisible node ImageIndex</title>
	<link>http://support.plasmatech.com/viewtopic.php?p=860#860</link>
	<description>Author: &lt;a href=&quot;http://support.plasmatech.com/profile.php?mode=viewprofile&amp;u=3&quot; target=&quot;_blank&quot;&gt;Tim Knipe&lt;/a&gt;&lt;br /&gt;

Posted: Mon Oct 27, 2008 9:51 pm (GMT 11)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;For performance reasons, the ImageIndex of a TPTShellTree node is not evaluated until it is displayed.
&lt;br /&gt;

&lt;br /&gt;
You can obtain the image index directly from Windows using the &lt;span style=&quot;font-weight: bold&quot;&gt;UPTShellUtils.ShellGetIconIndex&lt;/span&gt; function.
&lt;br /&gt;

&lt;br /&gt;
Use &lt;span style=&quot;font-weight: bold&quot;&gt;TPTShellTree.GetDataFromNode&lt;/span&gt; to retrieve a &lt;span style=&quot;font-weight: bold&quot;&gt;TPTShTreeData&lt;/span&gt; object for a corresponding TTreeNode. Then grab the &lt;span style=&quot;font-weight: bold&quot;&gt;TPTShTreeData.AbsoluteIdList&lt;/span&gt; property and call &lt;span style=&quot;font-weight: bold&quot;&gt;UPTShellUtils.ShellGetIconIndex&lt;/span&gt; to get the image index. This will cause Windows to load the icon if it's not already loaded, so the first time through might take some time.
&lt;br /&gt;_________________&lt;br /&gt;Tim Knipe
&lt;br /&gt;
Plasmatech&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>SCP VCL 2 :: Key handling issues with SCP 2.2.77</title>
	<link>http://support.plasmatech.com/viewtopic.php?p=859#859</link>
	<description>Author: &lt;a href=&quot;http://support.plasmatech.com/profile.php?mode=viewprofile&amp;u=3&quot; target=&quot;_blank&quot;&gt;Tim Knipe&lt;/a&gt;&lt;br /&gt;
Subject: Key handling issues with SCP 2.2.77&lt;br /&gt;
Posted: Mon Oct 27, 2008 9:35 pm (GMT 11)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Certain &amp;quot;verbs&amp;quot; don't work within applications built with Delphi or C++Builder 2009 and the Shell Control Pack 2.2.77. This causes operations like copy/paste and delete to fail.
&lt;br /&gt;

&lt;br /&gt;
To fix this problem, open &lt;span style=&quot;font-weight: bold&quot;&gt;UPTShellControls.pas&lt;/span&gt; and search for &lt;span style=&quot;font-weight: bold&quot;&gt;GCS_VERB&lt;/span&gt; and replace with &lt;span style=&quot;font-weight: bold&quot;&gt;GCS_VERBA&lt;/span&gt;.
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
This issue will be addressed in the next release.
&lt;br /&gt;_________________&lt;br /&gt;Tim Knipe
&lt;br /&gt;
Plasmatech&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>SCP VCL 2 :: TPTShellTree: invisible node ImageIndex</title>
	<link>http://support.plasmatech.com/viewtopic.php?p=858#858</link>
	<description>Author: &lt;a href=&quot;http://support.plasmatech.com/profile.php?mode=viewprofile&amp;u=149&quot; target=&quot;_blank&quot;&gt;praxalia&lt;/a&gt;&lt;br /&gt;
Subject: TPTShellTree: invisible node ImageIndex&lt;br /&gt;
Posted: Fri Oct 17, 2008 9:22 pm (GMT 11)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Hi all!
&lt;br /&gt;

&lt;br /&gt;
I have just registered the Shell Control Pack VCL2 and I have a question on TPTShellTree.
&lt;br /&gt;

&lt;br /&gt;
I am programming a backup program which reads the tree structure of different PCs and streams it back to an administrator program. I use the TPTShellTree to get the File information on the PCS (folders, icons, etc) which works OK, but I see that the imagindex property of each node has a value of 0 if the corresponding node is not VISIBLE. When I get the information in the administrator, all the nodes which were clipped out of the client control canvas appear with the wrong icon, and if I make the whole TPTShellTree invisible (as it must be in the final program, now I am working on a prototype) all of the nodes.imageindex reads as 0, except for the root node.
&lt;br /&gt;

&lt;br /&gt;
How can I force the nodes of a TPTShellTree to show the real imageindex value even if the tree is not visible?
&lt;br /&gt;

&lt;br /&gt;
Thanks in advance for your help
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
</channel>
</rss>

