<?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 : TaskPanel: C&#111;ntrol Items &amp; Animati&#111;n</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : TaskPanel: C&#111;ntrol Items &amp; Animati&#111;n]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 27 May 2026 15:22:48 +0000</pubDate>
  <lastBuildDate>Wed, 23 Feb 2005 05:29:04 +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=1837</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[TaskPanel: C&#111;ntrol Items &amp; Animati&#111;n : Using the following code extracted...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1837&amp;PID=5300&amp;title=taskpanel-control-items-animation#5300</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=280">ianp</a><br /><strong>Subject:</strong> 1837<br /><strong>Posted:</strong> 23 February 2005 at 5:29am<br /><br /><P>Using the following code extracted from the Task Panel sample, The text box controls are only displayed in the task panel if the animation type is set to xtpTaskPanelAnimationYes. Is this behaviour expected, because I couldn't find any reference in the documentation?</P><P><table width="99%"><tr><td><pre class="BBcode">Private Sub Form_Load()<BR>&nbsp;&nbsp;&nbsp; Dim Group As TaskPanelGroup<BR>&nbsp;&nbsp;&nbsp; Dim Item As TaskPanelGroupItem<BR>&nbsp;&nbsp;&nbsp; Set Group = wndTaskPanel.Groups.Add(0, "Search by any or all of the criteria below.")<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; Group.Items.Add 0, "All or part of the file name:", xtpTaskItemTypeText<BR>&nbsp;&nbsp;&nbsp; Set Item = Group.Items.Add(0, "", xtpTaskItemTypeControl)<BR>&nbsp;&nbsp;&nbsp; Set Item.Control = txtFileName<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; Group.Items.Add 0, "A word or phrase in the file:", xtpTaskItemTypeText<BR>&nbsp;&nbsp;&nbsp; Set Item = Group.Items.Add(0, "", xtpTaskItemTypeControl)<BR>&nbsp;&nbsp;&nbsp; Set Item.Control = txtContains<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; Group.Items.Add 0, "Look in:", xtpTaskItemTypeText<BR>&nbsp;&nbsp;&nbsp; Set Item = Group.Items.Add(0, "", xtpTaskItemTypeControl)<BR>&nbsp;&nbsp;&nbsp; Set Item.Control = txtLookIn<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; Group.Expandable = False</P><P>End Sub</pre></td></tr></table></P>]]>
   </description>
   <pubDate>Wed, 23 Feb 2005 05:29:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1837&amp;PID=5300&amp;title=taskpanel-control-items-animation#5300</guid>
  </item> 
 </channel>
</rss>