<?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 : Showstopper: XAML rendering changed with XTP17</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Showstopper: XAML rendering changed with XTP17]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 19 Apr 2026 20:03:21 +0000</pubDate>
  <lastBuildDate>Mon, 26 Oct 2015 21:53:54 +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=22751</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[Showstopper: XAML rendering changed with XTP17 : Hithis bug is blocking all kinds...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22751&amp;PID=74066&amp;title=showstopper-xaml-rendering-changed-with-xtp17#74066</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2967">adrien</a><br /><strong>Subject:</strong> 22751<br /><strong>Posted:</strong> 26 October 2015 at 9:53pm<br /><br />Hi<div><br></div><div>this bug is blocking all kinds of things here, can you post a fix please so we can patch our XTP, or let us know when we can expect a fixed release?</div>]]>
   </description>
   <pubDate>Mon, 26 Oct 2015 21:53:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22751&amp;PID=74066&amp;title=showstopper-xaml-rendering-changed-with-xtp17#74066</guid>
  </item> 
  <item>
   <title><![CDATA[Showstopper: XAML rendering changed with XTP17 : Thank you for reporting this....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22751&amp;PID=74010&amp;title=showstopper-xaml-rendering-changed-with-xtp17#74010</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8199">astoyan</a><br /><strong>Subject:</strong> 22751<br /><strong>Posted:</strong> 12 October 2015 at 2:45pm<br /><br />Thank you for reporting this. Both problems have been addressed and fixed.<div>Regards,</div><div>&nbsp; Alexander Stoyan</div>]]>
   </description>
   <pubDate>Mon, 12 Oct 2015 14:45:50 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22751&amp;PID=74010&amp;title=showstopper-xaml-rendering-changed-with-xtp17#74010</guid>
  </item> 
  <item>
   <title><![CDATA[Showstopper: XAML rendering changed with XTP17 : Usage of res://#&amp;lt;IconNumber&amp;gt;...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22751&amp;PID=74004&amp;title=showstopper-xaml-rendering-changed-with-xtp17#74004</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7972">BeeJay</a><br /><strong>Subject:</strong> 22751<br /><strong>Posted:</strong> 09 October 2015 at 5:56am<br /><br />Usage of res://#&lt;IconNumber&gt; throws exception in XTP17 (XTP16.4 it works well)<br><br><font face="Courier New, Courier, mono">&lt;Image Grid.Column='1' Margin='6, 6, 6, 6' Source='res://#123'/&gt;")<br></font><br>(the resource icon with ID 123 does exist in our .exe, of course)<br><br>MarkupPad 17 Beta3 crashes.<br><br>Reason:<br><br>BOOL CXTPMarkupGdiPlusImage::LoadIcon(const XTP_URI&amp; uri, int nWidth)<br>{<br>&#091;...&#093;<br>&nbsp; &nbsp; if( lpszResource&#091;0&#093; == _T('#'))<br>&#091;...&#093;<br><br>crashes in this case when lpszResource is not a real LPCTSTR but contains a MAKEINTRESOURCE value (see by ParseResUri).<br><br>The code must be fixed as follows:<br><br>&nbsp;&nbsp; if (!IS_INTRESOURCE(lpszResource) &amp;&amp; lpszResource&#091;0&#093; == _T('#'))<br><br><br>]]>
   </description>
   <pubDate>Fri, 09 Oct 2015 05:56:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22751&amp;PID=74004&amp;title=showstopper-xaml-rendering-changed-with-xtp17#74004</guid>
  </item> 
  <item>
   <title><![CDATA[Showstopper: XAML rendering changed with XTP17 : XTP17 Beta-3 renders differently...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22751&amp;PID=74003&amp;title=showstopper-xaml-rendering-changed-with-xtp17#74003</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7972">BeeJay</a><br /><strong>Subject:</strong> 22751<br /><strong>Posted:</strong> 09 October 2015 at 5:12am<br /><br />XTP17 Beta-3 renders differently than XTP 16.4:<br><br><img src="uploads/7972/Screenshot-2015-10-09-10-56-09.png" height="104" width="1352" border="0" /><br><br>(it seems to use another font than the control's UI font)<br><br>here is the markup code<br><a href="uploads/7972/Markup.zip" target="_blank" rel="nofollow">uploads/7972/Markup.zip</a><br>]]>
   </description>
   <pubDate>Fri, 09 Oct 2015 05:12:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22751&amp;PID=74003&amp;title=showstopper-xaml-rendering-changed-with-xtp17#74003</guid>
  </item> 
 </channel>
</rss>