<?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 : BUG: PlusMin</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : BUG: PlusMin]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 19 Apr 2026 21:56:31 +0000</pubDate>
  <lastBuildDate>Tue, 21 Apr 2015 22:01:58 +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=22227</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[BUG: PlusMin : Hello,I&amp;#039;m glad to inform...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22227&amp;PID=73307&amp;title=bug-plusmin#73307</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8199">astoyan</a><br /><strong>Subject:</strong> 22227<br /><strong>Posted:</strong> 21 April 2015 at 10:01pm<br /><br />Hello,<div><br></div><div>I'm glad to inform you that the upcoming version 17.0 will have full DPI support for the majority of components, including Ribbon, Command Bars, Controls, Docking Pane, Task Panel, TabManager, Shortcut Bar, Markup, which will already be available in 17.0 beta scheduled for release in a few weeks. DPI support for other components is under development now and most likely will be added with the next update. Please stay tuned to our updates and once 17.0 beta is out we appreciate a thorough testing and reporting the problems.</div><div><br></div><div>Thank you.</div><div>Regards,</div><div>&nbsp; Alexander Stoyan</div>]]>
   </description>
   <pubDate>Tue, 21 Apr 2015 22:01:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22227&amp;PID=73307&amp;title=bug-plusmin#73307</guid>
  </item> 
  <item>
   <title><![CDATA[BUG: PlusMin : Alex,I just got a 4k monitor and...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22227&amp;PID=73024&amp;title=bug-plusmin#73024</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3213">rdhd</a><br /><strong>Subject:</strong> 22227<br /><strong>Posted:</strong> 06 January 2015 at 2:00pm<br /><br />Alex,<br><br>I just got a 4k monitor and am looking into issues we are seeing. I don't yet know if this helps by the CXTPRibbonbar::GetIconSize method calls CXTPCommandBar::GetAutoIconSize. We have been supporting "2x" button sizes and we get the PaintManager and set the m_bAutoResizeIcons member to true. CJ sees that and gets the control height, which depends on the m_nTextHeight, which we also set when applying the 2x button size setting.<br><br>I see that if m_bAutoResizeIcons is false, CJ returns either 32X32 or 16X16 as the size.<br><br>You might be able to override GetIconSize on the ribbon bar and return a size based on the monitor. Of course the question is which monitor (I have two HD and one ultra HD (4k) config on my desktop) should be used as I may or may not have my frame span multiple monitors.<br><br>Luckily GetIconSize is virtual. Bad luck though as GetAutoIconSize is not virtual on the command bar or paint manager classes (we use our own paint manager in certain cases).<br><br>Perhaps the key is picking the right value for CXTPPaintManger::m_nTextHeight in which case CXTPPaintManger::GetAutoIconSize will return 48X48. I may just override GetIconSize and return that just to see what happens.<br>]]>
   </description>
   <pubDate>Tue, 06 Jan 2015 14:00:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22227&amp;PID=73024&amp;title=bug-plusmin#73024</guid>
  </item> 
  <item>
   <title><![CDATA[BUG: PlusMin : These issues have been addressed...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22227&amp;PID=72570&amp;title=bug-plusmin#72570</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1">kstowell</a><br /><strong>Subject:</strong> 22227<br /><strong>Posted:</strong> 25 June 2014 at 11:53pm<br /><br />These issues have been addressed with v16.3.1.]]>
   </description>
   <pubDate>Wed, 25 Jun 2014 23:53:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22227&amp;PID=72570&amp;title=bug-plusmin#72570</guid>
  </item> 
  <item>
   <title><![CDATA[BUG: PlusMin : Edit: v16.3.1 appears to resolve...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22227&amp;PID=72537&amp;title=bug-plusmin#72537</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8721">codewriter</a><br /><strong>Subject:</strong> 22227<br /><strong>Posted:</strong> 12 June 2014 at 2:33pm<br /><br /><div>Edit: v16.3.1 appears to resolve this.</div><div><br></div>Hi,<div><br></div><div>We are running into the same problem with icons of the tree control being vertically stretched on high DPI machines. Is there any official word from Codejock on this?</div><div>This started happening after upgrading from version 13.4.2 to 16.1.0.</div><div><br></div><div>Thanks,</div><div>Ajay</div>]]>
   </description>
   <pubDate>Thu, 12 Jun 2014 14:33:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22227&amp;PID=72537&amp;title=bug-plusmin#72537</guid>
  </item> 
  <item>
   <title><![CDATA[BUG: PlusMin : Hi,I&amp;#039;d like also to know...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22227&amp;PID=72331&amp;title=bug-plusmin#72331</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=903">Alex G.</a><br /><strong>Subject:</strong> 22227<br /><strong>Posted:</strong> 07 March 2014 at 1:07pm<br /><br />Hi,<br /><br /><strong>I'd like also to know if this on the feature list for the next release</strong><br /><br />4k monitors are gettings cheaper and cheaper, high DPI laptops are also getting in the field.<br /><br />I think there's work to do for the Codejock team.<br /><br />It's simple to test what's not working (yet).<br /><br />You need to play with the settings here:<br /><br /><img src="uploads/903/HighDPI.png" border="0" /><br /><br />What about the ribbon bar ? How could I use larger icons there ? <br />I have testet it with 48x48 icons, they were disregarded.<br /><br />Imagine you have more than 1 monitor. One 4k display with different sizing options like a 'standard' full HD monitor. <br />It would be nice if the applications gui would adapt to the actual monitors settings if you move the application around.<br /><br />At least the drawing of a tree control can be 'solved'.<br /><br />In CRect CXTPTreeBase::GetExpandCollapseIconRect(CDC *pDC, HTREEITEM hItem)<br /><br />just before the function returns, add this block:<br /><br />int&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cy = (rcExpandCollapse.bottom + rcExpandCollapse.top) / 2;<br />int&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;hy = (rcExpandCollapse.right - rcExpandCollapse.left) / 2;<br />rcExpandCollapse.top = cy - hy - 1;<br />rcExpandCollapse.bottom = cy + hy;<br /><br />Best regards,<br />Alex<br /><br /><a href="http://www.ankhor.com" target="_blank" rel="nofollow">ANKHOR Software GmbH</a>]]>
   </description>
   <pubDate>Fri, 07 Mar 2014 13:07:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22227&amp;PID=72331&amp;title=bug-plusmin#72331</guid>
  </item> 
  <item>
   <title><![CDATA[BUG: PlusMin : After updating to XTP 13.3, tree...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22227&amp;PID=72301&amp;title=bug-plusmin#72301</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3104">MacW</a><br /><strong>Subject:</strong> 22227<br /><strong>Posted:</strong> 01 March 2014 at 1:14pm<br /><br />After updating to XTP 13.3, tree controls derived from CXPTreeCtrl suddenly show stretched + and - icons and hitting them with the mouse is difficult. Apparently this happens on customer systems which use screen DPI settings different from 100%.<br><img src="uploads/3104/ic&#111;n.jpg" height="273" width="233" border="0" /><br><br>I have reported several bugs over the past week (!) via this forum and also via the official customer-only (I PAY for my licenses) channels. So far not even a blib from Codejock. Are these response times normal? If I would not respond to client emails for a week my clients would kill me (literally).<br><br><br><br>]]>
   </description>
   <pubDate>Sat, 01 Mar 2014 13:14:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22227&amp;PID=72301&amp;title=bug-plusmin#72301</guid>
  </item> 
 </channel>
</rss>