<?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>Mon, 06 Feb 2012 14:38:33 GMT</lastBuildDate>
<item>
	<title>SCP VCL 2 :: RE: Compile in XE?</title>
	<link>http://support.plasmatech.com/viewtopic.php?p=971#971</link>
	<description>Author: &lt;a href=&quot;http://support.plasmatech.com/profile.php?mode=viewprofile&amp;u=15&quot; target=&quot;_blank&quot;&gt;craig&lt;/a&gt;&lt;br /&gt;

Posted: Thu Apr 28, 2011 7:38 am (GMT 11)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;I have it compiling here using the D10 dpk, and didn't run into those errors.  Are you using 2.3.81?   You might try deleting the .bdsproj, and make sure your PTStandardDefs.inc has this block in it:
&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;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;#123;$IFDEF VER_UNKNOWN&amp;#125; 
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;#123;$UNDEF VER_UNKNOWN&amp;#125;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;#123;$DEFINE USE_VER210&amp;#125;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;#123;$ENDIF&amp;#125;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
I did run into a couple of other issues though:
&lt;br /&gt;

&lt;br /&gt;
PTSCPResStringsW.inc is encoded using UTF-16, and that causes problems when it's included in a ANSI/UTF-8 file (UPTShConsts.pas).  Just re-save it as UTF-8 and it works.
&lt;br /&gt;

&lt;br /&gt;
Also, there are several calls to UTF8Decode that are flagged as deprecated.  As far as I can tell the correct code should be:
&lt;br /&gt;

&lt;br /&gt;
  {$IFNDEF UNICODE}UTF8Decode{$ENDIF}(xxx)
&lt;br /&gt;

&lt;br /&gt;
He's relying on the resource strings being returned as UTF-8 encoded, which isn't true for the Unicode builds.
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>SCP VCL 2 :: Compile in XE?</title>
	<link>http://support.plasmatech.com/viewtopic.php?p=970#970</link>
	<description>Author: &lt;a href=&quot;http://support.plasmatech.com/profile.php?mode=viewprofile&amp;u=152&quot; target=&quot;_blank&quot;&gt;HTMLValidator.com&lt;/a&gt;&lt;br /&gt;
