<?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 : problem with Edit&#079;nClick + ComboButt&#111;n</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : problem with Edit&#079;nClick + ComboButt&#111;n]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 15 Apr 2026 01:43:24 +0000</pubDate>
  <lastBuildDate>Mon, 05 Jun 2006 09:18:47 +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=4274</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[problem with Edit&#079;nClick + ComboButt&#111;n : OK, its fixed in 2006 Q2. ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4274&amp;PID=13382&amp;title=problem-with-editonclick-combobutton#13382</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2036">Kukis</a><br /><strong>Subject:</strong> 4274<br /><strong>Posted:</strong> 05 June 2006 at 9:18am<br /><br />OK, its fixed in 2006 Q2. <IMG src="http://forum.codejock.com/smileys/smiley17.gif" border="0">]]>
   </description>
   <pubDate>Mon, 05 Jun 2006 09:18:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4274&amp;PID=13382&amp;title=problem-with-editonclick-combobutton#13382</guid>
  </item> 
  <item>
   <title><![CDATA[problem with Edit&#079;nClick + ComboButt&#111;n : Thanks for reporting this bug,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4274&amp;PID=13187&amp;title=problem-with-editonclick-combobutton#13187</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 4274<br /><strong>Posted:</strong> 26 May 2006 at 3:27pm<br /><br />Thanks for reporting this bug, it will be fixed with the next version of the toolkit.<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Fri, 26 May 2006 15:27:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4274&amp;PID=13187&amp;title=problem-with-editonclick-combobutton#13187</guid>
  </item> 
  <item>
   <title><![CDATA[problem with Edit&#079;nClick + ComboButt&#111;n : Strange behaviour can be monitored...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4274&amp;PID=13126&amp;title=problem-with-editonclick-combobutton#13126</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2036">Kukis</a><br /><strong>Subject:</strong> 4274<br /><strong>Posted:</strong> 24 May 2006 at 12:42pm<br /><br /><DIV>Strange behaviour can be monitored when column is not editable but has combo button attached and <FONT size=2>whole report is made not editable with the single click.</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>This behaviour can be checked in the ReportControl.ReportSample.exe&nbsp;example&nbsp;with the addition of&nbsp;<FONT size=2>wndReport.EditOnClick(FALSE); </FONT></FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2><FONT color=#0000ff size=2><P>int</FONT><FONT size=2> CTaskListView::OnCreate(LPCREATESTRUCT lpCreateStruct)</FONT></P><P><FONT size=2>{</FONT></P><P><FONT size=2>.......</FONT></P><FONT size=2><FONT size=2><P>pColumnImportance-&gt;GetEditOptions()-&gt;AddConstraint(_T(</FONT><FONT color=#800000 size=2>"Low"</FONT><FONT size=2>), taskImportanceLow);</P><P>pColumnImportance-&gt;GetEditOptions()-&gt;AddConstraint(_T(</FONT><FONT color=#800000 size=2>"Normal"</FONT><FONT size=2>), taskImportanceNormal);</P><P>pColumnImportance-&gt;GetEditOptions()-&gt;AddConstraint(_T(</FONT><FONT color=#800000 size=2>"High"</FONT><FONT size=2>), taskImportanceHigh);</P><P>pColumnImportance-&gt;GetEditOptions()-&gt;m_bAllowEdit = FALSE;</P><P>pColumnImportance-&gt;GetEditOptions()-&gt;AddComboButton();</P><P>.......</P><FONT size=2><P>wndReport.EditOnClick(FALSE);</P><P>wndReport.AllowEdit(TRUE);</P><P>wndReport.FocusSubItems(TRUE);</P><P>.......</P><P>}</P><P><FONT size=2>Constraints list box appears and disappears immediately&nbsp;when p<FONT size=2>ColumnImportance column is double clicked</FONT>. So its quite difficult to make a selection in this case. Any suggestions how to overcome this problem?</P></FONT></FONT></FONT></FONT></FONT></DIV>]]>
   </description>
   <pubDate>Wed, 24 May 2006 12:42:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4274&amp;PID=13126&amp;title=problem-with-editonclick-combobutton#13126</guid>
  </item> 
 </channel>
</rss>