<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Doing a Fade-in with wxPython</title>
	<atom:link href="http://www.blog.pythonlibrary.org/2008/04/14/doing-a-fade-in-with-wxpython/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blog.pythonlibrary.org/2008/04/14/doing-a-fade-in-with-wxpython/</link>
	<description>Python Programming from the Frontlines</description>
	<lastBuildDate>Sun, 05 Sep 2010 11:08:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: dixtosa</title>
		<link>http://www.blog.pythonlibrary.org/2008/04/14/doing-a-fade-in-with-wxpython/comment-page-1/#comment-8082</link>
		<dc:creator>dixtosa</dc:creator>
		<pubDate>Mon, 20 Jul 2009 11:35:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=18#comment-8082</guid>
		<description>yeah, its fantastic.!!
I love you:D:D:D:D:D:D:D:</description>
		<content:encoded><![CDATA[<p>yeah, its fantastic.!!<br />
I love you:D:D:D:D:D:D:D:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dixtosa</title>
		<link>http://www.blog.pythonlibrary.org/2008/04/14/doing-a-fade-in-with-wxpython/comment-page-1/#comment-22725</link>
		<dc:creator>dixtosa</dc:creator>
		<pubDate>Mon, 20 Jul 2009 11:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=18#comment-22725</guid>
		<description>yeah, its fantastic.!!
I love you:D:D:D:D:D:D:D:</description>
		<content:encoded><![CDATA[<p>yeah, its fantastic.!!<br />
I love you:D:D:D:D:D:D:D:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.blog.pythonlibrary.org/2008/04/14/doing-a-fade-in-with-wxpython/comment-page-1/#comment-834</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 10 Dec 2008 00:52:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=18#comment-834</guid>
		<description>Cocobear,

You are correct. I had some issues around that time when my host had hardware issues and they moved my sites. A lot of pages were messed up and it looks like I missed that. I updated so it is correct now.

Thanks and I apologize for not getting back to you sooner. My email has been sticking all my comments in my junk folder for some reason...

Mike</description>
		<content:encoded><![CDATA[<p>Cocobear,</p>
<p>You are correct. I had some issues around that time when my host had hardware issues and they moved my sites. A lot of pages were messed up and it looks like I missed that. I updated so it is correct now.</p>
<p>Thanks and I apologize for not getting back to you sooner. My email has been sticking all my comments in my junk folder for some reason&#8230;</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.blog.pythonlibrary.org/2008/04/14/doing-a-fade-in-with-wxpython/comment-page-1/#comment-22724</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 10 Dec 2008 00:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=18#comment-22724</guid>
		<description>Cocobear,

You are correct. I had some issues around that time when my host had hardware issues and they moved my sites. A lot of pages were messed up and it looks like I missed that. I updated so it is correct now.

Thanks and I apologize for not getting back to you sooner. My email has been sticking all my comments in my junk folder for some reason...

Mike</description>
		<content:encoded><![CDATA[<p>Cocobear,</p>
<p>You are correct. I had some issues around that time when my host had hardware issues and they moved my sites. A lot of pages were messed up and it looks like I missed that. I updated so it is correct now.</p>
<p>Thanks and I apologize for not getting back to you sooner. My email has been sticking all my comments in my junk folder for some reason&#8230;</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cocobear</title>
		<link>http://www.blog.pythonlibrary.org/2008/04/14/doing-a-fade-in-with-wxpython/comment-page-1/#comment-489</link>
		<dc:creator>cocobear</dc:creator>
		<pubDate>Tue, 04 Nov 2008 06:53:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=18#comment-489</guid>
		<description>if self.amount &gt;= 255:
if self.amount &lt;= 0:


there are some mistakes in the above codes.

I can&#039;t see fade in frame.

Python 2.5.1 (r251:54863, Jun 15 2008, 18:24:56) 
[GCC 4.3.0 20080428 (Red Hat 4.3.0-8)] on linux2
Type &quot;help&quot;, &quot;copyright&quot;, &quot;credits&quot; or &quot;license&quot; for more information.
&gt;&gt;&gt; import wx
w&gt;&gt;&gt; wx.__version__
&#039;2.8.9.1&#039;</description>
		<content:encoded><![CDATA[<p>if self.amount &gt;= 255:<br />
if self.amount &lt;= 0:</p>
<p>there are some mistakes in the above codes.</p>
<p>I can&#8217;t see fade in frame.</p>
<p>Python 2.5.1 (r251:54863, Jun 15 2008, 18:24:56)<br />
[GCC 4.3.0 20080428 (Red Hat 4.3.0-8)] on linux2<br />
Type &#8220;help&#8221;, &#8220;copyright&#8221;, &#8220;credits&#8221; or &#8220;license&#8221; for more information.<br />
&gt;&gt;&gt; import wx<br />
w&gt;&gt;&gt; wx.__version__<br />
&#8217;2.8.9.1&#8242;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cocobear</title>
		<link>http://www.blog.pythonlibrary.org/2008/04/14/doing-a-fade-in-with-wxpython/comment-page-1/#comment-22723</link>
		<dc:creator>cocobear</dc:creator>
		<pubDate>Tue, 04 Nov 2008 06:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=18#comment-22723</guid>
		<description>if self.amount &gt;= 255:
if self.amount &lt;= 0:


there are some mistakes in the above codes.

I can&#039;t see fade in frame.

Python 2.5.1 (r251:54863, Jun 15 2008, 18:24:56) 
[GCC 4.3.0 20080428 (Red Hat 4.3.0-8)] on linux2
Type &quot;help&quot;, &quot;copyright&quot;, &quot;credits&quot; or &quot;license&quot; for more information.
&gt;&gt;&gt; import wx
w&gt;&gt;&gt; wx.__version__
&#039;2.8.9.1&#039;</description>
		<content:encoded><![CDATA[<p>if self.amount &gt;= 255:<br />
if self.amount &lt;= 0:</p>
<p>there are some mistakes in the above codes.</p>
<p>I can&#8217;t see fade in frame.</p>
<p>Python 2.5.1 (r251:54863, Jun 15 2008, 18:24:56)<br />
[GCC 4.3.0 20080428 (Red Hat 4.3.0-8)] on linux2<br />
Type &#8220;help&#8221;, &#8220;copyright&#8221;, &#8220;credits&#8221; or &#8220;license&#8221; for more information.<br />
&gt;&gt;&gt; import wx<br />
w&gt;&gt;&gt; wx.__version__<br />
&#8217;2.8.9.1&#8242;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 2.624 seconds -->
