<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Silverlight Forums</title>
		<link>http://www.silverlightforums.com/</link>
		<description><![CDATA[Silverlight forums - You're Silverlight community. Discuss Silverlight design and development. Show off your work or get help getting started.]]></description>
		<language>en</language>
		<lastBuildDate>Fri, 03 Sep 2010 10:14:24 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.silverlightforums.com/images/misc/rss.png</url>
			<title>Silverlight Forums</title>
			<link>http://www.silverlightforums.com/</link>
		</image>
		<item>
			<title>Problem With MouseDragElementbehavior to move windows on mouse move Event.</title>
			<link>http://www.silverlightforums.com/showthread.php?4643-Problem-With-MouseDragElementbehavior-to-move-windows-on-mouse-move-Event.&amp;goto=newpost</link>
			<pubDate>Wed, 01 Sep 2010 09:23:32 GMT</pubDate>
			<description>Hi all, 
In my silverlightappliction I have a requirement to Move the Windows on the Screen in Mouse Move... 
If I have to Move Borders That Contain...</description>
			<content:encoded><![CDATA[<div>Hi all,<br />
In my silverlightappliction I have a requirement to Move the Windows on the Screen in Mouse Move...<br />
If I have to Move Borders That Contain So many UI elements in It...then the Other Elements Events are Failed... They are Not Firing...if I apply MouseDragElementBehavior to the Border...<br />
<br />
Please help me to solve my Problem....</div>

 ]]></content:encoded>
			<category domain="http://www.silverlightforums.com/forumdisplay.php?8-.Net">.Net</category>
			<dc:creator>anurithap</dc:creator>
			<guid isPermaLink="true">http://www.silverlightforums.com/showthread.php?4643-Problem-With-MouseDragElementbehavior-to-move-windows-on-mouse-move-Event.</guid>
		</item>
		<item>
			<title>Remote Silverlight Opportunity</title>
			<link>http://www.silverlightforums.com/showthread.php?4642-Remote-Silverlight-Opportunity&amp;goto=newpost</link>
			<pubDate>Mon, 30 Aug 2010 23:44:00 GMT</pubDate>
			<description><![CDATA[Hi Everyone, 
 
I wasn't sure where the most appropriate place to put this is, so I decided to put it in here. If you are interested, please let me...]]></description>
			<content:encoded><![CDATA[<div>Hi Everyone,<br />
<br />
I wasn't sure where the most appropriate place to put this is, so I decided to put it in here. If you are interested, please let me know. Or if there is a better place for this topic, I would be happy to move it there. <br />
<br />
I currently have an opportunity as a Silverlight Developer position in the Los Angeles area. I have included a brief description of the position below and you will have the opportunity to work remotely. If you are interested, you can email me at: <a href="mailto:Andrew@qconnects.com">Andrew@qconnects.com</a>.<br />
 <br />
Job Requirements:                                                                          <br />
<br />
•	Experience developing in c# .NET 3.5<br />
•	Experience developing with Silverlight or WPF<br />
•	Must have a strong understanding of Object Oriented Patterns<br />
•	Experience with MS SQL Server 2005 or 2008<br />
•	Experience designing data models and creating stored procedures is required.<br />
<br />
Let me know if you are interested.<br />
<br />
Best,<br />
Andrew Reinstein</div>

 ]]></content:encoded>
			<category domain="http://www.silverlightforums.com/forumdisplay.php?8-.Net">.Net</category>
			<dc:creator>QConnects</dc:creator>
			<guid isPermaLink="true">http://www.silverlightforums.com/showthread.php?4642-Remote-Silverlight-Opportunity</guid>
		</item>
		<item>
			<title>Windowless Mode and greek text input</title>
			<link>http://www.silverlightforums.com/showthread.php?4641-Windowless-Mode-and-greek-text-input&amp;goto=newpost</link>
			<pubDate>Sun, 22 Aug 2010 05:37:21 GMT</pubDate>
			<description>I  recently discovered that when using a windowless mode in browsers other than IE I cannot enter correctly anything but english. I have tried greek...</description>
			<content:encoded><![CDATA[<div>I  recently discovered that when using a windowless mode in browsers other than IE I cannot enter correctly anything but english. I have tried greek for example. Sometimes I cannot even switch among languages.</div>

 ]]></content:encoded>
			<category domain="http://www.silverlightforums.com/forumdisplay.php?8-.Net">.Net</category>
			<dc:creator>ssotir</dc:creator>
			<guid isPermaLink="true">http://www.silverlightforums.com/showthread.php?4641-Windowless-Mode-and-greek-text-input</guid>
		</item>
		<item>
			<title>Popup Issue In Silverlight 3.0</title>
			<link>http://www.silverlightforums.com/showthread.php?4640-Popup-Issue-In-Silverlight-3.0&amp;goto=newpost</link>
			<pubDate>Tue, 17 Aug 2010 05:14:40 GMT</pubDate>
			<description>Hi, 
 
        I  have two silverlight pages one is mainpage and another one is Companylist page When I click button on Mainpage It open popup window...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
        I  have two silverlight pages one is mainpage and another one is Companylist page When I click button on Mainpage It open popup window forCompanylist page for that I used bellow code<br />
<br />
  this.Visibility = System.Windows.Visibility.Collapsed;<br />
            p = new Popup();<br />
            p.Child = new Companylist();<br />
            p.VerticalOffset = 25;<br />
            p.HorizontalOffset = 25;<br />
            p.IsOpen = true; <br />
<br />
It open Popwindow .When I clicked Ok button on Companylist It need to redirect to Mainpage for thart I use  code bellow<br />
<br />
          MainPage m = new MainPage();<br />
                 this.Content = m;<br />
<br />
It Bind Main page in popup window How can I close Exist popup Window and Redirect to main page I used To close popup<br />
popup.Isopen=false;<br />
It display same result <br />
<br />
Please help How to redirect Mainpage to close popup in silverlight 3.0 I need this very urgent....</div>

 ]]></content:encoded>
			<category domain="http://www.silverlightforums.com/forumdisplay.php?8-.Net">.Net</category>
			<dc:creator>venkateswararao</dc:creator>
			<guid isPermaLink="true">http://www.silverlightforums.com/showthread.php?4640-Popup-Issue-In-Silverlight-3.0</guid>
		</item>
		<item>
			<title>Realtime charts with Microsoft Windows control charts</title>
			<link>http://www.silverlightforums.com/showthread.php?4639-Realtime-charts-with-Microsoft-Windows-control-charts&amp;goto=newpost</link>
			<pubDate>Thu, 12 Aug 2010 08:06:27 GMT</pubDate>
			<description>Hi Guys. 
 
I am building a project that draw a chart with real time using Microsoft Charts Control . Data source of chart changes every a few...</description>
			<content:encoded><![CDATA[<div>Hi Guys.<br />
<br />
I am building a project that draw a chart with real time using Microsoft Charts Control . Data source of chart changes every a few seconds to reload data. but i have got a trouble with it. The error is '{&quot;Cross-thread operation not valid: Control...'<br />
<br />
I use thread job to start thread every time when checking thread is complete.<br />
<br />
 <br />
<br />
private void gLoads()<br />
 {<br />
<br />
 jHOSEIDX = new ThreadStart(LoadChart);<br />
 tHOSEIDX = new Thread(jHOSEIDX);<br />
 GTimer.Interval = 10000; // 10 seconds <br />
 GTimer.Tick += new EventHandler(Otherwise);<br />
 GTimer.Enabled = true;<br />
 }<br />
<br />
 <br />
<br />
Here is otherwise method.<br />
<br />
 <br />
<br />
 private void Otherwise(object sender, EventArgs e)<br />
 {<br />
 if (!(tHOSEIDX.ThreadState.ToString().CompareTo(&quot;Runn  ing&quot;) == 0))<br />
 {<br />
 jHOSEIDX = new ThreadStart(LoadChart);<br />
 tHOSEIDX = new Thread(jHOSEIDX);<br />
 tHOSEIDX.Start();<br />
<br />
 }<br />
 }<br />
<br />
 <br />
<br />
Loadchart is a method reload data and adjust properties of chart.<br />
<br />
 <br />
<br />
private void LoadChart()<br />
 {<br />
<br />
 VnIndexChart.Titles[0].Text = &quot;VN-Index&quot;;<br />
 <br />
 string fileNameString = AppDomain.CurrentDomain.BaseDirectory + @&quot;\Data\Data.mdb&quot;;<br />
<br />
 string myConnectionString = &quot;PROVIDER=Microsoft.Jet.OLEDB.4.0;Data Source=&quot; + fileNameString;<br />
<br />
 string mySelectQuery = &quot;SELECT TGian,Data.Ngay, Data.ChiSoHTai, Data.ChiSoGLap,Data.KLDuMua FROM Data Order By 1; &quot;;<br />
 OleDbConnection myConnection = new OleDbConnection(myConnectionString);<br />
 OleDbCommand myCommand = new OleDbCommand(mySelectQuery, myConnection);<br />
 myConnection.Open();<br />
 VnIndexChart.DataSource = myCommand.ExecuteReader(CommandBehavior.CloseConne  ction);<br />
 VnIndexChart.Series[&quot;VN-Index&quot;].XValueMember = &quot;TGian&quot;;<br />
 VnIndexChart.Series[&quot;VN-Index&quot;].YValueMembers = &quot;ChiSoHTai&quot;;<br />
 VnIndexChart.Series[&quot;VN-Index&quot;].XValueType = ChartValueType.Time;<br />
<br />
 VnIndexChart.Series[&quot;VN-IDX.ESTIMATE&quot;].XValueMember = &quot;TGian&quot;;<br />
 VnIndexChart.Series[&quot;VN-IDX.ESTIMATE&quot;].XValueType = ChartValueType.Time;<br />
 VnIndexChart.Series[&quot;VN-IDX.ESTIMATE&quot;].YValueMembers = &quot;ChiSoGLap&quot;;<br />
<br />
 VnIndexChart.Series[&quot;Qlity&quot;].XValueMember = &quot;TGian&quot;;<br />
 VnIndexChart.Series[&quot;Qlity&quot;].YAxisType = AxisType.Secondary;<br />
 VnIndexChart.Series[&quot;Qlity&quot;].XValueType = ChartValueType.Time;<br />
 VnIndexChart.Series[&quot;Qlity&quot;].YValueMembers = &quot;KLDuMua&quot;;<br />
 VnIndexChart.DataBind();<br />
 UpdateChartSettings();<br />
<br />
<br />
 }<br />
<br />
 <br />
<br />
Help me fix the error.<br />
<br />
here is source code <a href="http://www.mediafire.com/?3yve3x0l3s8lzb8" target="_blank">http://www.mediafire.com/?3yve3x0l3s8lzb8</a><br />
<br />
Thank You for you time.</div>

 ]]></content:encoded>
			<category domain="http://www.silverlightforums.com/forumdisplay.php?8-.Net">.Net</category>
			<dc:creator>dinhanhency</dc:creator>
			<guid isPermaLink="true">http://www.silverlightforums.com/showthread.php?4639-Realtime-charts-with-Microsoft-Windows-control-charts</guid>
		</item>
		<item>
			<title>Using themes - Missing microsoft.windows.controls.theming.dll in Silverlight 3 tookit</title>
			<link>http://www.silverlightforums.com/showthread.php?4638-Using-themes-Missing-microsoft.windows.controls.theming.dll-in-Silverlight-3-tookit&amp;goto=newpost</link>
			<pubDate>Thu, 12 Aug 2010 05:52:16 GMT</pubDate>
			<description>Hi, I downloaded the Silverlight November 2009 Toolkit, extracted it and tried to use theming but I cannot find where is...</description>
			<content:encoded><![CDATA[<div>Hi, I downloaded the Silverlight November 2009 Toolkit, extracted it and tried to use theming but I cannot find where is Microsoft.Windows.Controls.Theming.DLL<br />
<br />
I tried to search google for such problems but seems like the dll is just always there in the binaries folder yet I could not find it in my bin folder.<br />
<br />
Here's the link to the screenshot of my extracted bin folder<br />
<a href="http://image76.webshots.com/176/0/43/31/2491043310088854203HCpFDB_fs.jpg" target="_blank">link</a><br />
<br />
<br />
Any ideas on what should I do or where should I look?</div>

 ]]></content:encoded>
			<category domain="http://www.silverlightforums.com/forumdisplay.php?8-.Net">.Net</category>
			<dc:creator>fieryeagle</dc:creator>
			<guid isPermaLink="true">http://www.silverlightforums.com/showthread.php?4638-Using-themes-Missing-microsoft.windows.controls.theming.dll-in-Silverlight-3-tookit</guid>
		</item>
		<item>
			<title>Databinding an Item in a collection to a controls in Silverlight xaml</title>
			<link>http://www.silverlightforums.com/showthread.php?4637-Databinding-an-Item-in-a-collection-to-a-controls-in-Silverlight-xaml&amp;goto=newpost</link>
			<pubDate>Thu, 12 Aug 2010 04:25:58 GMT</pubDate>
			<description>Hi, 
 
I am new to silverlight and I need help in implimenting a simple binding functionality in silverlight.   
 
This is the senerio; I am trying...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I am new to silverlight and I need help in implimenting a simple binding functionality in silverlight.  <br />
<br />
This is the senerio; I am trying to implement a cross language application that replaces the text property of a controls (ie Textblock etc ) on run time. This information is coming from the database and depends on the language the user selects on login.  The challenge now is that I get all the words needed by  a form with a function &quot;getformlangRes(int32 formid)&quot; which returns a dictionary(int32, string). Now I want to bind this list to the Textblocks on my form, specifying the key which decide the dictionary entry to display as the content of the textblock.<br />
<br />
I have googled and binged but all I get is how to bind a collection to a listbox or combobox. Nothing about binding a Textblock to a particular dictionaryentry in dictionary.<br />
<br />
Thanks guys in advance.</div>

 ]]></content:encoded>
			<category domain="http://www.silverlightforums.com/forumdisplay.php?8-.Net">.Net</category>
			<dc:creator>aneke</dc:creator>
			<guid isPermaLink="true">http://www.silverlightforums.com/showthread.php?4637-Databinding-an-Item-in-a-collection-to-a-controls-in-Silverlight-xaml</guid>
		</item>
		<item>
			<title>(Silverlight 4) Exceptions from a WCF service thrown by UserNamePasswordValidator</title>
			<link>http://www.silverlightforums.com/showthread.php?4636-(Silverlight-4)-Exceptions-from-a-WCF-service-thrown-by-UserNamePasswordValidator&amp;goto=newpost</link>
			<pubDate>Wed, 11 Aug 2010 19:43:11 GMT</pubDate>
			<description><![CDATA[An oldish article (August 2009) by John Papa entitled, "Data Performance and Fault Strategies in Silverlight 3"...]]></description>
			<content:encoded><![CDATA[<div>An oldish article (August 2009) by John Papa entitled, &quot;Data Performance and Fault Strategies in Silverlight 3&quot; (<a href="http://msdn.microsoft.com/en-us/magazine/ee294456.aspx#id0070028" target="_blank">http://msdn.microsoft.com/en-us/maga...aspx#id0070028</a>) outlines an effective strategy for returning faults (exceptions) from a WCF service to a Silverlight client, allowing the SL client to receive a meaningful exception rather than the dreaded 'NotFound' communication exception.  The approach outlined by Papa, using an endpoint behavior that ensures the reply has an http status code of 200 (OK), works very well when it comes to handling exceptions once the call gets to a WCF service method.  Exceptions are returned to the browser and forwarded to the SL client for its consumption.<br />
<br />
However, if a WCF service has an HTTPS endpoint that uses a custom binding with &lt;security authenticationMode=&quot;UserNameOverTransport&quot;&gt; the service must supply a UserNamePasswordValidator with a Validate() method.  The Validate() method of the validator always gets called before the WCF method -- and that's appropriate, since credentials validation should occur before the WCF method is called.  Here's the rub...  When an exception is thrown from the Validate() method of the validator, the technique outlined in Papa's article doesn't work; that is, the custom endpoint behavior is not invoked and does not have a chance to alter the reply's status code.  In this case, the dreaded 'NotFound' communication exception is received by the SL client.<br />
<br />
Does anyone know of a technique to ensure that an exception thrown from a WCF service's UserNamePasswordValidator.Validate() method can get properly returned to a Silverlight 4 client?<br />
<br />
TIA!</div>

 ]]></content:encoded>
			<category domain="http://www.silverlightforums.com/forumdisplay.php?8-.Net">.Net</category>
			<dc:creator>tkent_dna@hotmail.com</dc:creator>
			<guid isPermaLink="true">http://www.silverlightforums.com/showthread.php?4636-(Silverlight-4)-Exceptions-from-a-WCF-service-thrown-by-UserNamePasswordValidator</guid>
		</item>
	</channel>
</rss>
