<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/1.5.1-alpha" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>rod.pl Comments</title>
	<link>http://rod.blogsome.com</link>
	<description>rod's personal blog. Visitors can find here usefull informations about C#, Football Manager, Gimp and so on</description>
	<pubDate>Sat, 21 Nov 2009 07:27:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.1-alpha</generator>

	<item>
		<title>by: Dinh Doan Van Bien</title>
		<link>http://rod.blogsome.com/2008/02/21/compiling-solution-in-visual-studio-with-generating-project-version-based-on-svn-revision/#comment-30</link>
		<pubDate>Fri, 16 Jan 2009 15:27:17 +0000</pubDate>
		<guid>http://rod.blogsome.com/2008/02/21/compiling-solution-in-visual-studio-with-generating-project-version-based-on-svn-revision/#comment-30</guid>
					<description>And by the way, thanks for sharing this rod.pl</description>
		<content:encoded><![CDATA[	<p>And by the way, thanks for sharing this rod.pl
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Dinh Doan Van Bien</title>
		<link>http://rod.blogsome.com/2008/02/21/compiling-solution-in-visual-studio-with-generating-project-version-based-on-svn-revision/#comment-29</link>
		<pubDate>Fri, 16 Jan 2009 15:26:14 +0000</pubDate>
		<guid>http://rod.blogsome.com/2008/02/21/compiling-solution-in-visual-studio-with-generating-project-version-based-on-svn-revision/#comment-29</guid>
					<description>I know this post is a little bit dated, but here's my answer to Wolfgang: if you want the changes you made to the project file seen by the IDE, you have to restart it first! Visual Studio 2005 is caching the proj files, so it won't take your change in account unless it is closed first. I don't know if 2008 has the same issue.</description>
		<content:encoded><![CDATA[	<p>I know this post is a little bit dated, but here&#8217;s my answer to Wolfgang: if you want the changes you made to the project file seen by the IDE, you have to restart it first! Visual Studio 2005 is caching the proj files, so it won&#8217;t take your change in account unless it is closed first. I don&#8217;t know if 2008 has the same issue.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: заказ пиццы</title>
		<link>http://rod.blogsome.com/2006/01/12/3gt-kit-tut-en/#comment-28</link>
		<pubDate>Tue, 25 Nov 2008 13:24:20 +0000</pubDate>
		<guid>http://rod.blogsome.com/2006/01/12/3gt-kit-tut-en/#comment-28</guid>
					<description>AMAZING!)))) so what you gonna do?</description>
		<content:encoded><![CDATA[	<p>AMAZING!)))) so what you gonna do?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Mark</title>
		<link>http://rod.blogsome.com/2008/02/14/applying-aspnet-20-css-themes-for-web-controls-from-devexpress/#comment-27</link>
		<pubDate>Tue, 10 Jun 2008 22:07:03 +0100</pubDate>
		<guid>http://rod.blogsome.com/2008/02/14/applying-aspnet-20-css-themes-for-web-controls-from-devexpress/#comment-27</guid>
					<description>First line in the yield works better for me when it reads:

 if (root == null) yield break; 

