<?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 : XAML needs to be taken further!</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : XAML needs to be taken further!]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 17 Apr 2026 02:54:48 +0000</pubDate>
  <lastBuildDate>Fri, 08 Aug 2008 18:55:06 +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=11773</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[XAML needs to be taken further! : Creating XTP controls shouldn&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11773&amp;PID=39650&amp;title=xaml-needs-to-be-taken-further#39650</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1755">ABuenger</a><br /><strong>Subject:</strong> 11773<br /><strong>Posted:</strong> 08 August 2008 at 6:55pm<br /><br />Creating XTP controls shouldn't be done in code anymore. Instead of<br><br>reportCtrl.AddColumn(...);<br>reportCtrl.AddColumn(...);<br>...<br>reportCtrl.AddRecord(new CXTPReportRecord());<br>...<br>pRecord-&gt;AddItem(new CXTPReportRecordItemText());<br><br>it would be much better if I could have a XAML file with markup:<br><br>&lt;xtp:ReportControl&gt;<br>&nbsp;&nbsp; &lt;xtp:ReportControl:Column /&gt;<br>&nbsp;&nbsp; &lt;xtp:ReportControl:Column /&gt;<br><br>&nbsp;&nbsp; &lt;xtp:ReportControl:Record&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;xtp:ReportControl:RecordItemText /&gt;<br>&nbsp;&nbsp; &lt;/xtp:ReportControl:Record&gt;<br><br>&lt;/xtp:ReportControl&gt;<br><br><br>This should be supported by all your controls. This would also make the transition from MFC to your WinForms or WPF controls much easier.<br><br>]]>
   </description>
   <pubDate>Fri, 08 Aug 2008 18:55:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11773&amp;PID=39650&amp;title=xaml-needs-to-be-taken-further#39650</guid>
  </item> 
 </channel>
</rss>