<?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 : ReportControl DblClick-Bug!</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : ReportControl DblClick-Bug!]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 15 May 2026 17:21:01 +0000</pubDate>
  <lastBuildDate>Thu, 19 Jun 2008 11:19: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=11108</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[ReportControl DblClick-Bug! : Hi,  In your case you should...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11108&amp;PID=37013&amp;title=reportcontrol-dblclickbug#37013</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 11108<br /><strong>Posted:</strong> 19 June 2008 at 11:19am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>In your case you should look at the order&nbsp;in which the mouse events fire (the treeview) The treeview is responsable for this and not the RC !!!! </DIV><DIV>&nbsp;</DIV><DIV>If you would hold the left button down (second click of double click) and drag the mouse outside the picturebox you don't get a mouseUp event !!! and if you release it when mouse is in&nbsp;picturebox area you will get MouseUp event as it should</DIV><DIV>&nbsp;</DIV><DIV>Now, if your treeview reacts on the mouse click or MouseUp event you can't blame the RC for this ?!?!?</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 19 Jun 2008 11:19:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11108&amp;PID=37013&amp;title=reportcontrol-dblclickbug#37013</guid>
  </item> 
  <item>
   <title><![CDATA[ReportControl DblClick-Bug! : THX, but my first post was wrong....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11108&amp;PID=37006&amp;title=reportcontrol-dblclickbug#37006</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1570">Jebo</a><br /><strong>Subject:</strong> 11108<br /><strong>Posted:</strong> 19 June 2008 at 9:44am<br /><br />THX, but my first post was wrong. I don't mean the MouseDown or MouseUp-Event - the problem is the Click-Event - and it occurs only with the combination of "ReportControl and a subclassed infragistics TreeView-control". And this is no problem of CJ only...!<DIV>&nbsp;</DIV><DIV>And yes, I use still a workaround nearly like yours.</DIV>]]>
   </description>
   <pubDate>Thu, 19 Jun 2008 09:44:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11108&amp;PID=37006&amp;title=reportcontrol-dblclickbug#37006</guid>
  </item> 
  <item>
   <title><![CDATA[ReportControl DblClick-Bug! : Hi,  I don&amp;#039;t know why you...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11108&amp;PID=37004&amp;title=reportcontrol-dblclickbug#37004</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 11108<br /><strong>Posted:</strong> 19 June 2008 at 9:27am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>I don't know why you need this... </DIV><DIV>&nbsp;</DIV><DIV>Does you underlying control use the MouseUp event? If so I would set a flag in the MouseDown event in order to have a proper click event. The user has to click first before <strong>you</strong> will handle the MouseUp event.</DIV><DIV>&nbsp;</DIV><DIV>Something like this:</DIV><DIV>&nbsp;</DIV><DIV>Private Sub Form_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)<BR>&nbsp;&nbsp;&nbsp; flagMouseDown = True<BR>End Sub</DIV><DIV>Private Sub Form_MouseUp(Button As Integer, Shift As Integer, X As Single, Y As Single)<BR>&nbsp;&nbsp;&nbsp; If flagMouseDown = True Then MsgBox "Form_MouseUp event"<BR>&nbsp;&nbsp;&nbsp; flagMouseDown = False<BR>End Sub</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 19 Jun 2008 09:27:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11108&amp;PID=37004&amp;title=reportcontrol-dblclickbug#37004</guid>
  </item> 
  <item>
   <title><![CDATA[ReportControl DblClick-Bug! : Yes, I see the bug is on subclassing...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11108&amp;PID=37002&amp;title=reportcontrol-dblclickbug#37002</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1570">Jebo</a><br /><strong>Subject:</strong> 11108<br /><strong>Posted:</strong> 19 June 2008 at 9:12am<br /><br />Yes, I see the bug is on subclassing only (in use with a infragistics-TreeControl)&nbsp;- and I'm wrong with MouseUp-Event. It is&nbsp;The Click-Event (!!!). OK, it occurs only by subclassing so I'm looking for a workaround. But with other controls (for example a ListBox-control)&nbsp; this problem don't occurs!!!<DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 19 Jun 2008 09:12:50 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11108&amp;PID=37002&amp;title=reportcontrol-dblclickbug#37002</guid>
  </item> 
  <item>
   <title><![CDATA[ReportControl DblClick-Bug! : Hi,  The same thing, when form...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11108&amp;PID=36996&amp;title=reportcontrol-dblclickbug#36996</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 11108<br /><strong>Posted:</strong> 19 June 2008 at 8:39am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>The same thing, when form unloads, mouse up event of underlying control will be fired.&nbsp; </DIV><DIV>&nbsp;</DIV><DIV>See Image again @Jebo</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Try this:</DIV><DIV>set StartUpPosition of form2 to CenterScreen and add Form_MouseUp event in Form1, you will see that the form1_MouseUp event will be fired.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>I think you have to call Bill Gates to have this fixed <img src="https://forum.codejock.com/smileys/smiley2.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 19 Jun 2008 08:39:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11108&amp;PID=36996&amp;title=reportcontrol-dblclickbug#36996</guid>
  </item> 
  <item>
   <title><![CDATA[ReportControl DblClick-Bug! : Oh oh oh, U are so wrong!   DON&amp;#039;T...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11108&amp;PID=36995&amp;title=reportcontrol-dblclickbug#36995</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1570">Jebo</a><br /><strong>Subject:</strong> 11108<br /><strong>Posted:</strong> 19 June 2008 at 8:21am<br /><br />Oh oh oh, U are so wrong! <DIV>&nbsp;</DIV><DIV>DON'T BE SO HASTY!!! <img src="https://forum.codejock.com/smileys/smiley8.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>THIS IS ONLY A EXAMPLE 4 a better UNDERSTANDING !</DIV><DIV>In the original-code it is a POPUP-CONTROL (see on command-caption-text: "a popup-<strong>simulator</strong>")</DIV><DIV>&nbsp;</DIV><DIV>Again: Use the second command-button and you'll see!!!</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 19 Jun 2008 08:21:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11108&amp;PID=36995&amp;title=reportcontrol-dblclickbug#36995</guid>
  </item> 
  <item>
   <title><![CDATA[ReportControl DblClick-Bug! : Hi,  It isn&amp;#039;t ????   Option...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11108&amp;PID=36994&amp;title=reportcontrol-dblclickbug#36994</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 11108<br /><strong>Posted:</strong> 19 June 2008 at 8:18am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>It isn't ????</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Option Explicit</DIV><DIV>Private Sub cmdGo_Click()<BR>Picture1.Enabled = True&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ' now allow a MouseUp-Event on this picturebox (!) -&gt; this is ONLY for a better understandig of this sample (!!!)<BR>ReportControl1.Visible = True<BR>End Sub</DIV><DIV>Private Sub Command1_Click()<BR>Picture1.Enabled = True&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ' now allow a MouseUp-Event on this picturebox (!) -&gt; this is ONLY for a better understandig of this sample (!!!)<BR>Form2.Show vbModal<BR>End Sub</DIV><DIV><BR>Private Sub Command2_Click()<BR>Unload Me<BR>End Sub</DIV><DIV><BR>Private Sub Form_Load()<BR>Dim i As Integer<BR>Me.Move 3000, 3000</DIV><DIV>With ReportControl1<BR>&nbsp;&nbsp;&nbsp; .Columns.Add 1, "A", 300, False<BR>&nbsp;&nbsp;&nbsp; .Columns.Add 2, "B", 9000, False</DIV><DIV>&nbsp;&nbsp;&nbsp; For i = 1 To 5<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; With .Records.Add<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .AddItem i: .AddItem "Please DblClick on any row!"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End With<BR>&nbsp;&nbsp;&nbsp; Next<BR>&nbsp;&nbsp;&nbsp; .Populate<BR>End With<BR>End Sub</DIV><DIV>Private Sub Picture1_MouseUp(Button As Integer, Shift As Integer, X As Single, Y As Single)<BR>MsgBox "Why do U see me???" &amp; vbCr &amp; vbCr &amp; "I'm NOT a event from ReportControl!!!" &amp; vbCr &amp; vbCr &amp; "I'm a MouseUp-Event of another control!", vbExclamation, "What's wrong?"<BR>Picture1.Enabled = False&nbsp;&nbsp;&nbsp; ' this is ONLY for a better understandig of this sample (!!!)<BR>End Sub</DIV><DIV>&nbsp;</DIV><DIV>Private Sub ReportControl1_RowDblClick(ByVal Row As XtremeReportControl.IReportRow, ByVal Item As XtremeReportControl.IReportRecordItem)<BR><FONT color=#ff0000 size=6>ReportControl1.Visible = False</FONT><BR>End Sub</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 19 Jun 2008 08:18:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11108&amp;PID=36994&amp;title=reportcontrol-dblclickbug#36994</guid>
  </item> 
  <item>
   <title><![CDATA[ReportControl DblClick-Bug! : Sorry U are wrong. This is a bug...! And...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11108&amp;PID=36993&amp;title=reportcontrol-dblclickbug#36993</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1570">Jebo</a><br /><strong>Subject:</strong> 11108<br /><strong>Posted:</strong> 19 June 2008 at 8:16am<br /><br /><P>Sorry U are wrong. This is a bug...!</P><DIV>And what do you mean with second click???</DIV><DIV>There is NO second click!</DIV><DIV>And there is NO RC.Visible = True (use the second sample-button: this is a Form.Show vbModal)</DIV><DIV>&nbsp;</DIV><DIV>Please check the sample correctly and test it with another ListControl (like visual basic ListBox!). With a ListBox (OR ANY OTHER CONTROL with a DblClick-Event) this problem don't occurs! ;-)</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 19 Jun 2008 08:16:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11108&amp;PID=36993&amp;title=reportcontrol-dblclickbug#36993</guid>
  </item> 
  <item>
   <title><![CDATA[ReportControl DblClick-Bug! : Hi,   I thinkyour &amp;#034;unpleasantly...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11108&amp;PID=36991&amp;title=reportcontrol-dblclickbug#36991</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 11108<br /><strong>Posted:</strong> 19 June 2008 at 8:10am<br /><br />Hi, <DIV>&nbsp;</DIV><DIV>I think&nbsp;your "unpleasantly bug" is not one of CJ's concern. If you look at the image it workes as supposed to <img src="https://forum.codejock.com/smileys/smiley2.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV><img src="https://forum.codejock.com/uploads/20080619_080939_MouseDB.JPG" border="0"></DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Double click&nbsp;cycle&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 19 Jun 2008 08:10:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11108&amp;PID=36991&amp;title=reportcontrol-dblclickbug#36991</guid>
  </item> 
  <item>
   <title><![CDATA[ReportControl DblClick-Bug! : Hi,  there is a unpleasantly...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11108&amp;PID=36990&amp;title=reportcontrol-dblclickbug#36990</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1570">Jebo</a><br /><strong>Subject:</strong> 11108<br /><strong>Posted:</strong> 19 June 2008 at 7:39am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>there is a unpleasantly bug in the ReportControl!</DIV><DIV>&nbsp;</DIV><DIV>If I do a DoubleClick on a row, a MouseUp-Event will give to a control "under" the ReportControl!!!</DIV><DIV>&nbsp;</DIV><DIV>Please see the attachment for more details and a better understanding!</DIV><DIV><a href="https://forum.codejock.com/uploads/20080619_073844_ReportC&#111;ntrolDb.zip" target="_blank">uploads/20080619_073844_ReportControlDb.zip</A></DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 19 Jun 2008 07:39:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11108&amp;PID=36990&amp;title=reportcontrol-dblclickbug#36990</guid>
  </item> 
 </channel>
</rss>