<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/1.5.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: PyLan a GTD todo application written in python and PyGTK - part two</title>
	<link>http://www.learningpython.com/2007/03/11/pylan-a-gtd-todo-application-written-in-python-and-pygtk-part-two/</link>
	<description>one man's journey into python...</description>
	<pubDate>Sat, 17 May 2008 07:28:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.2</generator>

	<item>
 		<title>Comment on PyLan a GTD todo application written in python and PyGTK - part two by: selsine</title>
		<link>http://www.learningpython.com/2007/03/11/pylan-a-gtd-todo-application-written-in-python-and-pygtk-part-two/#comment-62572</link>
		<pubDate>Fri, 22 Feb 2008 03:00:33 +0000</pubDate>
		<guid>http://www.learningpython.com/2007/03/11/pylan-a-gtd-todo-application-written-in-python-and-pygtk-part-two/#comment-62572</guid>
					<description>Hi wheaties.box,

Good catch! You are right there most certainly is an error in that function. Thanks I'll have to update that. You'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'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>Comment on PyLan a GTD todo application written in python and PyGTK - part two 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-61088</link>
		<pubDate>Sat, 09 Feb 2008 15:40:18 +0000</pubDate>
		<guid>http://www.learningpython.com/2007/03/11/pylan-a-gtd-todo-application-written-in-python-and-pygtk-part-two/#comment-61088</guid>
					<description>Hey, thanks for this excellent tutorial!!  I am currently working on a much more basic todo application with PyGTK.  I'm doing it in my free time (mostly when I decide I don'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'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-images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
	<p>Thanks again for the tutorial!
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on PyLan a GTD todo application written in python and PyGTK - part two by: selsine</title>
		<link>http://www.learningpython.com/2007/03/11/pylan-a-gtd-todo-application-written-in-python-and-pygtk-part-two/#comment-58343</link>
		<pubDate>Thu, 17 Jan 2008 16:58:17 +0000</pubDate>
		<guid>http://www.learningpython.com/2007/03/11/pylan-a-gtd-todo-application-written-in-python-and-pygtk-part-two/#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>Comment on PyLan a GTD todo application written in python and PyGTK - part two by: srot</title>
		<link>http://www.learningpython.com/2007/03/11/pylan-a-gtd-todo-application-written-in-python-and-pygtk-part-two/#comment-55609</link>
		<pubDate>Fri, 21 Dec 2007 18:23:02 +0000</pubDate>
		<guid>http://www.learningpython.com/2007/03/11/pylan-a-gtd-todo-application-written-in-python-and-pygtk-part-two/#comment-55609</guid>
					<description>why when the calendar pop ups the window doesn'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>Comment on PyLan a GTD todo application written in python and PyGTK - part two 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-51151</link>
		<pubDate>Tue, 06 Nov 2007 02:20:49 +0000</pubDate>
		<guid>http://www.learningpython.com/2007/03/11/pylan-a-gtd-todo-application-written-in-python-and-pygtk-part-two/#comment-51151</guid>
					<description>&lt;strong&gt;Software Development Guide&lt;/strong&gt;

