<?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: PyLan a GTD todo application written in python and PyGTK &#8211; part two</title>
	<atom:link href="http://www.learningpython.com/2007/03/11/pylan-a-gtd-todo-application-written-in-python-and-pygtk-part-two/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learningpython.com/2007/03/11/pylan-a-gtd-todo-application-written-in-python-and-pygtk-part-two/</link>
	<description>one man&#039;s journey into python...</description>
	<lastBuildDate>Sat, 18 May 2013 08:33:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: sten</title>
		<link>http://www.learningpython.com/2007/03/11/pylan-a-gtd-todo-application-written-in-python-and-pygtk-part-two/comment-page-1/#comment-238746</link>
		<dc:creator>sten</dc:creator>
		<pubDate>Sat, 12 May 2012 08:29:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=58#comment-238746</guid>
		<description>weak GTKmm?</description>
		<content:encoded><![CDATA[<p>weak GTKmm?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lawrence</title>
		<link>http://www.learningpython.com/2007/03/11/pylan-a-gtd-todo-application-written-in-python-and-pygtk-part-two/comment-page-1/#comment-137615</link>
		<dc:creator>Lawrence</dc:creator>
		<pubDate>Thu, 05 Mar 2009 05:31:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=58#comment-137615</guid>
		<description>Great tutorial...

Let me ask a question, how to connect up 3 different dialog window with python?

what i meant is let say i have 3 dialog windows, after the first window, i clicked next, then the second window will appear.

thanks.</description>
		<content:encoded><![CDATA[<p>Great tutorial&#8230;</p>
<p>Let me ask a question, how to connect up 3 different dialog window with python?</p>
<p>what i meant is let say i have 3 dialog windows, after the first window, i clicked next, then the second window will appear.</p>
<p>thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ploum</title>
		<link>http://www.learningpython.com/2007/03/11/pylan-a-gtd-todo-application-written-in-python-and-pygtk-part-two/comment-page-1/#comment-124846</link>
		<dc:creator>Ploum</dc:creator>
		<pubDate>Sun, 09 Nov 2008 22:59:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=58#comment-124846</guid>
		<description>Hi,

Thanks a lot for all your tutorials, they are a really great help. 

In this particular case, I found one interesting point : you can move the window beneath the calendar widget which result in an &quot;strange&quot; situation with a calendar floating around. The DateEdit widget doesn&#039;t have this problem because it is closed automatically if you click outside.

I tried to resolve this in your example to have the same behaviour.
1) Firstly, you have to grab the mouse pointer in the calendar widget. I did this with gtk.gdk.pointer grab without understanding the parameters because gtk.widget.grab_add doesn&#039;t do anything (or I didn&#039;t understood at all)
2) Second : Closing the widget when the user clic outside. I still have no idea on how I can do that. any help would be appreciated so I can send you the patch ;-)

Thanks again for your wonderful blog !</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks a lot for all your tutorials, they are a really great help. </p>
<p>In this particular case, I found one interesting point : you can move the window beneath the calendar widget which result in an &#8220;strange&#8221; situation with a calendar floating around. The DateEdit widget doesn&#8217;t have this problem because it is closed automatically if you click outside.</p>
<p>I tried to resolve this in your example to have the same behaviour.<br />
1) Firstly, you have to grab the mouse pointer in the calendar widget. I did this with gtk.gdk.pointer grab without understanding the parameters because gtk.widget.grab_add doesn&#8217;t do anything (or I didn&#8217;t understood at all)<br />
2) Second : Closing the widget when the user clic outside. I still have no idea on how I can do that. any help would be appreciated so I can send you the patch <img src='http://www.learningpython.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Thanks again for your wonderful blog !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anusha</title>
		<link>http://www.learningpython.com/2007/03/11/pylan-a-gtd-todo-application-written-in-python-and-pygtk-part-two/comment-page-1/#comment-121593</link>
		<dc:creator>Anusha</dc:creator>
		<pubDate>Wed, 22 Oct 2008 02:55:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=58#comment-121593</guid>
		<description>hi selsine,
