<?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 : Item Index Property</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Task Panel : Item Index Property]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 13 Jun 2026 08:56:01 +0000</pubDate>
  <lastBuildDate>Fri, 10 Feb 2017 09:44: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=19428</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[Item Index Property : Still not possible with 16.3.1The...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19428&amp;PID=75555&amp;title=item-index-property#75555</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3743">Carlos Rocha</a><br /><strong>Subject:</strong> 19428<br /><strong>Posted:</strong> 10 February 2017 at 9:44am<br /><br />Still not possible with 16.3.1<br><br>The solution is:<br>- Store a reference to the item being dragged within BeginDrag: Set m_ItemDragged = Item<br>- Use xtpTaskItemAllowDrag<b>Copy</b>WithinGroup instead of xtpTaskItemAllowDrag<b>Move</b>WithinGroup <strong></strong><br>- Inside ItemDrop:<br><br><blockquote>Item.Group.Items.Move m_ItemDragged, Item:Index<br>Item.Remove<br>Set m_ItemDragged = Nothing<br></blockquote>]]>
   </description>
   <pubDate>Fri, 10 Feb 2017 09:44:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19428&amp;PID=75555&amp;title=item-index-property#75555</guid>
  </item> 
  <item>
   <title><![CDATA[Item Index Property :   We are using the Task Panel...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19428&amp;PID=67477&amp;title=item-index-property#67477</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5870">ManSys</a><br /><strong>Subject:</strong> 19428<br /><strong>Posted:</strong> 21 January 2012 at 7:12pm<br /><br />We are using the Task Panel as a menu, separating the menu groups into taskpanel groups.<div>&nbsp;</div><div>We're letting the user drag items around within the groups but not across groups.&nbsp; However, we want to be able to save/load the positions of the menu items (taskpanelgroupitems).</div><div>&nbsp;</div><div>We've looked at the ItemDrop event but it doesn't seem to fire at the right time.&nbsp;We're using this code to check out the positions, but the same item appears twice, where it was and where it is now;</div><blockquote style="margin-right: 0px;" dir="ltr"><div><font color="#003399" face="Courier New, Courier, mono">Private Sub tpMain_ItemDrop(ByVal Item As XtremeTaskPanel.ITaskPanelGroupItem)<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; Dim tpGroup As TaskPanelGroup<br>&nbsp;&nbsp;&nbsp; Dim tpItem As TaskPanelGroupItem<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; Set tpGroup = Item.Group<br>&nbsp;&nbsp;&nbsp;&nbsp;<br>&nbsp;&nbsp;&nbsp; For Each tpItem In tpGroup.Items<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Debug.Print tpItem.ID, tpItem.Index, tpItem.Caption<br>&nbsp;&nbsp;&nbsp; Next<br>&nbsp;&nbsp;&nbsp; <br>End Sub</font></div></blockquote><div>Why?&nbsp; How do we go about saving the positions?</div>]]>
   </description>
   <pubDate>Sat, 21 Jan 2012 19:12:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19428&amp;PID=67477&amp;title=item-index-property#67477</guid>
  </item> 
 </channel>
</rss>