<?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 : Drag&amp;Drop Flickering</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Drag&amp;Drop Flickering]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 04 Jun 2026 21:38:12 +0000</pubDate>
  <lastBuildDate>Tue, 13 Jul 2010 03:42:22 +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=16943</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[Drag&amp;Drop Flickering : Hi;I use drag &amp;amp; drop to drop...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16943&amp;PID=59303&amp;title=dragdrop-flickering#59303</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> 16943<br /><strong>Posted:</strong> 13 July 2010 at 3:42am<br /><br />Hi;<br><br>I use drag &amp; drop to drop information from different customwindows to the report control. Whenever I drag over a row while aninplace button is visible, the button flickers permanently.<br>I checked the code and found out that the commented (by myself) code is responsible for that:<br><br>void CXTPReportInplaceButton::OnPaint()<br>{<br>	CPaintDC dc(this);<br><br>	if (pControl)<br>	{<br>		<font color="#0000cc">// if (m_bDraw)</font><br>			pControl-&gt;GetPaintManager()-&gt;DrawInplaceButton(&amp;dc, this);<br>		<font color="#000099">// m_bDraw = !m_bDraw;</font> //to eliminate flickering<br>	}<br>}<br><br>Butwhen I remove the code the control flickers (button disappears whenclicking into the item and reappears immediately). This other kind of flickering wasreported in the forum about 1 1/2 year ago. <br><br>Any ideas how to fix this, or how to get rid of all inplace buttons while a drag&amp;drop operation is in progress?<br>]]>
   </description>
   <pubDate>Tue, 13 Jul 2010 03:42:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16943&amp;PID=59303&amp;title=dragdrop-flickering#59303</guid>
  </item> 
 </channel>
</rss>