<?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: wxPython: How to Switch Between Panels</title>
	<atom:link href="http://www.blog.pythonlibrary.org/2010/06/16/wxpython-how-to-switch-between-panels/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blog.pythonlibrary.org/2010/06/16/wxpython-how-to-switch-between-panels/</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: Pythonie</title>
		<link>http://www.blog.pythonlibrary.org/2010/06/16/wxpython-how-to-switch-between-panels/comment-page-1/#comment-22919</link>
		<dc:creator>Pythonie</dc:creator>
		<pubDate>Wed, 15 Sep 2010 16:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=962#comment-22919</guid>
		<description>Hi... I&#039;m making a real-time power monitor using wxpython... can you show me an example of such an application, if there is? I don&#039;t know yet how to obtain the data from the serial port... T_T</description>
		<content:encoded><![CDATA[<p>Hi&#8230; I&#8217;m making a real-time power monitor using wxpython&#8230; can you show me an example of such an application, if there is? I don&#8217;t know yet how to obtain the data from the serial port&#8230; T_T</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zheo</title>
		<link>http://www.blog.pythonlibrary.org/2010/06/16/wxpython-how-to-switch-between-panels/comment-page-1/#comment-21235</link>
		<dc:creator>Zheo</dc:creator>
		<pubDate>Fri, 30 Jul 2010 00:03:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=962#comment-21235</guid>
		<description>hi, thanks for the new example,that is was I looking for.&lt;br&gt;thank you for the help!! ^_^</description>
		<content:encoded><![CDATA[<p>hi, thanks for the new example,that is was I looking for.<br />thank you for the help!! ^_^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zheo</title>
		<link>http://www.blog.pythonlibrary.org/2010/06/16/wxpython-how-to-switch-between-panels/comment-page-1/#comment-21234</link>
		<dc:creator>Zheo</dc:creator>
		<pubDate>Thu, 29 Jul 2010 18:45:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=962#comment-21234</guid>
		<description>hi, i&#039;m again (Zheo), thanks for the code to my mail, its work :D many many thanks, really!!. I have another question, is about the menu(), i try to change some menu opcion when the panel switch. F.E.&lt;br&gt;Panel 1 = menu-&gt; Go to panel 2&lt;br&gt;and when i press go to Panel 2, but in the Panel 2, change that opcion for&lt;br&gt;Go to Panel 1.&lt;br&gt;I try to make a function like:&lt;br&gt;&lt;br&gt;if self.panel_one.IsShown():&lt;br&gt;    conf.Append(wx.ID_SETUP, &quot;Go Panel 2&quot;, &quot;&quot;)&lt;br&gt;else:&lt;br&gt;   conf.Append(wx.ID_SETUP, &quot;Go Panel 1&quot;, &quot;&quot;)&lt;br&gt;&lt;br&gt;But menu option dont change. What is my error?&lt;br&gt;thanks :D</description>
		<content:encoded><![CDATA[<p>hi, i&#39;m again (Zheo), thanks for the code to my mail, its work <img src='http://www.blog.pythonlibrary.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  many many thanks, really!!. I have another question, is about the menu(), i try to change some menu opcion when the panel switch. F.E.<br />Panel 1 = menu-&gt; Go to panel 2<br />and when i press go to Panel 2, but in the Panel 2, change that opcion for<br />Go to Panel 1.<br />I try to make a function like:</p>
<p>if self.panel_one.IsShown():<br />    conf.Append(wx.ID_SETUP, &#8220;Go Panel 2&#8243;, &#8220;&#8221;)<br />else:<br />   conf.Append(wx.ID_SETUP, &#8220;Go Panel 1&#8243;, &#8220;&#8221;)</p>
<p>But menu option dont change. What is my error?<br />thanks <img src='http://www.blog.pythonlibrary.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zheo</title>
		<link>http://www.blog.pythonlibrary.org/2010/06/16/wxpython-how-to-switch-between-panels/comment-page-1/#comment-21231</link>
		<dc:creator>Zheo</dc:creator>
		<pubDate>Thu, 29 Jul 2010 09:11:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=962#comment-21231</guid>
		<description>hi, first, congratulation for your code, you are awesome!!!. I have a question about this tutorial. I have a button in the second panel and i want that button back to the first panel. Is possible that?&lt;br&gt;&lt;br&gt;thanks :D</description>
		<content:encoded><![CDATA[<p>hi, first, congratulation for your code, you are awesome!!!. I have a question about this tutorial. I have a button in the second panel and i want that button back to the first panel. Is possible that?</p>
<p>thanks <img src='http://www.blog.pythonlibrary.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

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

