<?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 : [solved] Alignment of skinned radio buttons</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : [solved] Alignment of skinned radio buttons]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 08 Jun 2026 12:00:36 +0000</pubDate>
  <lastBuildDate>Mon, 05 Sep 2016 12:29: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=23114</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[[solved] Alignment of skinned radio buttons :   MacW wrote:I can confirm that...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23114&amp;PID=75057&amp;title=solved-alignment-of-skinned-radio-buttons#75057</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8730">olebed</a><br /><strong>Subject:</strong> 23114<br /><strong>Posted:</strong> 05 September 2016 at 12:29pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by MacW" alt="Originally posted by MacW" style="vertical-align: text-bottom;" /> <strong>MacW wrote:</strong><br /><br />I can confirm that this fix solves the problem.</td></tr></table><br>Glad to hear!&nbsp;<img src="http://forum.codejock.com/smileys/smiley1.gif" border="0" alt="Smile" title="Smile" /><br><br><span style="line-height: 16.8px;"><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by MacW" alt="Originally posted by MacW" style="vertical-align: text-bottom;" /> <strong>MacW wrote:</strong><br /><br /></span><span style="line-height: 16.8px;">No&nbsp;</span><span style="line-height: 16.8px;">XTP_DPI_Y in that method,...</span><span style="line-height: 16.8px;"></td></tr></table>&nbsp;</span><br style="line-height: 16.8px;"><span style="line-height: 16.8px;">Maybe it was our&nbsp;</span><span style="font-family: arial, sans-serif; font-size: 13px; line-height: normal; white-space: nowrap;">interim fix.</span>]]>
   </description>
   <pubDate>Mon, 05 Sep 2016 12:29:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23114&amp;PID=75057&amp;title=solved-alignment-of-skinned-radio-buttons#75057</guid>
  </item> 
  <item>
   <title><![CDATA[[solved] Alignment of skinned radio buttons : Hello Oleksander,I can confirm...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23114&amp;PID=75055&amp;title=solved-alignment-of-skinned-radio-buttons#75055</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3104">MacW</a><br /><strong>Subject:</strong> 23114<br /><strong>Posted:</strong> 05 September 2016 at 12:21pm<br /><br />Hello Oleksander,<br><br>I can confirm that this fix solves the problem. No <span style="line-height: 16.8px;">XTP_DPI_Y in that method, but I removed all </span><br><span style="line-height: 16.8px;">XTP_DPI calls and changed the CSize... initialization with success.<br><br>Thanks!<br></span>]]>
   </description>
   <pubDate>Mon, 05 Sep 2016 12:21:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23114&amp;PID=75055&amp;title=solved-alignment-of-skinned-radio-buttons#75055</guid>
  </item> 
  <item>
   <title><![CDATA[[solved] Alignment of skinned radio buttons : Hello MacW,I&amp;#039;m glad to inform...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23114&amp;PID=75049&amp;title=solved-alignment-of-skinned-radio-buttons#75049</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8730">olebed</a><br /><strong>Subject:</strong> 23114<br /><strong>Posted:</strong> 03 September 2016 at 12:50pm<br /><br />Hello MacW,<br><br>I'm glad to inform you that the issue has already been fixed as part of&nbsp;<span style="line-height: 16.8px; : rgb248, 248, 252;"><a href="http://forum.codejock.com/forum_posts.asp?TID=23008&amp;PID=74738&amp;title=v1720-bug-in-skinned-tabs-and-edit#74738" rel="nofollow">gripper in skinned StatusBar</a>.&nbsp;</span><br><br><span style="line-height: 16.8px;">Delete in method&nbsp;CXTPSkinManagerSchema::DrawThemeBackground() &nbsp;all&nbsp;XTP_DPI and&nbsp;XTP_DPI_Y. Then change<table width="99%"><tr><td><pre class="BBcode">&nbsp; &nbsp; &nbsp; &nbsp;CSize szDest(sz);</span><br style="line-height: 16.8px;"><span style="line-height: 16.8px;">to</span><br style="line-height: 16.8px;"><span style="line-height: 16.8px;">&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;</span><span style="line-height: 16.8px;">CSize szDest(XTP_DPI(sz));</span><span style="line-height: 16.8px;"></pre></td></tr></table></span><br style="line-height: 16.8px;"><span style="line-height: 16.8px;">Regards,</span><br style="line-height: 16.8px;"><span style="line-height: 16.8px;">&nbsp;Oleksandr Lebed</span>]]>
   </description>
   <pubDate>Sat, 03 Sep 2016 12:50:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23114&amp;PID=75049&amp;title=solved-alignment-of-skinned-radio-buttons#75049</guid>
  </item> 
  <item>
   <title><![CDATA[[solved] Alignment of skinned radio buttons : It seems that on monitors with...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23114&amp;PID=75043&amp;title=solved-alignment-of-skinned-radio-buttons#75043</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3104">MacW</a><br /><strong>Subject:</strong> 23114<br /><strong>Posted:</strong> 02 September 2016 at 10:06am<br /><br />It seems that on monitors with more than 96 DPI (144 in this case) the text alignment for radio buttons and check boxes in skinned dialog boxes is off. <br><br>Vertical alignment is offet by few pixels, not enough space between the radio button / check box icon and the text. Tested with the most recent version to XTP.<br><br><br><img src="uploads/3104/cjradio.jpg" height="120" width="68" border="0" /><br>]]>
   </description>
   <pubDate>Fri, 02 Sep 2016 10:06:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23114&amp;PID=75043&amp;title=solved-alignment-of-skinned-radio-buttons#75043</guid>
  </item> 
 </channel>
</rss>