<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>Silverlight Hebrew &amp; Arabic Language Support</title><link>http://silverlightrtl.codeplex.com/project/feeds/rss</link><description>Bidirectional input support for Silverlight. Custom extension with classes, allows correct Hebrew and Arabic input and output for Silverlight controls.</description><item><title>Source code checked in, #96133</title><link>http://silverlightrtl.codeplex.com/SourceControl/changeset/changes/96133</link><description>Upgrade&amp;#58; New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link&amp;#58; http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;254563</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:40:31 GMT</pubDate><guid isPermaLink="false">Source code checked in, #96133 20121001094031P</guid></item><item><title>Source code checked in, #96132</title><link>http://silverlightrtl.codeplex.com/SourceControl/changeset/changes/96132</link><description>Checked in by server upgrade</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:33:03 GMT</pubDate><guid isPermaLink="false">Source code checked in, #96132 20121001093303P</guid></item><item><title>New Post: RTL support for WindowsPhone7(WP7)</title><link>http://silverlightrtl.codeplex.com/Thread/View.aspx?ThreadId=233979</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Miscrosoft released SL4 with full support for RTL but at the same time released WP7 with no RTL support at all.&lt;/p&gt;
&lt;p&gt;Is there any chance you could create a version for WP7 that is working?&lt;/p&gt;
&lt;/div&gt;</description><author>RandallFlagg</author><pubDate>Tue, 09 Nov 2010 04:20:42 GMT</pubDate><guid isPermaLink="false">New Post: RTL support for WindowsPhone7(WP7) 20101109042042A</guid></item><item><title>Source code checked in, #63489</title><link>http://silverlightrtl.codeplex.com/SourceControl/changeset/changes/63489</link><description>Checked in by server upgrade</description><author>_TFSSERVICE</author><pubDate>Tue, 27 Jul 2010 20:28:19 GMT</pubDate><guid isPermaLink="false">Source code checked in, #63489 20100727082819P</guid></item><item><title>Commented Issue: Writing 'سلام' has error in TextBox [8089]</title><link>http://silverlightrtl.codeplex.com/WorkItem/View.aspx?WorkItemId=8089</link><description>when i trying to write this word &amp;#39;&amp;#1587;&amp;#1604;&amp;#1575;&amp;#1605; &amp;#1583;&amp;#1606;&amp;#1740;&amp;#1575;&amp;#39; or &amp;#39;&amp;#1587;&amp;#1604;&amp;#1575;&amp;#1605;&amp;#39; an error occured by  this message &amp;#58;&lt;br /&gt;&lt;br /&gt;Index was out of range. Must be non-negative and less than the size of the collection.&lt;br /&gt;Parameter name&amp;#58; index&lt;br /&gt;&lt;br /&gt;   at System.ThrowHelper.ThrowArgumentOutOfRangeException&amp;#40;ExceptionArgument argument, ExceptionResource resource&amp;#41;&lt;br /&gt;   at System.ThrowHelper.ThrowArgumentOutOfRangeException&amp;#40;&amp;#41;&lt;br /&gt;   at System.Collections.Generic.List&amp;#96;1.get_Item&amp;#40;Int32 index&amp;#41;&lt;br /&gt;   at NBidi.NBidi.Paragraph.InternalCompose&amp;#40;StringBuilder target, List&amp;#96;1 char_lengths&amp;#41;&lt;br /&gt;   at NBidi.NBidi.Paragraph.NormalizeText&amp;#40;&amp;#41;&lt;br /&gt;   at NBidi.NBidi.Paragraph.set_Text&amp;#40;String value&amp;#41;&lt;br /&gt;   at NBidi.NBidi.Paragraph..ctor&amp;#40;String text&amp;#41;&lt;br /&gt;   at NBidi.NBidi.SplitStringToParagraphs&amp;#40;String logicalString&amp;#41;&lt;br /&gt;   at NBidi.NBidi.LogicalToVisual&amp;#40;String logicalString, Int32&amp;#91;&amp;#93;&amp;#38; indexes, Int32&amp;#91;&amp;#93;&amp;#38; lengths&amp;#41;&lt;br /&gt;   at NBidi.NBidi.VisualToLogicalPosition&amp;#40;String logicalOrigStringNoRLM, Int32 visualPosition&amp;#41;&lt;br /&gt;   at System.Windows.BidiControls.TextBox.onInternalTextChanged&amp;#40;Object sender, TextChangedEventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.CoreInvokeHandler.InvokeEventHandler&amp;#40;Int32 typeIndex, Delegate handlerDelegate, Object sender, Object args&amp;#41;&lt;br /&gt;   at MS.Internal.JoltHelper.FireEvent&amp;#40;IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, String eventName&amp;#41;&lt;br /&gt;&lt;br /&gt;Is There any Idea to Fix it &amp;#63;&lt;br /&gt;Thanks&lt;br /&gt;Comments: ** Comment from web user: mabdulhadi ** &lt;p&gt;I tried to fix it by downloading updated NBidi Algorithm &amp;#40;v1.2.1.1&amp;#41; from http&amp;#58;&amp;#47;&amp;#47;sourceforge.net&amp;#47;projects&amp;#47;nbidi&amp;#47; and updating the code files in Nbidi Folder of System.Windows.BidiControls. It do solve the problem of throwing exception when you write &amp;#34;&amp;#1587;&amp;#1604;&amp;#1575;&amp;#1605; &amp;#1583;&amp;#1606;&amp;#1610;&amp;#1575;&amp;#34; but unfortunately it do changes it to &amp;#34;&amp;#1587;&amp;#1604;&amp;#1605;&amp;#1575; &amp;#1583;&amp;#1606;&amp;#1610;&amp;#1575;&amp;#34;. Upon further testing I was relieved to find out that if you copy &amp;#34;&amp;#1587;&amp;#1604;&amp;#1575;&amp;#1605; &amp;#1583;&amp;#1606;&amp;#1610;&amp;#1575;&amp;#34; and paste it into a text box it shows correctly.&lt;/p&gt;&lt;p&gt;I think it is same problem as that of writing &amp;#34;&amp;#1575;&amp;#1604;&amp;#1605;&amp;#1575;&amp;#1604;&amp;#1603;&amp;#1609;&amp;#34; where you have to put a space between each &amp;#34;Alif&amp;#34; and &amp;#34;Laam&amp;#34;. &lt;/p&gt;&lt;p&gt;I am attaching updated Code. Please vote the post if you find it useful.&lt;/p&gt;&lt;p&gt;For people not having Arabic Keyboard &amp;#40;after adding standard Arabic 101 keyboard&amp;#41; can press &amp;#34;sghl &amp;#93;kdh&amp;#34; to type &amp;#34;&amp;#1587;&amp;#1604;&amp;#1575;&amp;#1605; &amp;#1583;&amp;#1606;&amp;#1610;&amp;#1575;&amp;#34;&lt;/p&gt;</description><author>mabdulhadi</author><pubDate>Sun, 21 Mar 2010 12:24:32 GMT</pubDate><guid isPermaLink="false">Commented Issue: Writing 'سلام' has error in TextBox [8089] 20100321122432P</guid></item><item><title>Commented Issue: Expression blend crashes when bidi TextBlock's TextWrapping is set to 'wrap' in XAML [8664]</title><link>http://silverlightrtl.codeplex.com/WorkItem/View.aspx?WorkItemId=8664</link><description>Hello,&lt;br /&gt;first of all- many thanks to all the contributors to this project.&lt;br /&gt;&lt;br /&gt;I think there&amp;#39;s a bug in the bidi TextBlock &amp;#40;haven&amp;#39;t tried it with other controls&amp;#41;.&lt;br /&gt;TextWrapping set to &amp;#39;wrap&amp;#39; in XAML causes Expression Blend 3 &amp;#40;EB3&amp;#41; to crash immediately upon opening that XAML file. If one tries to save it in EB3- it crashes without saving. &lt;br /&gt;Everything works fine in the application itself. No such problem in VS.&lt;br /&gt;&lt;br /&gt;worked around it by setting the TextWrapping from code.&lt;br /&gt;&lt;br /&gt;Thank you,&lt;br /&gt;&lt;br /&gt;Lior&lt;br /&gt;Comments: ** Comment from web user: Itamar ** &lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I too had this issue. After digging a bit I found the issue to be in EnumValueConverter. I&amp;#39;ve just uploaded a patch for this - see http&amp;#58;&amp;#47;&amp;#47;silverlightrtl.codeplex.com&amp;#47;SourceControl&amp;#47;PatchList.aspx, patch &amp;#35;5088.&lt;/p&gt;&lt;p&gt;Good luck.&lt;/p&gt;&lt;p&gt;Itamar.&lt;/p&gt;</description><author>Itamar</author><pubDate>Tue, 26 Jan 2010 19:19:03 GMT</pubDate><guid isPermaLink="false">Commented Issue: Expression blend crashes when bidi TextBlock's TextWrapping is set to 'wrap' in XAML [8664] 20100126071903P</guid></item><item><title>Patch Uploaded: #5088</title><link>http://silverlightrtl.codeplex.com/SourceControl/PatchList.aspx</link><description>
&lt;p&gt;&lt;a href='http://www.codeplex.com/site/users/view/Itamar'&gt;Itamar&lt;/a&gt; has uploaded a patch.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;Fixes issues with BidiControls when using Blend. StackOverflowException is thrown consistently due to round references, and this makes Expressions Blend to crash every time.&lt;br /&gt;The patch is really a one-liner in Common&amp;#47;EnumValueConverter -- where the Enum.Parse is being called explicitly instead of base.Convert.FromString. However, I&amp;#39;ve been porting some of Maxim&amp;#39;s patch work as found in patch &amp;#35;2241 &amp;#40;without his new paragraphing&amp;#41;.&lt;br /&gt;This has been tested and confirmed to work with EB3 &amp;#40;which was unable to work until this patch&amp;#41;.&lt;/p&gt;</description><author>Itamar</author><pubDate>Tue, 26 Jan 2010 19:13:03 GMT</pubDate><guid isPermaLink="false">Patch Uploaded: #5088 20100126071303P</guid></item><item><title>New Post: Arabic in Silverlight</title><link>http://silverlightrtl.codeplex.com/Thread/View.aspx?ThreadId=81894</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hello Guys,&lt;/p&gt;
&lt;p&gt;I have a problem with Arabic in Silverlight. I can not make any href or any code for that matter. How do I overcome this? is there an Arabic version of SilverLight I can download? or Some kind of third party support?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>yewsef</author><pubDate>Mon, 25 Jan 2010 07:50:29 GMT</pubDate><guid isPermaLink="false">New Post: Arabic in Silverlight 20100125075029A</guid></item><item><title>Updated Wiki: Home</title><link>http://silverlightrtl.codeplex.com/wikipage?version=28</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Due to &lt;a href="http://www.silverlight.net/getstarted/silverlight-4-beta/" class="externalLink"&gt;full RTL support in Silverlight 4&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; we will not maintain this project anymore. Huge respect for all contributers&lt;/h1&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.justinangel.net/" class="externalLink"&gt;Justin-Josef Angel&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; for first implementation for Silverlight 1.1&lt;/li&gt;
&lt;li&gt;&lt;a href="http://itaibh.blogspot.com/" class="externalLink"&gt;Itai Bar-Haim&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;: For Building the &lt;a href="http://sourceforge.net/projects/nbidi/" class="externalLink"&gt;NBiDi Library&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.  A .Net implementation of the BiDi (Bi-Directional) algorithm.&lt;/li&gt;
&lt;li&gt;Yasser Makram and &lt;a href="http://santeon.com" class="externalLink"&gt;Santeon&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;: For partially implementing Arabic NBiDi support, Arabic QA and some controls.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://khason.net" class="externalLink"&gt;Tamir Khason&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;: Which is me&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blogs.microsoft.co.il/blogs/alex_golesh" class="externalLink"&gt;Alex Golesh&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;: Silverlight 3 RTW Adoptation&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>tamirk</author><pubDate>Wed, 18 Nov 2009 19:10:20 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20091118071020P</guid></item><item><title>Updated Wiki: Home</title><link>http://silverlightrtl.codeplex.com/wikipage?version=27</link><description>&lt;div class="wikidoc"&gt;!Due to &lt;a href="http://www.silverlight.net/getstarted/silverlight-4-beta/" class="externalLink"&gt;full RTL support in Silverlight 4&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; we will not maintain this project anymore. Huge respect for all contributers&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.justinangel.net/" class="externalLink"&gt;Justin-Josef Angel&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; for first implementation for Silverlight 1.1&lt;/li&gt;
&lt;li&gt;&lt;a href="http://itaibh.blogspot.com/" class="externalLink"&gt;Itai Bar-Haim&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;: For Building the &lt;a href="http://sourceforge.net/projects/nbidi/" class="externalLink"&gt;NBiDi Library&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.  A .Net implementation of the BiDi (Bi-Directional) algorithm.&lt;/li&gt;
&lt;li&gt;Yasser Makram and &lt;a href="http://santeon.com" class="externalLink"&gt;Santeon&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;: For partially implementing Arabic NBiDi support, Arabic QA and some controls.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://khason.net" class="externalLink"&gt;Tamir Khason&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;: Which is me&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blogs.microsoft.co.il/blogs/alex_golesh" class="externalLink"&gt;Alex Golesh&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;: Silverlight 3 RTW Adoptation&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>tamirk</author><pubDate>Wed, 18 Nov 2009 19:10:08 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20091118071008P</guid></item><item><title>New Post: Error With RIA services</title><link>http://silverlightrtl.codeplex.com/Thread/View.aspx?ThreadId=74779</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I'm trying to set the ItemsSource of a Datagrid to a DomainContext and i'm getting the fallowing error:&lt;/p&gt;
&lt;p&gt;&amp;quot;Enumeration has either not started or has already finished.&amp;nbsp;&amp;quot;&lt;/p&gt;
&lt;p&gt;This is my code:&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:x-small"&gt;
&lt;div style="color:Black;background-color:White"&gt;
&lt;pre&gt;EventsApp.Web.DomainLogic.EventDomainContext context = &lt;span style="color:Blue"&gt;new&lt;/span&gt; EventsApp.Web.DomainLogic.EventDomainContext();

