<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[OpenWindow with update]]></title><description><![CDATA[<p dir="auto">I realized that I can check if a window is already open so it won't be opened again with the <code>OpenWindow</code>. But I was wondering is there any neat way to do the following?</p>
<pre><code class="language-python">if window is not open:
    open(window)
else:
    window.update()
</code></pre>
<p dir="auto">Thanks!</p>
]]></description><link>https://forum.robofont.com/topic/410/openwindow-with-update</link><generator>RSS for Node</generator><lastBuildDate>Wed, 12 Aug 2026 05:19:51 GMT</lastBuildDate><atom:link href="https://forum.robofont.com/topic/410.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 04 Nov 2016 15:22:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to OpenWindow with update on Fri, 05 Jan 2018 00:58:13 GMT]]></title><description><![CDATA[<p dir="auto">I realized that I can check if a window is already open so it won't be opened again with the <code>OpenWindow</code>. But I was wondering is there any neat way to do the following?</p>
<pre><code class="language-python">if window is not open:
    open(window)
else:
    window.update()
</code></pre>
<p dir="auto">Thanks!</p>
]]></description><link>https://forum.robofont.com/post/409</link><guid isPermaLink="true">https://forum.robofont.com/post/409</guid><dc:creator><![CDATA[bahman]]></dc:creator><pubDate>Fri, 05 Jan 2018 00:58:13 GMT</pubDate></item><item><title><![CDATA[Reply to OpenWindow with update on Fri, 05 Jan 2018 00:58:37 GMT]]></title><description><![CDATA[<p dir="auto">Good point!</p>
<p dir="auto">In the next update, <code>OpenWindow</code> will return <code>True</code> when the window is already open and <code>False</code> if it hast to create a new instance of the class</p>
<p dir="auto">Thanks</p>
]]></description><link>https://forum.robofont.com/post/1439</link><guid isPermaLink="true">https://forum.robofont.com/post/1439</guid><dc:creator><![CDATA[frederik]]></dc:creator><pubDate>Fri, 05 Jan 2018 00:58:37 GMT</pubDate></item><item><title><![CDATA[Reply to OpenWindow with update on Fri, 05 Jan 2018 00:59:02 GMT]]></title><description><![CDATA[<p dir="auto">Is there any update on this. I'm trying to make a sub class of <code>BaseWindowController</code> to run a method if the window is already open. Still <code>OpenWindow</code> returns <code>None</code>.</p>
<p dir="auto">Thanks</p>
]]></description><link>https://forum.robofont.com/post/1444</link><guid isPermaLink="true">https://forum.robofont.com/post/1444</guid><dc:creator><![CDATA[bahman]]></dc:creator><pubDate>Fri, 05 Jan 2018 00:59:02 GMT</pubDate></item></channel></rss>