Otherwise great.</description>
		<content:encoded><![CDATA[	<p>First line in the yield works better for me when it reads:</p>
	<p> if (root == null) yield break; </p>
	<p>Otherwise great.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Tim</title>
		<link>http://rod.blogsome.com/2008/02/14/applying-aspnet-20-css-themes-for-web-controls-from-devexpress/#comment-26</link>
		<pubDate>Thu, 01 May 2008 02:32:28 +0100</pubDate>
		<guid>http://rod.blogsome.com/2008/02/14/applying-aspnet-20-css-themes-for-web-controls-from-devexpress/#comment-26</guid>
					<description>This is all fine and dandy, however, they should never have created their themes like this and should have just used the intrinsic way of using Themes.  For example, whenever I add a pre-defined &quot;skin&quot; from DevExpress, I go through every single Css and .Skin file and remove all the Post-fixes and remove all related &quot;hard-coding&quot; that they do in the codebehind as well.  Then, all I need to do to use one of their themes is..well, read up on themes.  The only issue I've run into is that some of their controls are STILL hard-coding the path to the Theme files and as such it's kind of difficult to get everything working as it should.  I have no idea why they did this, it just makes things more difficult.</description>
		<content:encoded><![CDATA[	<p>This is all fine and dandy, however, they should never have created their themes like this and should have just used the intrinsic way of using Themes.  For example, whenever I add a pre-defined &#8220;skin&#8221; from DevExpress, I go through every single Css and .Skin file and remove all the Post-fixes and remove all related &#8220;hard-coding&#8221; that they do in the codebehind as well.  Then, all I need to do to use one of their themes is..well, read up on themes.  The only issue I&#8217;ve run into is that some of their controls are STILL hard-coding the path to the Theme files and as such it&#8217;s kind of difficult to get everything working as it should.  I have no idea why they did this, it just makes things more difficult.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Wolfgang</title>
		<link>http://rod.blogsome.com/2008/02/21/compiling-solution-in-visual-studio-with-generating-project-version-based-on-svn-revision/#comment-25</link>
		<pubDate>Mon, 07 Apr 2008 00:26:44 +0100</pubDate>
		<guid>http://rod.blogsome.com/2008/02/21/compiling-solution-in-visual-studio-with-generating-project-version-based-on-svn-revision/#comment-25</guid>
					<description>Hi,

I've tried your solution, and it would be exactly what I need,
but after I update the Common.proj und build the solution again, the generated assembly didn't contain the updated informations?

By the way I'm not very firm in MSBuild task...

It would be great if you could contact me per mail.
Best Regards</description>
		<content:encoded><![CDATA[	<p>Hi,</p>
	<p>I&#8217;ve tried your solution, and it would be exactly what I need,<br />
but after I update the Common.proj und build the solution again, the generated assembly didn&#8217;t contain the updated informations?</p>
	<p>By the way I&#8217;m not very firm in MSBuild task&#8230;</p>
	<p>It would be great if you could contact me per mail.<br />
Best Regards
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: rod</title>
		<link>http://rod.blogsome.com/2008/02/14/applying-aspnet-20-css-themes-for-web-controls-from-devexpress/#comment-24</link>
		<pubDate>Thu, 20 Mar 2008 00:09:18 +0000</pubDate>
		<guid>http://rod.blogsome.com/2008/02/14/applying-aspnet-20-css-themes-for-web-controls-from-devexpress/#comment-24</guid>
					<description>It is all about new C# 2.0 &quot;yield&quot; keyword. It really helps to make simple iteration implementing. As far as I know VB.NET does not have language support for iterators so it has no support for yield keyword also. &quot;yield return something&quot; it is not the same as &quot;return something&quot;. I'm not VB.NET expert so I don't  know how to help you.</description>
		<content:encoded><![CDATA[	<p>It is all about new C# 2.0 &#8220;yield&#8221; keyword. It really helps to make simple iteration implementing. As far as I know VB.NET does not have language support for iterators so it has no support for yield keyword also. &#8220;yield return something&#8221; it is not the same as &#8220;return something&#8221;. I&#8217;m not VB.NET expert so I don&#8217;t  know how to help you.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Todd</title>
		<link>http://rod.blogsome.com/2008/02/14/applying-aspnet-20-css-themes-for-web-controls-from-devexpress/#comment-23</link>
		<pubDate>Wed, 19 Mar 2008 04:44:44 +0000</pubDate>
		<guid>http://rod.blogsome.com/2008/02/14/applying-aspnet-20-css-themes-for-web-controls-from-devexpress/#comment-23</guid>
					<description>I love what you're trying to do.  Unfortunately it's over my head :(  I tried converting this to vb.net but i'm not having any luck.  Showing the namespaces that you use might help a little.  I converted the first routine to vb.net...
&lt;pre&gt;
    ' Applies theme for DevExpressControl.   
    Public Shared Sub ApplyThemToControl(ByVal control As ASPxWebControl, ByVal themeName As String)
        If (IsDBNull(control)) Then
            Exit Sub
            If (String.IsNullOrEmpty(themeName)) Then
                control.CssPostfix = Nothing
                control.CssFilePath = Nothing
            Else
                control.CssPostfix = themeName
             ' control.CssFilePath = &quot;~/App_Themes/&quot; + themeName + &quot;/DXControls/{0}/styles.css&quot;;  
            End If
        End If
    End Sub
&lt;/pre&gt;

The 2nd one I can't quite translate.  So far I have...
&lt;pre&gt;
    Private Function FindAllControlsRecursively(ByVal root As Control) As IEnumerable(Of Control)
        If IsDBNull(root) Then
            Return Nothing
        End If
        For Each Control In root.Controls
            If Control.GetType.ToString = &quot;TControlType&quot; Then ' i don't think this is right
                Return Control
            End If
        Next

        ' .... lost at this point
    End Function
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[	<p>I love what you&#8217;re trying to do.  Unfortunately it&#8217;s over my head :(  I tried converting this to vb.net but i&#8217;m not having any luck.  Showing the namespaces that you use might help a little.  I converted the first routine to vb.net&#8230;</p>
	<pre>
    ' Applies theme for DevExpressControl.
    Public Shared Sub ApplyThemToControl(ByVal control As ASPxWebControl, ByVal themeName As String)
        If (IsDBNull(control)) Then
            Exit Sub
            If (String.IsNullOrEmpty(themeName)) Then
                control.CssPostfix = Nothing
                control.CssFilePath = Nothing
            Else
                control.CssPostfix = themeName
             ' control.CssFilePath = \"~/App_Themes/\" + themeName + \"/DXControls/{0}/styles.css\";
            End If
        End If
    End Sub
</pre>
	<p>The 2nd one I can&#8217;t quite translate.  So far I have&#8230;</p>
	<pre>
    Private Function FindAllControlsRecursively(ByVal root As Control) As IEnumerable(Of Control)
        If IsDBNull(root) Then
            Return Nothing
        End If
        For Each Control In root.Controls
            If Control.GetType.ToString = \"TControlType\" Then ' i don't think this is right
                Return Control
            End If
        Next
	
        ' .... lost at this point
    End Function
</pre>
]]></content:encoded>
				</item>
	<item>
		<title>by: nyczbar2</title>
		<link>http://rod.blogsome.com/2005/12/12/3gt-kit-tut-pl/#comment-22</link>
		<pubDate>Thu, 30 Aug 2007 14:41:16 +0100</pubDate>
		<guid>http://rod.blogsome.com/2005/12/12/3gt-kit-tut-pl/#comment-22</guid>
					<description>Posiada ktoś z was GIMPA z biblioteką GTK + 2.0</description>
		<content:encoded><![CDATA[	<p>Posiada ktoś z was GIMPA z biblioteką GTK + 2.0
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Paulus</title>
		<link>http://rod.blogsome.com/2005/12/12/3gt-kit-tut-pl/#comment-21</link>
		<pubDate>Tue, 01 Aug 2006 23:01:27 +0100</pubDate>
		<guid>http://rod.blogsome.com/2005/12/12/3gt-kit-tut-pl/#comment-21</guid>
					<description>Rod mógłbyś dac nowy link do szablonu, ten nie działa.
Dzięki.</description>
		<content:encoded><![CDATA[	<p>Rod mógłbyś dac nowy link do szablonu, ten nie działa.<br />
Dzięki.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