Subject: Compile in XE?&lt;br /&gt;
Posted: Sat Apr 16, 2011 2:01 pm (GMT 11)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Does anyone know how to compile these in XE? I am getting errors:
&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;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;Checking project dependencies...
&lt;br /&gt;
Building PTShellControlPack2D10.dproj &amp;#40;Release, Win32&amp;#41;
&lt;br /&gt;
dcc command line for &amp;quot;PTShellControlPack2D10.dpk&amp;quot;
&lt;br /&gt;
&amp;#91;DCC Error&amp;#93; PTShellControlPack2D10.dpk&amp;#40;5&amp;#41;&amp;#58; E1030 Invalid compiler directive&amp;#58; 'ALIGN'
&lt;br /&gt;
&amp;#91;DCC Error&amp;#93; PTShellControlPack2D10.dpk&amp;#40;6&amp;#41;&amp;#58; E1030 Invalid compiler directive&amp;#58; 'ASSERTIONS'
&lt;br /&gt;
&amp;#91;DCC Error&amp;#93; PTShellControlPack2D10.dpk&amp;#40;7&amp;#41;&amp;#58; E1030 Invalid compiler directive&amp;#58; 'BOOLEVAL'
&lt;br /&gt;
&amp;#91;DCC Error&amp;#93; PTShellControlPack2D10.dpk&amp;#40;8&amp;#41;&amp;#58; E1030 Invalid compiler directive&amp;#58; 'DEBUGINFO'
&lt;br /&gt;
&amp;#91;DCC Error&amp;#93; PTShellControlPack2D10.dpk&amp;#40;9&amp;#41;&amp;#58; E1030 Invalid compiler directive&amp;#58; 'EXTENDEDSYNTAX'
&lt;br /&gt;
&amp;#91;DCC Error&amp;#93; PTShellControlPack2D10.dpk&amp;#40;10&amp;#41;&amp;#58; E1030 Invalid compiler directive&amp;#58; 'IMPORTEDDATA'
&lt;br /&gt;
&amp;#91;DCC Error&amp;#93; PTShellControlPack2D10.dpk&amp;#40;11&amp;#41;&amp;#58; E1030 Invalid compiler directive&amp;#58; 'IOCHECKS'
&lt;br /&gt;
&amp;#91;DCC Error&amp;#93; PTShellControlPack2D10.dpk&amp;#40;12&amp;#41;&amp;#58; E1030 Invalid compiler directive&amp;#58; 'LOCALSYMBOLS'
&lt;br /&gt;
&amp;#91;DCC Error&amp;#93; PTShellControlPack2D10.dpk&amp;#40;13&amp;#41;&amp;#58; E1030 Invalid compiler directive&amp;#58; 'LONGSTRINGS'
&lt;br /&gt;
&amp;#91;DCC Error&amp;#93; PTShellControlPack2D10.dpk&amp;#40;14&amp;#41;&amp;#58; E1030 Invalid compiler directive&amp;#58; 'OPENSTRINGS'
&lt;br /&gt;
&amp;#91;DCC Error&amp;#93; PTShellControlPack2D10.dpk&amp;#40;15&amp;#41;&amp;#58; E1030 Invalid compiler directive&amp;#58; 'OPTIMIZATION'
&lt;br /&gt;
&amp;#91;DCC Error&amp;#93; PTShellControlPack2D10.dpk&amp;#40;16&amp;#41;&amp;#58; E1030 Invalid compiler directive&amp;#58; 'OVERFLOWCHECKS'
&lt;br /&gt;
&amp;#91;DCC Error&amp;#93; PTShellControlPack2D10.dpk&amp;#40;17&amp;#41;&amp;#58; E1030 Invalid compiler directive&amp;#58; 'RANGECHECKS'
&lt;br /&gt;
&amp;#91;DCC Error&amp;#93; PTShellControlPack2D10.dpk&amp;#40;18&amp;#41;&amp;#58; E1030 Invalid compiler directive&amp;#58; 'REFERENCEINFO'
&lt;br /&gt;
&amp;#91;DCC Error&amp;#93; PTShellControlPack2D10.dpk&amp;#40;19&amp;#41;&amp;#58; E1030 Invalid compiler directive&amp;#58; 'SAFEDIVIDE'
&lt;br /&gt;
&amp;#91;DCC Error&amp;#93; PTShellControlPack2D10.dpk&amp;#40;20&amp;#41;&amp;#58; E1030 Invalid compiler directive&amp;#58; 'STACKFRAMES'
&lt;br /&gt;
&amp;#91;DCC Error&amp;#93; PTShellControlPack2D10.dpk&amp;#40;21&amp;#41;&amp;#58; E1030 Invalid compiler directive&amp;#58; 'TYPEDADDRESS'
&lt;br /&gt;
&amp;#91;DCC Error&amp;#93; PTShellControlPack2D10.dpk&amp;#40;22&amp;#41;&amp;#58; E1030 Invalid compiler directive&amp;#58; 'VARSTRINGCHECKS'
&lt;br /&gt;
&amp;#91;DCC Error&amp;#93; PTShellControlPack2D10.dpk&amp;#40;23&amp;#41;&amp;#58; E1030 Invalid compiler directive&amp;#58; 'WRITEABLECONST'
&lt;br /&gt;
&amp;#91;DCC Error&amp;#93; PTShellControlPack2D10.dpk&amp;#40;24&amp;#41;&amp;#58; E1030 Invalid compiler directive&amp;#58; 'MINENUMSIZE'
&lt;br /&gt;
&amp;#91;DCC Error&amp;#93; PTShellControlPack2D10.dpk&amp;#40;25&amp;#41;&amp;#58; E1030 Invalid compiler directive&amp;#58; 'IMAGEBASE'
&lt;br /&gt;
&amp;#91;DCC Error&amp;#93; PTShellControlPack2D10.dpk&amp;#40;26&amp;#41;&amp;#58; E1030 Invalid compiler directive&amp;#58; 'DESCRIPTION'
&lt;br /&gt;
&amp;#91;DCC Error&amp;#93; PTShellControlPack2D10.dpk&amp;#40;27&amp;#41;&amp;#58; E1030 Invalid compiler directive&amp;#58; 'DESIGNONLY'
&lt;br /&gt;
&amp;#91;DCC Error&amp;#93; PTShellControlPack2D10.dpk&amp;#40;28&amp;#41;&amp;#58; E1030 Invalid compiler directive&amp;#58; 'IMPLICITBUILD'
&lt;br /&gt;
&amp;#91;DCC Fatal Error&amp;#93; E2411 Unit System in package rtl refers to unit SysInit which is not found in any package.&amp;nbsp; Packaged units must refer only to packaged units
&lt;br /&gt;
Failed
&lt;br /&gt;
Elapsed time&amp;#58; 00&amp;#58;00&amp;#58;00.1&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;_________________&lt;br /&gt;&lt;img src=&quot;http://www.htmlvalidator.com/png/AlbertSig150x30-4.png&quot; border=&quot;0&quot; /&gt;
&lt;br /&gt;
Albert Wiersch
&lt;br /&gt;
&lt;a href=&quot;http://www.htmlvalidator.com/&quot; target=&quot;_blank&quot;&gt;http://www.htmlvalidator.com/&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>SCP VCL 2 :: RE: Can the new version still run on C++ builder 6?</title>
	<link>http://support.plasmatech.com/viewtopic.php?p=969#969</link>
	<description>Author: &lt;a href=&quot;http://support.plasmatech.com/profile.php?mode=viewprofile&amp;u=152&quot; target=&quot;_blank&quot;&gt;HTMLValidator.com&lt;/a&gt;&lt;br /&gt;