I couldn'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>
	<item>
 		<title>Comment on PyLan a GTD todo application written in python and PyGTK - part two by: learning python &#187; Blog Archive &#187; PyLan a GTD todo application written in python and PyGTK - part four context menus!</title>
		<link>http://www.learningpython.com/2007/03/11/pylan-a-gtd-todo-application-written-in-python-and-pygtk-part-two/#comment-47663</link>
		<pubDate>Tue, 02 Oct 2007 13:24:41 +0000</pubDate>
		<guid>http://www.learningpython.com/2007/03/11/pylan-a-gtd-todo-application-written-in-python-and-pygtk-part-two/#comment-47663</guid>
					<description>[...] If you want to follow along with the code in detail, and have not done so already, you should read part one, part two and part three of this series. [...]</description>
		<content:encoded><![CDATA[	<p>[&#8230;] If you want to follow along with the code in detail, and have not done so already, you should read part one, part two and part three of this series. [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on PyLan a GTD todo application written in python and PyGTK - part two by: mrben</title>
		<link>http://www.learningpython.com/2007/03/11/pylan-a-gtd-todo-application-written-in-python-and-pygtk-part-two/#comment-26596</link>
		<pubDate>Thu, 17 May 2007 15:26:28 +0000</pubDate>
		<guid>http://www.learningpython.com/2007/03/11/pylan-a-gtd-todo-application-written-in-python-and-pygtk-part-two/#comment-26596</guid>
					<description>Hi - this isn't really specific to this tutorial, but I was wondering if you could help with something that has been bothering me for a while with Python/Gtk.

I want to be able to open a window fullscreen on the screen of my choosing in a dual-screen setup. I can do a fullscreen window (window.set_fullscreen()) no problems, and I can find out how many monitors are plugged in (window.get_screen().get_n_monitors()), but I can't seem to find a way to select which screen the window opens on or fullscreens to....

One option I tried was to move the window to the very extreme of the display, and then fullscreen it. Certainly under Windows this still fullscreens on the &quot;primary&quot; display, which, in my case, is the left hand monitor. I'll be trying it under Linux over the weekend.

Is this something that gtk is able to do? Or should I be looking at gnome bindings, given that gnome handles the window manager? Are there equivalent bindings in Windows, or does cross-platform go out the window if I use gnome specific stuff? (Not a huge problem, but cross-platform would be nice)

Hope you can help - thanks for taking the time to read, at least :)

Ben</description>
		<content:encoded><![CDATA[	<p>Hi - this isn&#8217;t really specific to this tutorial, but I was wondering if you could help with something that has been bothering me for a while with Python/Gtk.</p>
	<p>I want to be able to open a window fullscreen on the screen of my choosing in a dual-screen setup. I can do a fullscreen window (window.set_fullscreen()) no problems, and I can find out how many monitors are plugged in (window.get_screen().get_n_monitors()), but I can&#8217;t seem to find a way to select which screen the window opens on or fullscreens to&#8230;.</p>
	<p>One option I tried was to move the window to the very extreme of the display, and then fullscreen it. Certainly under Windows this still fullscreens on the &#8220;primary&#8221; display, which, in my case, is the left hand monitor. I&#8217;ll be trying it under Linux over the weekend.</p>
	<p>Is this something that gtk is able to do? Or should I be looking at gnome bindings, given that gnome handles the window manager? Are there equivalent bindings in Windows, or does cross-platform go out the window if I use gnome specific stuff? (Not a huge problem, but cross-platform would be nice)</p>
	<p>Hope you can help - thanks for taking the time to read, at least <img src='http://www.learningpython.com/wp-images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
	<p>Ben
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on PyLan a GTD todo application written in python and PyGTK - part two by: redgun</title>
		<link>http://www.learningpython.com/2007/03/11/pylan-a-gtd-todo-application-written-in-python-and-pygtk-part-two/#comment-17528</link>
		<pubDate>Tue, 10 Apr 2007 21:11:53 +0000</pubDate>
		<guid>http://www.learningpython.com/2007/03/11/pylan-a-gtd-todo-application-written-in-python-and-pygtk-part-two/#comment-17528</guid>
					<description>Hi there :) Nice stuff on your site. I'm studying python and I have opened a blog also where I put python stuff. My first post is about notifications with python and dbus. I think that pylan could be extended using notifications on events. 

If someone is interested could read my post here: 
http://openposts.blogspot.com/2007/04/python-class-for-notifications-via-dbus.html</description>
		<content:encoded><![CDATA[	<p>Hi there <img src='http://www.learningpython.com/wp-images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Nice stuff on your site. I&#8217;m studying python and I have opened a blog also where I put python stuff. My first post is about notifications with python and dbus. I think that pylan could be extended using notifications on events. </p>
	<p>If someone is interested could read my post here:<br />
<a href='http://openposts.blogspot.com/2007/04/python-class-for-notifications-via-dbus.html' rel='nofollow'>http://openposts.blogspot.com/2007/04/python-class-for-notifications-via-dbus.html</a>
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on PyLan a GTD todo application written in python and PyGTK - part two by: selsine</title>
		<link>http://www.learningpython.com/2007/03/11/pylan-a-gtd-todo-application-written-in-python-and-pygtk-part-two/#comment-16041</link>
		<pubDate>Fri, 30 Mar 2007 02:34:47 +0000</pubDate>
		<guid>http://www.learningpython.com/2007/03/11/pylan-a-gtd-todo-application-written-in-python-and-pygtk-part-two/#comment-16041</guid>
					<description>Carlan, I've browsed to code a little bit but I haven't had the chance to try it out yet, but what I've seen looks good.

I was actually going to go the SQLite route with this tutorial but decided against it at the last minute so I am interesting in seeing what you come up with.  I will be sure to check back on your code from time to time.

If you near a significant release or need any beta testers drop me a line and I will be sure to write a post and try to get the link out there.</description>
		<content:encoded><![CDATA[	<p>Carlan, I&#8217;ve browsed to code a little bit but I haven&#8217;t had the chance to try it out yet, but what I&#8217;ve seen looks good.</p>
	<p>I was actually going to go the SQLite route with this tutorial but decided against it at the last minute so I am interesting in seeing what you come up with.  I will be sure to check back on your code from time to time.</p>
	<p>If you near a significant release or need any beta testers drop me a line and I will be sure to write a post and try to get the link out there.
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on PyLan a GTD todo application written in python and PyGTK - part two by: Carlan Calazans</title>
		<link>http://www.learningpython.com/2007/03/11/pylan-a-gtd-todo-application-written-in-python-and-pygtk-part-two/#comment-15877</link>
		<pubDate>Wed, 28 Mar 2007 03:47:59 +0000</pubDate>
		<guid>http://www.learningpython.com/2007/03/11/pylan-a-gtd-todo-application-written-in-python-and-pygtk-part-two/#comment-15877</guid>
					<description>Hi selsine! The code you can find it here ( http://code.google.com/p/carlan/ ). As the description said, its not ready for public yet, but maybe someone like me would like to look at the code ;)</description>
		<content:encoded><![CDATA[	<p>Hi selsine! The code you can find it here ( <a href='http://code.google.com/p/carlan/' rel='nofollow'>http://code.google.com/p/carlan/</a> ). As the description said, its not ready for public yet, but maybe someone like me would like to look at the code <img src='http://www.learningpython.com/wp-images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
