<?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 : Indicate Combo present as cell&#039;s in-place control</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Indicate Combo present as cell&#039;s in-place control]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 15 May 2026 07:11:34 +0000</pubDate>
  <lastBuildDate>Fri, 28 Aug 2009 10:46:39 +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=13803</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[Indicate Combo present as cell&#039;s in-place control : It is 13.2 feature - look in current...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13803&amp;PID=52525&amp;title=indicate-combo-present-as-cells-inplace-control#52525</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 13803<br /><strong>Posted:</strong> 28 August 2009 at 10:46am<br /><br />It is 13.2 feature - look in current source updates&nbsp; - <a href="https://forum.codejock.com/uploads/DemoVersi&#111;n/ReportC&#111;ntrolMFCUpdated.rar" target="_blank">https://forum.codejock.com/uploads/DemoVersion/ReportControlMFCUpdated.rar</A>]]>
   </description>
   <pubDate>Fri, 28 Aug 2009 10:46:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13803&amp;PID=52525&amp;title=indicate-combo-present-as-cells-inplace-control#52525</guid>
  </item> 
  <item>
   <title><![CDATA[Indicate Combo present as cell&#039;s in-place control : Also, can you have both an icon...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13803&amp;PID=52517&amp;title=indicate-combo-present-as-cells-inplace-control#52517</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3709">ReyesRP</a><br /><strong>Subject:</strong> 13803<br /><strong>Posted:</strong> 28 August 2009 at 9:41am<br /><br /><P>Also, can you have both an icon and the in-place button then?</P><DIV>I seem to recall that in the pre-markup version of the control that you could only have one icon in a cell, so I used up that icon when I added the icon to represent the combo button. </DIV><DIV>&nbsp;</DIV><DIV>So, now could I have a left aligned icon and the combo button shown in a cell at the same time?</DIV><DIV>&nbsp;</DIV><DIV>I imagine this could be done with markup as well, but with schedules being what they are, I have not had time to experiment with that much... </DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 28 Aug 2009 09:41:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13803&amp;PID=52517&amp;title=indicate-combo-present-as-cells-inplace-control#52517</guid>
  </item> 
  <item>
   <title><![CDATA[Indicate Combo present as cell&#039;s in-place control : Was this also added to the MFC...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13803&amp;PID=52516&amp;title=indicate-combo-present-as-cells-inplace-control#52516</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3709">ReyesRP</a><br /><strong>Subject:</strong> 13803<br /><strong>Posted:</strong> 28 August 2009 at 9:32am<br /><br /><P>Was this also added to the MFC version? If so, in what version of the library? I'm not seeing it in the 13.1 CXTPReportPaintManager.</P><DIV>I have been using the icon / resize in-place control trick for years, but if that is now built in I can remove that code from my derived version of the control.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 28 Aug 2009 09:32:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13803&amp;PID=52516&amp;title=indicate-combo-present-as-cells-inplace-control#52516</guid>
  </item> 
  <item>
   <title><![CDATA[Indicate Combo present as cell&#039;s in-place control : You can use now new modewndRep...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13803&amp;PID=51772&amp;title=indicate-combo-present-as-cells-inplace-control#51772</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 13803<br /><strong>Posted:</strong> 08 August 2009 at 12:01pm<br /><br />You can use now &nbsp;new mode&nbsp;<FONT color=#ff0000>wndReportControl.PaintManager.ShowNonActiveInPlaceButton = True</FONT><DIV>all in-place controls setted as inside cell (e.g. use&nbsp;<FONT color=#ff0000>Column.EditOptions.AddComboButton True</FONT>) will show inplacer always (in active and non-active mode)</DIV><DIV>No need for custom icons<BR></DIV>]]>
   </description>
   <pubDate>Sat, 08 Aug 2009 12:01:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13803&amp;PID=51772&amp;title=indicate-combo-present-as-cells-inplace-control#51772</guid>
  </item> 
  <item>
   <title><![CDATA[Indicate Combo present as cell&#039;s in-place control : It was already fixed bug(fixed...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13803&amp;PID=47691&amp;title=indicate-combo-present-as-cells-inplace-control#47691</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 13803<br /><strong>Posted:</strong> 08 April 2009 at 2:39pm<br /><br />It was already fixed bug&nbsp;(fixed couple days before only - Mike was a hero who found it!)&nbsp;- try run again from same link - now&nbsp;inplace editor&nbsp;properly&nbsp;located from very beginning of item&nbsp;rectangle. (Again - bug was not related to&nbsp;extra&nbsp;icon of item - in was wrong in-place editor&nbsp;positioning). Recebt ActiveX also&nbsp;has same fix&nbsp; ]]>
   </description>
   <pubDate>Wed, 08 Apr 2009 14:39:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13803&amp;PID=47691&amp;title=indicate-combo-present-as-cells-inplace-control#47691</guid>
  </item> 
  <item>
   <title><![CDATA[Indicate Combo present as cell&#039;s in-place control : Alaslittle relation, sorry for...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13803&amp;PID=47690&amp;title=indicate-combo-present-as-cells-inplace-control#47690</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5135">keepITcool</a><br /><strong>Subject:</strong> 13803<br /><strong>Posted:</strong> 08 April 2009 at 12:22pm<br /><br />Alas&nbsp;little relation, sorry for that. Regarding your icon method:&nbsp; When i tried it I have a problem with the aligment of the edited text which shows up &nbsp;double. I'll try to explain: The icon is right-aligned. The "original" text is left aligned, but when i press the dropdown the "edit text" is (LEFT!) indented for the width of the icon.<DIV>&nbsp;</DIV><DIV>I'm new to the ReportControl. Evaluating&nbsp;migration from 10Tec's Igrid... looks very promising.</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 08 Apr 2009 12:22:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13803&amp;PID=47690&amp;title=indicate-combo-present-as-cells-inplace-control#47690</guid>
  </item> 
  <item>
   <title><![CDATA[Indicate Combo present as cell&#039;s in-place control : May be but how this related to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13803&amp;PID=47683&amp;title=indicate-combo-present-as-cells-inplace-control#47683</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 13803<br /><strong>Posted:</strong> 08 April 2009 at 9:28am<br /><br /><DIV>May be but how this related to added icon? But thank you - it was a bug in sample:</DIV><FONT color=#0000ff size=2><P>void</FONT><FONT size=2> CTaskRecord::GetItemMetrics(XTP_REPORTRECORDITEM_DRAWARGS* pDrawArgs, XTP_REPORTRECORDITEM_METRICS* pItemMetrics){</P><P>CTaskListView* pView = DYNAMIC_DOWNCAST(CTaskListView, pDrawArgs-&gt;pControl-&gt;GetParent());</P><P></FONT><FONT color=#0000ff size=2>if</FONT><FONT size=2> (!pView) </FONT><FONT color=#0000ff size=2>return</FONT><FONT size=2>; == THIS LINE WAS MISSING</P><P></FONT><FONT color=#0000ff size=2>if</FONT><FONT size=2> (pView-&gt;GetReportCtrl().IsIconView())</P><DIV></DIV><P>&nbsp;</P><P>You can get update of static app from same link as before</FONT></P>]]>
   </description>
   <pubDate>Wed, 08 Apr 2009 09:28:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13803&amp;PID=47683&amp;title=indicate-combo-present-as-cells-inplace-control#47683</guid>
  </item> 
  <item>
   <title><![CDATA[Indicate Combo present as cell&#039;s in-place control : Your example crashed in ControlTest/HeaderFooter...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13803&amp;PID=47676&amp;title=indicate-combo-present-as-cells-inplace-control#47676</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5135">keepITcool</a><br /><strong>Subject:</strong> 13803<br /><strong>Posted:</strong> 08 April 2009 at 5:46am<br /><br />Your example crashed in ControlTest/HeaderFooter Test.<DIV></DIV>I've experienced similar crashes, with&nbsp;incomplete records.]]>
   </description>
   <pubDate>Wed, 08 Apr 2009 05:46:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13803&amp;PID=47676&amp;title=indicate-combo-present-as-cells-inplace-control#47676</guid>
  </item> 
  <item>
   <title><![CDATA[Indicate Combo present as cell&#039;s in-place control : Add extra image to your image...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13803&amp;PID=47110&amp;title=indicate-combo-present-as-cells-inplace-control#47110</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 13803<br /><strong>Posted:</strong> 25 March 2009 at 10:27am<br /><br />Add extra image to your image list with combobox-like triangle arrow <DIV>Add simple code while adding items to new record</DIV><DIV>&nbsp;&nbsp; Set Item = Record.AddItem(Status)<BR>&nbsp;&nbsp;&nbsp; Item.Icon = 11<BR>&nbsp;&nbsp;&nbsp; Item.Alignment = xtpAlignmentIconRight<BR>&nbsp; Now you will always see Combox-like arrow in non-active cell</DIV><DIV>Same for other buttons - just use related images (e.g. &#091;...&#093;)</DIV><DIV>&nbsp;</DIV><DIV>See static app <a href="https://forum.codejock.com/uploads/DemoVersi&#111;n/ReportSampleSatic.rar" target="_blank">https://forum.codejock.com/uploads/DemoVersion/ReportSampleSatic.rar</A>&nbsp;(open Task...)</DIV>]]>
   </description>
   <pubDate>Wed, 25 Mar 2009 10:27:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13803&amp;PID=47110&amp;title=indicate-combo-present-as-cells-inplace-control#47110</guid>
  </item> 
 </channel>
</rss>