grdEvents.ItemsSource = context.Events;

context.Load(context.GetEventsQuery());&lt;/pre&gt;
&lt;pre&gt;The code works with a ragular data:datagrid but i need support for Hebrew.&lt;/pre&gt;
&lt;/div&gt;
&lt;p style="padding-left:30px"&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;/p&gt;
&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>JonathanKr</author><pubDate>Wed, 11 Nov 2009 13:40:52 GMT</pubDate><guid isPermaLink="false">New Post: Error With RIA services 20091111014052P</guid></item><item><title>Created Issue: Data Validation [9098]</title><link>http://silverlightrtl.codeplex.com/WorkItem/View.aspx?WorkItemId=9098</link><description>hello,&lt;br /&gt;i have found a bug in the TextBox control.&lt;br /&gt;when i am using DataValidation&amp;#40;using ValidationOnException&amp;#41; on this control, the behavior of the validation don&amp;#39;t occur.&lt;br /&gt;when i am using a regualr&amp;#40;non-bidi&amp;#41; TextBox the validation is working.&lt;br /&gt;&lt;br /&gt;thanks,&lt;br /&gt;haberman michael.&lt;br /&gt;</description><author>habmic</author><pubDate>Mon, 02 Nov 2009 11:49:41 GMT</pubDate><guid isPermaLink="false">Created Issue: Data Validation [9098] 20091102114941A</guid></item><item><title>New Post: Blend crashes when I use BiDi in mainpage.xaml</title><link>http://silverlightrtl.codeplex.com/Thread/View.aspx?ThreadId=73712</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I installed BiDi.&lt;/p&gt;
&lt;p&gt;It works fine when I use it in any page I create both with VWD and blend&lt;/p&gt;
&lt;p&gt;when I try t use it with mainpage.xaml it works fine in VWD but whenever I open the file with blend blend crashes.&lt;/p&gt;
&lt;p&gt;I'dd appriciate your help&lt;/p&gt;
&lt;p&gt;Uri&lt;/p&gt;&lt;/div&gt;</description><author>uripelli</author><pubDate>Sat, 31 Oct 2009 21:43:56 GMT</pubDate><guid isPermaLink="false">New Post: Blend crashes when I use BiDi in mainpage.xaml 20091031094356P</guid></item><item><title>New Post: Problem using bidi:DataGrid </title><link>http://silverlightrtl.codeplex.com/Thread/View.aspx?ThreadId=71824</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;The type initializer for 'System.Windows.BidiControls.DataGridCheckBoxColumn' threw an exception.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;the source code:&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:x-small"&gt;
&lt;p&gt;mygridHeb.ItemsSource = xmlDoc.Nodes();&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:x-small;color:#008000"&gt;&lt;span style="font-size:x-small;color:#008000"&gt;//mygrid.ItemsSource = xmlDoc.Nodes();&amp;nbsp;&amp;nbsp; //Works Fine&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:x-small;color:#008000"&gt;&lt;span style="font-size:x-small;color:#008000"&gt;//&lt;span style="color:#00ff00"&gt;&lt;span style="font-size:x-small;color:#0000ff"&gt;&lt;span style="font-size:x-small;color:#0000ff"&gt;&amp;lt;data:&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;color:#a31515"&gt;&lt;span style="font-size:x-small;color:#a31515"&gt;DataGrid&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;color:#ff0000"&gt;&lt;span style="font-size:x-small;color:#ff0000"&gt; Name&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;color:#0000ff"&gt;&lt;span style="font-size:x-small;color:#0000ff"&gt;=&amp;quot;mygrid&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;color:#ff0000"&gt;&lt;span style="font-size:x-small;color:#ff0000"&gt; Grid.Row&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;color:#0000ff"&gt;&lt;span style="font-size:x-small;color:#0000ff"&gt;=&amp;quot;2&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;color:#ff0000"&gt;&lt;span style="font-size:x-small;color:#ff0000"&gt; Grid.ColumnSpan&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;color:#0000ff"&gt;&lt;span style="font-size:x-small;color:#0000ff"&gt;=&amp;quot;2&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;color:#ff0000"&gt;&lt;span style="font-size:x-small;color:#ff0000"&gt; Grid.Column&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;color:#0000ff"&gt;&lt;span style="font-size:x-small;color:#0000ff"&gt;=&amp;quot;2&amp;quot;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;color:#a31515"&gt;&lt;span style="font-size:x-small;color:#a31515"&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;color:#0000ff"&gt;&lt;span style="font-size:x-small;color:#0000ff"&gt;&amp;lt;/data:&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;color:#a31515"&gt;&lt;span style="font-size:x-small;color:#a31515"&gt;DataGrid&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;color:#0000ff"&gt;&lt;span style="font-size:x-small;color:#0000ff"&gt;&amp;gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;span style="font-size:x-small;color:#a31515"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:x-small;color:#0000ff"&gt;&lt;span style="font-size:x-small;color:#0000ff"&gt;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;color:#a31515"&gt;&lt;span style="font-size:x-small;color:#a31515"&gt;bidi&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;color:#0000ff"&gt;&lt;span style="font-size:x-small;color:#0000ff"&gt;:&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;color:#a31515"&gt;&lt;span style="font-size:x-small;color:#a31515"&gt;DataGrid&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;color:#ff0000"&gt;&lt;span style="font-size:x-small;color:#ff0000"&gt; Name&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;color:#0000ff"&gt;&lt;span style="font-size:x-small;color:#0000ff"&gt;=&amp;quot;mygridHeb&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;color:#ff0000"&gt;&lt;span style="font-size:x-small;color:#ff0000"&gt; Grid.Row&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;color:#0000ff"&gt;&lt;span style="font-size:x-small;color:#0000ff"&gt;=&amp;quot;2&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;color:#ff0000"&gt;&lt;span style="font-size:x-small;color:#ff0000"&gt; Grid.ColumnSpan&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;color:#0000ff"&gt;&lt;span style="font-size:x-small;color:#0000ff"&gt;=&amp;quot;2&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;color:#ff0000"&gt;&lt;span style="font-size:x-small;color:#ff0000"&gt; Grid.Column&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;color:#0000ff"&gt;&lt;span style="font-size:x-small;color:#0000ff"&gt;=&amp;quot;2&amp;quot;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;color:#a31515"&gt;&lt;span style="font-size:x-small;color:#a31515"&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;color:#0000ff"&gt;&lt;span style="font-size:x-small;color:#0000ff"&gt;&amp;lt;/&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;color:#a31515"&gt;&lt;span style="font-size:x-small;color:#a31515"&gt;bidi&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;color:#0000ff"&gt;&lt;span style="font-size:x-small;color:#0000ff"&gt;:&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;color:#a31515"&gt;&lt;span style="font-size:x-small;color:#a31515"&gt;DataGrid&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;color:#0000ff"&gt;&lt;span style="font-size:x-small;color:#0000ff"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#0000ff"&gt;can any one help?&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><author>antongenis</author><pubDate>Tue, 13 Oct 2009 15:00:39 GMT</pubDate><guid isPermaLink="false">New Post: Problem using bidi:DataGrid  20091013030039P</guid></item><item><title>Reviewed: Silverlight 3 BiDi support (اكتوبر 03, 2009)</title><link>http://silverlightrtl.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=30010#ReviewBy-abdkok</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - Thanks. Very good support</description><author>abdkok</author><pubDate>Sat, 03 Oct 2009 12:44:55 GMT</pubDate><guid isPermaLink="false">Reviewed: Silverlight 3 BiDi support (اكتوبر 03, 2009) 20091003124455P</guid></item><item><title>New Post: How to install Bidicontrols downloads</title><link>http://silverlightrtl.codeplex.com/Thread/View.aspx?ThreadId=66230</link><description>&lt;div style="line-height: normal;"&gt;&lt;ol&gt;
&lt;li&gt;Unzip the package into your favorite location, say &lt;em&gt;C:\Program Files\Microsoft SDKs\Silverlight\v3.0\Libraries\BiDi&lt;/em&gt;.&lt;/li&gt;
&lt;li&gt;Add the reference to BidiControls.dll into your VS or Blend project and ensure its &amp;quot;Copy Local&amp;quot; property is set to True. (that is default for Blend)&lt;/li&gt;
&lt;li&gt;Add the namespace to xaml. Name it, say, &amp;quot;bidi&amp;quot;, i.e.&amp;nbsp;&amp;lt;&lt;span style="color:#ff0000;font-size:x-small"&gt;&lt;span style="color:#ff0000;font-size:x-small"&gt;xmlns &lt;/span&gt;&lt;/span&gt;&lt;span style="color:#0000ff;font-size:x-small"&gt;&lt;span style="color:#0000ff;font-size:x-small"&gt;:&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#ff0000;font-size:x-small"&gt;&lt;span style="color:#ff0000;font-size:x-small"&gt;bidi&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#0000ff;font-size:x-small"&gt;&lt;span style="color:#0000ff;font-size:x-small"&gt;=&amp;quot;clr-namespace:System.Windows.BidiControls;assembly=BidiControls&amp;quot;&amp;gt;. &lt;span style="color:#000000"&gt;Mention that clr-namespace here is replaced from &lt;em&gt;NBiDi&lt;/em&gt; to &lt;em&gt;System.Windows.BiDiControls&lt;/em&gt;. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color:#0000ff;font-size:x-small"&gt;&lt;span style="color:#0000ff;font-size:x-small"&gt;&lt;span style="color:#000000"&gt;Use the assets, say&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#0000ff;font-size:x-small"&gt;&lt;span style="color:#0000ff;font-size:x-small"&gt;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#a31515;font-size:x-small"&gt;&lt;span style="color:#a31515;font-size:x-small"&gt;bidi&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#0000ff;font-size:x-small"&gt;&lt;span style="color:#0000ff;font-size:x-small"&gt;:&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#a31515;font-size:x-small"&gt;&lt;span style="color:#a31515;font-size:x-small"&gt;TextBlock&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#ff0000;font-size:x-small"&gt;&lt;span style="color:#ff0000;font-size:x-small"&gt; Text&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#0000ff;font-size:x-small"&gt;&lt;span style="color:#0000ff;font-size:x-small"&gt;=&amp;quot;שחר&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#0000ff;font-size:x-small"&gt;&lt;span style="color:#0000ff;font-size:x-small"&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#0000ff;font-size:x-small"&gt;&lt;span style="color:#0000ff;font-size:x-small"&gt; /&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;/div&gt;</description><author>OlegKleiman</author><pubDate>Mon, 21 Sep 2009 22:22:38 GMT</pubDate><guid isPermaLink="false">New Post: How to install Bidicontrols downloads 20090921102238P</guid></item><item><title>Created Issue: Expression blend crashes when bidi TextBlock's TextWrapping is set to 'wrap' in XAML</title><link>http://silverlightrtl.codeplex.com/WorkItem/View.aspx?WorkItemId=8664</link><description>Hello,&lt;br /&gt;first of all- many thanks to all the contributors to this project.&lt;br /&gt;&lt;br /&gt;I think there&amp;#39;s a bug in the bidi TextBlock &amp;#40;haven&amp;#39;t tried it with other controls&amp;#41;.&lt;br /&gt;TextWrapping set to &amp;#39;wrap&amp;#39; in XAML causes Expression Blend 3 &amp;#40;EB3&amp;#41; to crash immediately upon opening that XAML file. If one tries to save it in EB3- it crashes without saving. &lt;br /&gt;Everything works fine in the application itself. No such problem in VS.&lt;br /&gt;&lt;br /&gt;worked around it by setting the TextWrapping from code.&lt;br /&gt;&lt;br /&gt;Thank you,&lt;br /&gt;&lt;br /&gt;Lior&lt;br /&gt;</description><author>LiorC9</author><pubDate>Thu, 03 Sep 2009 05:20:59 GMT</pubDate><guid isPermaLink="false">Created Issue: Expression blend crashes when bidi TextBlock's TextWrapping is set to 'wrap' in XAML 20090903052059A</guid></item><item><title>New Post: STEP BY STEP INSTALLATION GUIDE FOR BidiControls.dll</title><link>http://silverlightrtl.codeplex.com/Thread/View.aspx?ThreadId=66693</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can anyone provide me a &lt;strong&gt;STEP BY STEP INSTALLATION GUIDE FOR BidiControls.dll&lt;/strong&gt;?&lt;/p&gt;
&lt;p&gt;Any help in this regard would be appreciated.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Samit&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>samit</author><pubDate>Sat, 22 Aug 2009 18:40:14 GMT</pubDate><guid isPermaLink="false">New Post: STEP BY STEP INSTALLATION GUIDE FOR BidiControls.dll 20090822064014P</guid></item><item><title>New Post: How to install Bidicontrols downloads</title><link>http://silverlightrtl.codeplex.com/Thread/View.aspx?ThreadId=66230</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I just downloaded your latest release of bidicontrols..&lt;/p&gt;
&lt;p&gt;I don't understand what to do with it, and hoe to install it.&amp;nbsp;can someone help me with this?&lt;/p&gt;
&lt;p&gt;Thanx,&lt;/p&gt;
&lt;p&gt;Shahar.&lt;/p&gt;&lt;/div&gt;</description><author>shaharthedancer</author><pubDate>Tue, 18 Aug 2009 14:06:17 GMT</pubDate><guid isPermaLink="false">New Post: How to install Bidicontrols downloads 20090818020617P</guid></item><item><title>Created Issue: Clip is not working</title><link>http://silverlightrtl.codeplex.com/WorkItem/View.aspx?WorkItemId=8512</link><description>adding a clip to a textblock is not working&lt;br /&gt;</description><author>omourad</author><pubDate>Sat, 15 Aug 2009 13:40:40 GMT</pubDate><guid isPermaLink="false">Created Issue: Clip is not working 20090815014040P</guid></item></channel></rss>