<?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 : Markup LIME Color Error</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Markup LIME Color Error]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 10:14:48 +0000</pubDate>
  <lastBuildDate>Thu, 29 Apr 2010 07:37:28 +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=16646</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[Markup LIME Color Error : Thanks Oleg,a) UniformGrid is...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16646&amp;PID=58273&amp;title=markup-lime-color-error#58273</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=233">jimmy</a><br /><strong>Subject:</strong> 16646<br /><strong>Posted:</strong> 29 April 2010 at 7:37am<br /><br />Thanks Oleg,<br><br>a) UniformGrid is not documented.<br><br>b) in the UniformGrid sample, the Polygon draw out of his rect.<br>Change &lt;UniformGrid Columns="3"&gt; to &lt;UniformGrid Columns="2"&gt;<br>Than you see it.<br><br>&nbsp; Jimmy<br><br>]]>
   </description>
   <pubDate>Thu, 29 Apr 2010 07:37:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16646&amp;PID=58273&amp;title=markup-lime-color-error#58273</guid>
  </item> 
  <item>
   <title><![CDATA[Markup LIME Color Error : Hi,Thanks a lot. Fixed and added...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16646&amp;PID=58272&amp;title=markup-lime-color-error#58272</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 16646<br /><strong>Posted:</strong> 29 April 2010 at 7:09am<br /><br />Hi,<BR>Thanks a lot. Fixed and added to MarkupPad folder.<BR>&nbsp;<BR>btw for such Layout I replaced Grid to UniformGrid:<BR>&nbsp;<BR>&lt;Page xmlns='http://schemas.microsoft.com/winfx/2006/xaml/presentation' xmlns:x='http://schemas.microsoft.com/winfx/2006/xaml'&gt;<BR>&lt;ScrollViewer&gt;<BR>&nbsp; &lt;UniformGrid Columns = "4" HorizontalAlignment='Center' VerticalAlignment='Center'&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;TextBlock Foreground='RED' Background='WHITE' Margin='5,2,5,2' TextAlignment='Center' Text=' RED ' /&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;TextBlock Foreground='RED' Background='BLACK' Margin='5,2,5,2' TextAlignment='Center' Text=' RED ' /&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;TextBlock Foreground='WHITE' Background='RED' Margin='5,2,5,2' TextAlignment='Center' Text=' RED ' /&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;TextBlock Foreground='BLACK' Background='RED' Margin='5,2,5,2' TextAlignment='Center' Text=' RED ' /&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;TextBlock Foreground='TAN' Background='WHITE' Margin='5,2,5,2' TextAlignment='Center' Text=' TAN ' /&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;TextBlock Foreground='TAN' Background='BLACK' Margin='5,2,5,2' TextAlignment='Center' Text=' TAN ' /&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;TextBlock Foreground='WHITE' Background='TAN' Margin='5,2,5,2' TextAlignment='Center' Text=' TAN ' /&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;TextBlock Foreground='BLACK' Background='TAN' Margin='5,2,5,2' TextAlignment='Center' Text=' TAN ' /&gt;<BR>...]]>
   </description>
   <pubDate>Thu, 29 Apr 2010 07:09:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16646&amp;PID=58272&amp;title=markup-lime-color-error#58272</guid>
  </item> 
  <item>
   <title><![CDATA[Markup LIME Color Error :  Hello CJ,  a) Color LIME does...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16646&amp;PID=58270&amp;title=markup-lime-color-error#58270</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=233">jimmy</a><br /><strong>Subject:</strong> 16646<br /><strong>Posted:</strong> 29 April 2010 at 5:56am<br /><br />Hello CJ,<br><br>a) Color LIME does not work for Markup.<br>in XTPMarkupBuilder there is no return command at LIME color.<br><br>b) wish a attribute MaxRow and DefHeight for grid.RowDefinitions<br>&lt;Grid.RowDefinitions MaxRow='20' DefHeight='Auto'&gt;<br>&nbsp; &lt;RowDefinition Row=10 Height='20' /&gt;<br>&lt;/Grid.RowDefinitions&gt;<br><br>&nbsp; Jimmy<br><br>PS: Please add<br>&nbsp;<a href="uploads/20100429_055043_ColorName.zip" target="_blank">uploads/20100429_055043_ColorName.zip</a><br>to markup sample directory.<br><br>]]>
   </description>
   <pubDate>Thu, 29 Apr 2010 05:56:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16646&amp;PID=58270&amp;title=markup-lime-color-error#58270</guid>
  </item> 
 </channel>
</rss>