Subject: Re: Can the new version still run on C++ builder 6?&lt;br /&gt;
Posted: Thu Jan 20, 2011 3:29 am (GMT 11)&lt;br /&gt;
Topic Replies: 1&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;netying wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;Can the new version still run on C++ builder 6?&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
I'd look for something else... there is no support for this product anymore, at least I haven't been able to get any help.
&lt;br /&gt;_________________&lt;br /&gt;&lt;img src=&quot;http://www.htmlvalidator.com/png/AlbertSig150x30-4.png&quot; border=&quot;0&quot; /&gt;
&lt;br /&gt;
Albert Wiersch
&lt;br /&gt;
&lt;a href=&quot;http://www.htmlvalidator.com/&quot; target=&quot;_blank&quot;&gt;http://www.htmlvalidator.com/&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>SCP VCL 2 :: Can the new version still run on C++ builder 6?</title>
	<link>http://support.plasmatech.com/viewtopic.php?p=968#968</link>
	<description>Author: &lt;a href=&quot;http://support.plasmatech.com/profile.php?mode=viewprofile&amp;u=129&quot; target=&quot;_blank&quot;&gt;netying&lt;/a&gt;&lt;br /&gt;
Subject: Can the new version still run on C++ builder 6?&lt;br /&gt;
Posted: Sun Sep 26, 2010 1:07 pm (GMT 11)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Can the new version still run on C++ builder 6?
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>SCP VCL 2 :: RE: [BCC32 Error] Uptshellcontrols.hpp(476): E2015 Ambiguity bet</title>
	<link>http://support.plasmatech.com/viewtopic.php?p=967#967</link>
	<description>Author: &lt;a href=&quot;http://support.plasmatech.com/profile.php?mode=viewprofile&amp;u=152&quot; target=&quot;_blank&quot;&gt;HTMLValidator.com&lt;/a&gt;&lt;br /&gt;

Posted: Tue Jul 27, 2010 1:57 am (GMT 11)&lt;br /&gt;
Topic Replies: 3&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;From the level of activity and support here, I'll assume these components are dead and plan to move to other components in the future.
&lt;br /&gt;_________________&lt;br /&gt;&lt;img src=&quot;http://www.htmlvalidator.com/png/AlbertSig150x30-4.png&quot; border=&quot;0&quot; /&gt;
&lt;br /&gt;
Albert Wiersch
&lt;br /&gt;
&lt;a href=&quot;http://www.htmlvalidator.com/&quot; target=&quot;_blank&quot;&gt;http://www.htmlvalidator.com/&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>SCP VCL 2 :: RE: [BCC32 Error] Uptshellcontrols.hpp(476): E2015 Ambiguity bet</title>
	<link>http://support.plasmatech.com/viewtopic.php?p=966#966</link>
	<description>Author: &lt;a href=&quot;http://support.plasmatech.com/profile.php?mode=viewprofile&amp;u=152&quot; target=&quot;_blank&quot;&gt;HTMLValidator.com&lt;/a&gt;&lt;br /&gt;

