<?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: New Drag/Drop Modes</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : TaskPanel: New Drag/Drop Modes]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 27 May 2026 16:29:44 +0000</pubDate>
  <lastBuildDate>Tue, 08 Mar 2005 10:01:56 +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=1926</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: New Drag/Drop Modes : I was able to validate in C# that...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1926&amp;PID=5621&amp;title=taskpanel-new-drag-drop-modes#5621</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=260">Boyd</a><br /><strong>Subject:</strong> 1926<br /><strong>Posted:</strong> 08 March 2005 at 10:01am<br /><br /><P>I was able to validate in C# that the TaskPanel is not setting the proper AllowedEffects for the item in the Drag operation.</P><P>It appears this issue is isolated to controls within the same .NET application.&nbsp; If I drag/drop to WordPad, it works as expected.&nbsp; If I drag/drop to a RichTextBox in my application, it lets the user perform all operations.</P><P>I've completed a sample project to illustrate this and will be submitting it through the support system.</P>]]>
   </description>
   <pubDate>Tue, 08 Mar 2005 10:01:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1926&amp;PID=5621&amp;title=taskpanel-new-drag-drop-modes#5621</guid>
  </item> 
  <item>
   <title><![CDATA[TaskPanel: New Drag/Drop Modes : It&amp;#039;s possible that this is...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1926&amp;PID=5596&amp;title=taskpanel-new-drag-drop-modes#5596</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=260">Boyd</a><br /><strong>Subject:</strong> 1926<br /><strong>Posted:</strong> 07 March 2005 at 3:24pm<br /><br /><P>It's possible that this is something specific to .NET.&nbsp; This wouldn't be&nbsp;the first time that I've encountered something that works fine in VB and didn't work in C#.&nbsp; I'll try to throw together a sample project in C# and submit it through the IssueTrak system.</P><P>I appreciate your help.</P>]]>
   </description>
   <pubDate>Mon, 07 Mar 2005 15:24:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1926&amp;PID=5596&amp;title=taskpanel-new-drag-drop-modes#5596</guid>
  </item> 
  <item>
   <title><![CDATA[TaskPanel: New Drag/Drop Modes : This code works in C++:   m_...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1926&amp;PID=5595&amp;title=taskpanel-new-drag-drop-modes#5595</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 1926<br /><strong>Posted:</strong> 07 March 2005 at 3:07pm<br /><br />This code works in C++:<br><br> m_wndTaskPanel.AllowDrag(xtpTaskItemAllowDragCopyOutsideCo ntrol|xtpTaskItemAllowDragWithinControl); <br><br>I don't have a C# sample of the Toolbox to test, and don't have time to write one to check this code out.<br>]]>
   </description>
   <pubDate>Mon, 07 Mar 2005 15:07:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1926&amp;PID=5595&amp;title=taskpanel-new-drag-drop-modes#5595</guid>
  </item> 
  <item>
   <title><![CDATA[TaskPanel: New Drag/Drop Modes : Thanks, but that&amp;#039;s invalid...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1926&amp;PID=5592&amp;title=taskpanel-new-drag-drop-modes#5592</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=260">Boyd</a><br /><strong>Subject:</strong> 1926<br /><strong>Posted:</strong> 07 March 2005 at 1:45pm<br /><br />Thanks, but that's invalid syntax for C#.&nbsp; You represent "Or" in C# by using the "|" character shown in my original example.&nbsp; Same as C++.&nbsp; This is what I was already trying.]]>
   </description>
   <pubDate>Mon, 07 Mar 2005 13:45:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1926&amp;PID=5592&amp;title=taskpanel-new-drag-drop-modes#5592</guid>
  </item> 
  <item>
   <title><![CDATA[TaskPanel: New Drag/Drop Modes : **I updated this with correct...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1926&amp;PID=5591&amp;title=taskpanel-new-drag-drop-modes#5591</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 1926<br /><strong>Posted:</strong> 07 March 2005 at 1:31pm<br /><br />**I updated this with correct syntax**<br>Maybe try:<br>wndToolBox.AllowDrag = xtpTaskItemAllowDragCopyOutsideControl Or <strong>xtpTaskItemAllowDragWithinControl</strong><span style="font-size:10px"><br /><br />Edited by SuperMario</span>]]>
   </description>
   <pubDate>Mon, 07 Mar 2005 13:31:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1926&amp;PID=5591&amp;title=taskpanel-new-drag-drop-modes#5591</guid>
  </item> 
  <item>
   <title><![CDATA[TaskPanel: New Drag/Drop Modes : I&amp;#039;m trying to work out the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1926&amp;PID=5590&amp;title=taskpanel-new-drag-drop-modes#5590</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=260">Boyd</a><br /><strong>Subject:</strong> 1926<br /><strong>Posted:</strong> 07 March 2005 at 1:20pm<br /><br /><P>I'm trying to work out the new AllowDrag modes for TaskPanel in 9.60.1.&nbsp; My goal is to allow the user to copy/move items within the control by dragging, but I only want them to be able to copy the item if it's dragged outside the control.&nbsp; In other words, I want to allow all Drag/Drop operations EXCEPT move outside the control.</P><P>How do I combine xtpTaskItemAllowDragCopy and xtpTaskItemAllowDragMoveWithinControl?</P><P>I'm using C# .NET 2003 with the following code:</P><P><table width="99%"><tr><td><pre class="BBcode">toolbox.AllowDrag = XTPTaskPanelItemAllowDrag.xtpTaskItemAllowDragCopy |  XTPTaskPanelItemAllowDrag.xtpTaskItemAllowDragMoveWithinCont rol;</pre></td></tr></table></P><P>When I set this code, I have full&nbsp;move/copy support both inside and outside the control, when I should only be able to copy outside the control.</P>]]>
   </description>
   <pubDate>Mon, 07 Mar 2005 13:20:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1926&amp;PID=5590&amp;title=taskpanel-new-drag-drop-modes#5590</guid>
  </item> 
 </channel>
</rss>