i am finding your tutorials as a easy path to learn glade and pygtk.The tutorials are both intresting and easy to understand.but one trouble is that i am not able to find all tutorials at one place .so it is difficult to find them too.can u send me all these tutorials(or send me the url where all links are present) so that it will be easy for me to complete my application 
Thanks for your tutorials.
Anusha</description>
		<content:encoded><![CDATA[<p>hi selsine,<br />
i am finding your tutorials as a easy path to learn glade and pygtk.The tutorials are both intresting and easy to understand.but one trouble is that i am not able to find all tutorials at one place .so it is difficult to find them too.can u send me all these tutorials(or send me the url where all links are present) so that it will be easy for me to complete my application<br />
Thanks for your tutorials.<br />
Anusha</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tasos</title>
		<link>http://www.learningpython.com/2007/03/11/pylan-a-gtd-todo-application-written-in-python-and-pygtk-part-two/comment-page-1/#comment-101361</link>
		<dc:creator>tasos</dc:creator>
		<pubDate>Thu, 24 Jul 2008 13:50:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=58#comment-101361</guid>
		<description>Hello,
i see that you used some pixmaps from files in some menubar buttons (category, task) and that these are loaded from your &#039;pixmaps&#039; folder. (perhaps to avoid using gnome support?)

I can&#039;t seem to be able to do the same..it only works for me if the pixmaps are in the same folder with the glade file..
Perhaps the .gladep file has something to do with it? How did u generated this file?

Thanx in advance</description>
		<content:encoded><![CDATA[<p>Hello,<br />
i see that you used some pixmaps from files in some menubar buttons (category, task) and that these are loaded from your &#8216;pixmaps&#8217; folder. (perhaps to avoid using gnome support?)</p>
<p>I can&#8217;t seem to be able to do the same..it only works for me if the pixmaps are in the same folder with the glade file..<br />
Perhaps the .gladep file has something to do with it? How did u generated this file?</p>
<p>Thanx in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: selsine</title>
		<link>http://www.learningpython.com/2007/03/11/pylan-a-gtd-todo-application-written-in-python-and-pygtk-part-two/comment-page-1/#comment-62572</link>
		<dc:creator>selsine</dc:creator>
		<pubDate>Fri, 22 Feb 2008 03:00:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=58#comment-62572</guid>
		<description>Hi wheaties.box,

Good catch! You are right there most certainly is an error in that function. Thanks I&#039;ll have to update that. You&#039;re probably the only person who has looked that closely at the code besides myself.

My suggestion for your todo application is: start small. I tried to add the kitchen sink into my program and it ended up being a bit too much. I&#039;m thinking of starting over in fact, with something a lot simpler.</description>
		<content:encoded><![CDATA[<p>Hi wheaties.box,</p>
<p>Good catch! You are right there most certainly is an error in that function. Thanks I&#8217;ll have to update that. You&#8217;re probably the only person who has looked that closely at the code besides myself.</p>
<p>My suggestion for your todo application is: start small. I tried to add the kitchen sink into my program and it ended up being a bit too much. I&#8217;m thinking of starting over in fact, with something a lot simpler.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wheaties.box</title>
		<link>http://www.learningpython.com/2007/03/11/pylan-a-gtd-todo-application-written-in-python-and-pygtk-part-two/comment-page-1/#comment-61088</link>
		<dc:creator>wheaties.box</dc:creator>
		<pubDate>Sat, 09 Feb 2008 15:40:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=58#comment-61088</guid>
		<description>Hey, thanks for this excellent tutorial!!  I am currently working on a much more basic todo application with PyGTK.  I&#039;m doing it in my free time (mostly when I decide I don&#039;t have to pay attention in class) to help myself learn both Python and PyGTK better.  This tutorial has been helping me understand what seem to be Python &quot;best practices.&quot;  So thanks for that.

I started browsing your code this morning, and I think I found a minor problem.  In pyLan.py in find_todoColumn, you are returning a todoColumn and its position in the list.  The stuff with the todoColumn seems to be fine, but you declare count = 0 and simply return it.  There is nothing to manipulate the value of count as you iterate through the list.

Like I said, it&#039;s a minor problem, but it might be a stumbling block for those of us who are newer to programming :)

Thanks again for the tutorial!</description>
		<content:encoded><![CDATA[<p>Hey, thanks for this excellent tutorial!!  I am currently working on a much more basic todo application with PyGTK.  I&#8217;m doing it in my free time (mostly when I decide I don&#8217;t have to pay attention in class) to help myself learn both Python and PyGTK better.  This tutorial has been helping me understand what seem to be Python &#8220;best practices.&#8221;  So thanks for that.</p>
<p>I started browsing your code this morning, and I think I found a minor problem.  In pyLan.py in find_todoColumn, you are returning a todoColumn and its position in the list.  The stuff with the todoColumn seems to be fine, but you declare count = 0 and simply return it.  There is nothing to manipulate the value of count as you iterate through the list.</p>
<p>Like I said, it&#8217;s a minor problem, but it might be a stumbling block for those of us who are newer to programming <img src='http://www.learningpython.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks again for the tutorial!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: selsine</title>
		<link>http://www.learningpython.com/2007/03/11/pylan-a-gtd-todo-application-written-in-python-and-pygtk-part-two/comment-page-1/#comment-58343</link>
		<dc:creator>selsine</dc:creator>
		<pubDate>Thu, 17 Jan 2008 16:58:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=58#comment-58343</guid>
		<description>Hi srot,

For the time being you have to close the calendar first before being able to work with the dialog behind it.</description>
		<content:encoded><![CDATA[<p>Hi srot,</p>
<p>For the time being you have to close the calendar first before being able to work with the dialog behind it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: srot</title>
		<link>http://www.learningpython.com/2007/03/11/pylan-a-gtd-todo-application-written-in-python-and-pygtk-part-two/comment-page-1/#comment-55609</link>
		<dc:creator>srot</dc:creator>
		<pubDate>Fri, 21 Dec 2007 18:23:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=58#comment-55609</guid>
		<description>why when the calendar pop ups the window doesn&#039;t react (for example when I try to close it) ? can it be fixed ?</description>
		<content:encoded><![CDATA[<p>why when the calendar pop ups the window doesn&#8217;t react (for example when I try to close it) ? can it be fixed ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Software Development Guide</title>
		<link>http://www.learningpython.com/2007/03/11/pylan-a-gtd-todo-application-written-in-python-and-pygtk-part-two/comment-page-1/#comment-51151</link>
		<dc:creator>Software Development Guide</dc:creator>
		<pubDate>Tue, 06 Nov 2007 02:20:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=58#comment-51151</guid>
		<description>&lt;strong&gt;Software Development Guide&lt;/strong&gt;

I couldn&#039;t understand some parts of this article, but it sounds interesting</description>
		<content:encoded><![CDATA[<p><strong>Software Development Guide</strong></p>
<p>I couldn&#8217;t understand some parts of this article, but it sounds interesting</p>
]]></content:encoded>
	</item>
</channel>
</rss>
