<?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[Save sheet]]></title><description><![CDATA[<p dir="auto">Is there a way to trigger the "Save" sheet that opens when you command-S a font that hasn't been saved yet?</p>
<p dir="auto">Currently my script calls <code>mojo.UI.PutFile</code> if a font doesn't have a path, but I realize that it could be a little bit nicer if I can open the standard "Save" sheet.</p>
<p dir="auto">Thanks!<br />
Andy</p>
]]></description><link>https://forum.robofont.com/topic/536/save-sheet</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Jul 2026 23:47:43 GMT</lastBuildDate><atom:link href="https://forum.robofont.com/topic/536.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 13 Nov 2018 18:28:50 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Save sheet on Thu, 15 Nov 2018 12:46:53 GMT]]></title><description><![CDATA[<p dir="auto">Is there a way to trigger the "Save" sheet that opens when you command-S a font that hasn't been saved yet?</p>
<p dir="auto">Currently my script calls <code>mojo.UI.PutFile</code> if a font doesn't have a path, but I realize that it could be a little bit nicer if I can open the standard "Save" sheet.</p>
<p dir="auto">Thanks!<br />
Andy</p>
]]></description><link>https://forum.robofont.com/post/1834</link><guid isPermaLink="true">https://forum.robofont.com/post/1834</guid><dc:creator><![CDATA[andyclymer]]></dc:creator><pubDate>Thu, 15 Nov 2018 12:46:53 GMT</pubDate></item><item><title><![CDATA[Reply to Save sheet on Thu, 15 Nov 2018 12:24:05 GMT]]></title><description><![CDATA[<p dir="auto">this should work:</p>
<pre><code class="language-python">f = CurrentFont()

doc = f.document()
doc.saveDocumentAs_(None)
</code></pre>
]]></description><link>https://forum.robofont.com/post/1840</link><guid isPermaLink="true">https://forum.robofont.com/post/1840</guid><dc:creator><![CDATA[frederik]]></dc:creator><pubDate>Thu, 15 Nov 2018 12:24:05 GMT</pubDate></item><item><title><![CDATA[Reply to Save sheet on Fri, 16 Nov 2018 21:24:15 GMT]]></title><description><![CDATA[<p dir="auto">This is perfect. Thank you!</p>
]]></description><link>https://forum.robofont.com/post/1846</link><guid isPermaLink="true">https://forum.robofont.com/post/1846</guid><dc:creator><![CDATA[andyclymer]]></dc:creator><pubDate>Fri, 16 Nov 2018 21:24:15 GMT</pubDate></item></channel></rss>