Posted: Tue Dec 22, 2009 6:28 am (GMT 11)&lt;br /&gt;
Topic Replies: 3&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;I tried again with my new system build and fresh install of RAD Studio 2009 and fresh install of my components... still didn't work so I am going back to -80 with my &amp;quot;fresh&amp;quot; development environment.
&lt;br /&gt;

&lt;br /&gt;
I'm disappointed I did not get support help with this issue.
&lt;br /&gt;_________________&lt;br /&gt;&lt;img src=&quot;http://www.htmlvalidator.com/png/AlbertSig150x30-4.png&quot; border=&quot;0&quot; /&gt;
&lt;br /&gt;
Albert Wiersch
&lt;br /&gt;
&lt;a href=&quot;http://www.htmlvalidator.com/&quot; target=&quot;_blank&quot;&gt;http://www.htmlvalidator.com/&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>SCP VCL 2 :: RE: [BCC32 Error] Uptshellcontrols.hpp(476): E2015 Ambiguity bet</title>
	<link>http://support.plasmatech.com/viewtopic.php?p=921#921</link>
	<description>Author: &lt;a href=&quot;http://support.plasmatech.com/profile.php?mode=viewprofile&amp;u=152&quot; target=&quot;_blank&quot;&gt;HTMLValidator.com&lt;/a&gt;&lt;br /&gt;

Posted: Fri Dec 11, 2009 5:49 am (GMT 11)&lt;br /&gt;
Topic Replies: 3&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Anyone? Anyone?
&lt;br /&gt;_________________&lt;br /&gt;&lt;img src=&quot;http://www.htmlvalidator.com/png/AlbertSig150x30-4.png&quot; border=&quot;0&quot; /&gt;
&lt;br /&gt;
Albert Wiersch
&lt;br /&gt;
&lt;a href=&quot;http://www.htmlvalidator.com/&quot; target=&quot;_blank&quot;&gt;http://www.htmlvalidator.com/&lt;/a&gt;&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=920#920</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: Thu Dec 10, 2009 5:06 pm (GMT 11)&lt;br /&gt;
Topic Replies: 4&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Sorry for the delay.
&lt;br /&gt;

&lt;br /&gt;
The C++ files included will be for Studio 2010. To build the C++ files for an earlier version of C++ Builder you will have to rebuild the appropriate design-time package with your IDE.  Make sure you set the &amp;quot;Linker output&amp;quot; option to &amp;quot;general all C++ Builder files&amp;quot;.
&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=919#919</link>
	<description>Author: &lt;a href=&quot;http://support.plasmatech.com/profile.php?mode=viewprofile&amp;u=175&quot; target=&quot;_blank&quot;&gt;comvision&lt;/a&gt;&lt;br /&gt;

Posted: Thu Dec 03, 2009 12:38 pm (GMT 11)&lt;br /&gt;
Topic Replies: 4&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;This is still a problem even now.  I've had to revert to an older version just to keep our development active.
&lt;br /&gt;

&lt;br /&gt;
Is this going to be corrected some time (really) soon.
&lt;br /&gt;

&lt;br /&gt;
I sent a support email a few weeks ago but have not received any response.
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>SCP VCL 2 :: [BCC32 Error] Uptshellcontrols.hpp(476): E2015 Ambiguity bet</title>
	<link>http://support.plasmatech.com/viewtopic.php?p=918#918</link>
	<description>Author: &lt;a href=&quot;http://support.plasmatech.com/profile.php?mode=viewprofile&amp;u=152&quot; target=&quot;_blank&quot;&gt;HTMLValidator.com&lt;/a&gt;&lt;br /&gt;
