<?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: The “Book” Controls of wxPython (Part 2 of 2)</title>
	<atom:link href="http://www.blog.pythonlibrary.org/2009/12/09/the-%e2%80%9cbook%e2%80%9d-controls-of-wxpython-part-2-of-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blog.pythonlibrary.org/2009/12/09/the-%e2%80%9cbook%e2%80%9d-controls-of-wxpython-part-2-of-2/</link>
	<description>Python Programming from the Frontlines</description>
	<lastBuildDate>Sun, 05 Feb 2012 20:38:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: ma</title>
		<link>http://www.blog.pythonlibrary.org/2009/12/09/the-%e2%80%9cbook%e2%80%9d-controls-of-wxpython-part-2-of-2/comment-page-1/#comment-21746</link>
		<dc:creator>ma</dc:creator>
		<pubDate>Tue, 24 Aug 2010 20:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=348#comment-21746</guid>
		<description>Thanks again, half the problem was finding the right documentation! hopefully this little detail will help the next poor soul that finds this problem</description>
		<content:encoded><![CDATA[<p>Thanks again, half the problem was finding the right documentation! hopefully this little detail will help the next poor soul that finds this problem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.blog.pythonlibrary.org/2009/12/09/the-%e2%80%9cbook%e2%80%9d-controls-of-wxpython-part-2-of-2/comment-page-1/#comment-21681</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 24 Aug 2010 13:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=348#comment-21681</guid>
		<description>Well, the docs for wx aren&#039;t getting updated lately because of a problem caused by an upgrade to the documentation tool chain. It sucks and I hope Robin can figure it out. As I recall, the changes occurred after wxPython 2.8.10, sometime this Spring. Fortunately, Andrea has kept his docs updated and it looks like I misspoke. The name of the new style is agwStyle. Anyway, here&#039;s a link:

http://xoomer.virgilio.it/infinity77/AGW_Docs/</description>
		<content:encoded><![CDATA[<p>Well, the docs for wx aren&#8217;t getting updated lately because of a problem caused by an upgrade to the documentation tool chain. It sucks and I hope Robin can figure it out. As I recall, the changes occurred after wxPython 2.8.10, sometime this Spring. Fortunately, Andrea has kept his docs updated and it looks like I misspoke. The name of the new style is agwStyle. Anyway, here&#8217;s a link:</p>
<p><a href="http://xoomer.virgilio.it/infinity77/AGW_Docs/" rel="nofollow">http://xoomer.virgilio.it/infinity77/AGW_Docs/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ma</title>
		<link>http://www.blog.pythonlibrary.org/2009/12/09/the-%e2%80%9cbook%e2%80%9d-controls-of-wxpython-part-2-of-2/comment-page-1/#comment-21639</link>
		<dc:creator>ma</dc:creator>
		<pubDate>Tue, 24 Aug 2010 02:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=348#comment-21639</guid>
		<description>First off thank you for the quick reply!! that was unexpected and very much appreciated.
however i am sorry to be a pain but do you know off hand when that change may have been made or what svn revisions i should be looking at to see where the change may have occured . Unfortunaly alot of the wx.lib.agw.aui documenation found using google is for wxPython 2.8.9.2 and the change logs between major revisions don&#039;t really provide any hint as to what needs to be done to modify those flags to work properly with 2.8.11.0 

again thank you for your extremly prompt reply </description>
		<content:encoded><![CDATA[<p>First off thank you for the quick reply!! that was unexpected and very much appreciated.<br />
however i am sorry to be a pain but do you know off hand when that change may have been made or what svn revisions i should be looking at to see where the change may have occured . Unfortunaly alot of the wx.lib.agw.aui documenation found using google is for wxPython 2.8.9.2 and the change logs between major revisions don&#8217;t really provide any hint as to what needs to be done to modify those flags to work properly with 2.8.11.0 </p>
<p>again thank you for your extremly prompt reply</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.blog.pythonlibrary.org/2009/12/09/the-%e2%80%9cbook%e2%80%9d-controls-of-wxpython-part-2-of-2/comment-page-1/#comment-21637</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 24 Aug 2010 01:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=348#comment-21637</guid>
		<description>Yeah, Andrea did some changes because some of his flags either interfered with some wx default flags or he just had too many to include using the normal flag-naming conventions. I think you have to preface the flag names with &quot;agw&quot; now.</description>
		<content:encoded><![CDATA[<p>Yeah, Andrea did some changes because some of his flags either interfered with some wx default flags or he just had too many to include using the normal flag-naming conventions. I think you have to preface the flag names with &#8220;agw&#8221; now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ma</title>
		<link>http://www.blog.pythonlibrary.org/2009/12/09/the-%e2%80%9cbook%e2%80%9d-controls-of-wxpython-part-2-of-2/comment-page-1/#comment-21635</link>
		<dc:creator>ma</dc:creator>
		<pubDate>Tue, 24 Aug 2010 01:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=348#comment-21635</guid>
		<description>again to be clear i have been testing with wxwidgets 2.8.11.0 </description>
		<content:encoded><![CDATA[<p>again to be clear i have been testing with wxwidgets 2.8.11.0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ma</title>
		<link>http://www.blog.pythonlibrary.org/2009/12/09/the-%e2%80%9cbook%e2%80%9d-controls-of-wxpython-part-2-of-2/comment-page-1/#comment-21636</link>
		<dc:creator>ma</dc:creator>
		<pubDate>Tue, 24 Aug 2010 01:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=348#comment-21636</guid>
		<description>your tutorials a clear however im not sure the newest version of wxpython implements the aui.AUI_NB_CLOSE_ON_ALL_TABS and similar flags correctly, has there been a change in the lib.agw.aui API or is it just a bug?</description>
		<content:encoded><![CDATA[<p>your tutorials a clear however im not sure the newest version of wxpython implements the aui.AUI_NB_CLOSE_ON_ALL_TABS and similar flags correctly, has there been a change in the lib.agw.aui API or is it just a bug?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.blog.pythonlibrary.org/2009/12/09/the-%e2%80%9cbook%e2%80%9d-controls-of-wxpython-part-2-of-2/comment-page-1/#comment-21275</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 15 Jun 2010 09:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=348#comment-21275</guid>
		<description>Sorry, I forgot to include that in my articles. The agw.aui.AuiNotebook does support perspectives. I think I heard some rumblings that the C++ ones may get them too at some point, but Andrea Gavana decided to do his own thing rather than wait for the nebulous future. There&#039;s an example in the official wxPython demo and I added a note to that effect in my 2nd article in the &quot;Wrapping Up&quot; section.&lt;a href=&quot;http://www.hooproll.com&quot; &gt;buy air jordan&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Sorry, I forgot to include that in my articles. The agw.aui.AuiNotebook does support perspectives. I think I heard some rumblings that the C++ ones may get them too at some point, but Andrea Gavana decided to do his own thing rather than wait for the nebulous future. There&#8217;s an example in the official wxPython demo and I added a note to that effect in my 2nd article in the &#8220;Wrapping Up&#8221; section.<a href="http://www.hooproll.com" >buy air jordan</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mld</title>
		<link>http://www.blog.pythonlibrary.org/2009/12/09/the-%e2%80%9cbook%e2%80%9d-controls-of-wxpython-part-2-of-2/comment-page-1/#comment-14123</link>
		<dc:creator>mld</dc:creator>
		<pubDate>Thu, 10 Dec 2009 18:44:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=348#comment-14123</guid>
		<description>@ bc:

Sorry, I forgot to include that in my articles. The agw.aui.AuiNotebook does support perspectives. I think I heard some rumblings that the C++ ones may get them too at some point, but Andrea Gavana decided to do his own thing rather than wait for the nebulous future. There&#039;s an example in the official wxPython demo and I added a note to that effect in my 2nd article in the &quot;Wrapping Up&quot; section.

Thanks,

- Mike</description>
		<content:encoded><![CDATA[<p>@ bc:</p>
<p>Sorry, I forgot to include that in my articles. The agw.aui.AuiNotebook does support perspectives. I think I heard some rumblings that the C++ ones may get them too at some point, but Andrea Gavana decided to do his own thing rather than wait for the nebulous future. There&#8217;s an example in the official wxPython demo and I added a note to that effect in my 2nd article in the &#8220;Wrapping Up&#8221; section.</p>
<p>Thanks,</p>
<p>- Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mld</title>
		<link>http://www.blog.pythonlibrary.org/2009/12/09/the-%e2%80%9cbook%e2%80%9d-controls-of-wxpython-part-2-of-2/comment-page-1/#comment-22782</link>
		<dc:creator>mld</dc:creator>
		<pubDate>Thu, 10 Dec 2009 18:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=348#comment-22782</guid>
		<description>@ bc:

Sorry, I forgot to include that in my articles. The agw.aui.AuiNotebook does support perspectives. I think I heard some rumblings that the C++ ones may get them too at some point, but Andrea Gavana decided to do his own thing rather than wait for the nebulous future. There&#039;s an example in the official wxPython demo and I added a note to that effect in my 2nd article in the &quot;Wrapping Up&quot; section.

Thanks,

- Mike</description>
		<content:encoded><![CDATA[<p>@ bc:</p>
<p>Sorry, I forgot to include that in my articles. The agw.aui.AuiNotebook does support perspectives. I think I heard some rumblings that the C++ ones may get them too at some point, but Andrea Gavana decided to do his own thing rather than wait for the nebulous future. There&#8217;s an example in the official wxPython demo and I added a note to that effect in my 2nd article in the &#8220;Wrapping Up&#8221; section.</p>
<p>Thanks,</p>
<p>- Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bc</title>
		<link>http://www.blog.pythonlibrary.org/2009/12/09/the-%e2%80%9cbook%e2%80%9d-controls-of-wxpython-part-2-of-2/comment-page-1/#comment-14094</link>
		<dc:creator>bc</dc:creator>
		<pubDate>Wed, 09 Dec 2009 22:58:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=348#comment-14094</guid>
		<description>nice pair of articles. Do any of the aui notebook implementations (python or wrapped C++) support layout persistence (i.e. &quot;perspectives&quot;, in eclipse-speak)?</description>
		<content:encoded><![CDATA[<p>nice pair of articles. Do any of the aui notebook implementations (python or wrapped C++) support layout persistence (i.e. &#8220;perspectives&#8221;, in eclipse-speak)?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

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