Subject: [BCC32 Error] Uptshellcontrols.hpp(476): E2015 Ambiguity bet&lt;br /&gt;
Posted: Tue Nov 10, 2009 2:40 am (GMT 11)&lt;br /&gt;
Topic Replies: 3&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;I just tried upgrading to the latest version (-81) and am now getting this error: &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;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;&amp;#91;BCC32 Error&amp;#93; Uptshellcontrols.hpp&amp;#40;476&amp;#41;&amp;#58; E2015 Ambiguity between '_di_IShellDetails' and 'Shlobj&amp;#58;&amp;#58;_di_IShellDetails'
&lt;br /&gt;
&amp;nbsp; Full parser context
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; csevalidator.cpp&amp;#40;2&amp;#41;&amp;#58; #include csedllprecompiled.h
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; csedllprecompiled.h&amp;#40;70&amp;#41;&amp;#58; #include validatoroptionsform.h
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; validatoroptionsform.h&amp;#40;16&amp;#41;&amp;#58; #include C&amp;#58;\AlC_Components\plasmatech\scp2\Source\FPTOpenDlg.hpp
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; FPTOpenDlg.hpp&amp;#40;34&amp;#41;&amp;#58; #include C&amp;#58;\AlC_Components\plasmatech\scp2\Source\Uptshellcontrols.hpp
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; Uptshellcontrols.hpp&amp;#40;47&amp;#41;&amp;#58; namespace Uptshellcontrols
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; Uptshellcontrols.hpp&amp;#40;465&amp;#41;&amp;#58; class TPTCustomShellList&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
I cannot compile my application!
&lt;br /&gt;

&lt;br /&gt;
Fortunately I was able to go back to -80.
&lt;br /&gt;

&lt;br /&gt;
How can I fix this to use the latest version? I'm using C++Builder 2009.
&lt;br /&gt;

&lt;br /&gt;
Thank you.
&lt;br /&gt;_________________&lt;br /&gt;&lt;img src=&quot;http://www.htmlvalidator.com/png/AlbertSig150x30-4.png&quot; border=&quot;0&quot; /&gt;
&lt;br /&gt;
Albert Wiersch
&lt;br /&gt;
&lt;a href=&quot;http://www.htmlvalidator.com/&quot; target=&quot;_blank&quot;&gt;http://www.htmlvalidator.com/&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>SCP VCL 2 :: RE: When filename editing, TPTShellList list context NOT Change.</title>
	<link>http://support.plasmatech.com/viewtopic.php?p=917#917</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: Re: When filename editing, TPTShellList list context NOT Cha&lt;br /&gt;
Posted: Thu Oct 29, 2009 5:24 pm (GMT 11)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;It looks like you've found a bug.
&lt;br /&gt;

&lt;br /&gt;
I'll investigate how best to address it.
&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 :: When filename editing, TPTShellList list context NOT Change.</title>
	<link>http://support.plasmatech.com/viewtopic.php?p=916#916</link>
	<description>Author: &lt;a href=&quot;http://support.plasmatech.com/profile.php?mode=viewprofile&amp;u=171&quot; target=&quot;_blank&quot;&gt;Tomomi Umezawa&lt;/a&gt;&lt;br /&gt;
Subject: When filename editing, TPTShellList list context NOT Change.&lt;br /&gt;
Posted: Thu Oct 15, 2009 4:33 pm (GMT 11)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Hello.
&lt;br /&gt;
I use &amp;quot;SCP VCL 2&amp;quot; on Japanses D2007.
&lt;br /&gt;
I think &amp;quot;SCP VCL 2&amp;quot; to be a splendid product.
&lt;br /&gt;

&lt;br /&gt;
But there is a slightly mysterious thing.
&lt;br /&gt;

&lt;br /&gt;
List contents of TPTShellList cooperating with TPTShellTree at the time of a certain operation are not right.
&lt;br /&gt;

&lt;br /&gt;
(A reproduction method)
&lt;br /&gt;
1)  I put TPTShellTree and TPTShellList in the form.
&lt;br /&gt;
2)  Set TPTShellTree.SellList property is PTShellList1.
&lt;br /&gt;
3)  Compile this application and execute.
&lt;br /&gt;
4)  I click an item displayed by PTShellList1 and make it a file name editing state.
&lt;br /&gt;
5) File name editing is in a state and clicks other directories of PTShellTree1. The directory of PTShellTree1 changes, but the list contents of PTShellList1 do not change.
&lt;br /&gt;

&lt;br /&gt;
Why ?
&lt;br /&gt;
If I coordinate either property, is PTSheeList1 in a right condition ?
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>SCP VCL 2 :: RE: Dumb newbie question - ShellTree.BaseFolder</title>
	<link>http://support.plasmatech.com/viewtopic.php?p=915#915</link>
	<description>Author: &lt;a href=&quot;http://support.plasmatech.com/profile.php?mode=viewprofile&amp;u=166&quot; target=&quot;_blank&quot;&gt;aruest&lt;/a&gt;&lt;br /&gt;

Posted: Thu Jul 09, 2009 12:19 am (GMT 11)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Found a solution:
&lt;br /&gt;

&lt;br /&gt;
1. Include &lt;span style=&quot;font-style: italic&quot;&gt;UPTShellUtils&lt;/span&gt; in the &lt;span style=&quot;font-weight: bold&quot;&gt;uses&lt;/span&gt; clause.
&lt;br /&gt;
2. In &lt;span style=&quot;font-style: italic&quot;&gt;UPTShellUtils&lt;/span&gt; the type declaration for TCSIDL is a zero-based list of constants with csidlDesktop as the second element in the list. Thus, csiudlDesktop is item 1 in the list.
&lt;br /&gt;
3. Write the following assignment in code:
&lt;br /&gt;
     PTShellTree1.BaseFolder.CSIDL := TCSIDL(1);
&lt;br /&gt;

&lt;br /&gt;
Comments?
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>SCP VCL 2 :: Dumb newbie question - ShellTree.BaseFolder</title>
	<link>http://support.plasmatech.com/viewtopic.php?p=914#914</link>
	<description>Author: &lt;a href=&quot;http://support.plasmatech.com/profile.php?mode=viewprofile&amp;u=166&quot; target=&quot;_blank&quot;&gt;aruest&lt;/a&gt;&lt;br /&gt;
Subject: Dumb newbie question - ShellTree.BaseFolder&lt;br /&gt;
Posted: Wed Jul 08, 2009 7:36 am (GMT 11)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;How do i assign the ShellTree.Basefolder to a CSIDL?
&lt;br /&gt;

&lt;br /&gt;
PTShellTree1.BaseFolder.CSIDL := ???????;
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>SCP VCL 2 :: TPTShellList.FileFilter is case sensitive</title>
	<link>http://support.plasmatech.com/viewtopic.php?p=912#912</link>
	<description>Author: &lt;a href=&quot;http://support.plasmatech.com/profile.php?mode=viewprofile&amp;u=164&quot; target=&quot;_blank&quot;&gt;AaronRosenberg&lt;/a&gt;&lt;br /&gt;
Subject: TPTShellList.FileFilter is case sensitive&lt;br /&gt;
Posted: Wed Jun 24, 2009 5:42 am (GMT 11)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;I've been playing around with a simple filtering UI for a TPTShellList component.
&lt;br /&gt;

&lt;br /&gt;
Shell Control Pack (2.2.0.80)
&lt;br /&gt;
Delphi 2009
&lt;br /&gt;
Vista
&lt;br /&gt;

&lt;br /&gt;
In addition to a file extension filter (like &amp;quot;*.xls&amp;quot;), I wanted the user to be able to type anything in an edit box and have the list view update to show only files containing that text.
&lt;br /&gt;

&lt;br /&gt;
I added a TPTShellList control and a TEdit control to a form and added the following code to the TEdit control's OnChange event.
&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;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;&amp;nbsp; if &amp;#40;eUserFilter.Text = ''&amp;#41; then begin
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; PTShellList1.FileFilter &amp;#58;= '*.xls';
&lt;br /&gt;
&amp;nbsp; end else begin
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; PTShellList1.FileFilter &amp;#58;= Format&amp;#40;'*%s*.xls', &amp;#91;eUserFilter.Text&amp;#93;&amp;#41;;
&lt;br /&gt;
&amp;nbsp; end;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
Overall, this works great. However, the results seem to indicate that the FileFilter is case sensitive. I need this to be case insensitive. From what I see in the source, it seems that it should be.
&lt;br /&gt;

&lt;br /&gt;
Am I missing something?
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
</channel>
</rss>


