<?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[how to add custom button to the SpaceCenter’s display menu ?]]></title><description><![CDATA[<p dir="auto">Hey guys,<br />
Is there any example of how to add custom button to this menu on the right?<br />
<img src="/assets/uploads/files/1583415506031-a0ad2da2-df81-4007-a810-857a85ac9c59-image.png" alt="a0ad2da2-df81-4007-a810-857a85ac9c59-image.png" class="img-responsive img-markdown" /></p>
<p dir="auto">Cheers</p>
]]></description><link>https://forum.robofont.com/topic/815/how-to-add-custom-button-to-the-spacecenter-s-display-menu</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Jul 2026 07:52:19 GMT</lastBuildDate><atom:link href="https://forum.robofont.com/topic/815.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 05 Mar 2020 13:40:57 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to how to add custom button to the SpaceCenter’s display menu ? on Fri, 06 Mar 2020 16:10:37 GMT]]></title><description><![CDATA[<p dir="auto">Hey guys,<br />
Is there any example of how to add custom button to this menu on the right?<br />
<img src="/assets/uploads/files/1583415506031-a0ad2da2-df81-4007-a810-857a85ac9c59-image.png" alt="a0ad2da2-df81-4007-a810-857a85ac9c59-image.png" class="img-responsive img-markdown" /></p>
<p dir="auto">Cheers</p>
]]></description><link>https://forum.robofont.com/post/3090</link><guid isPermaLink="true">https://forum.robofont.com/post/3090</guid><dc:creator><![CDATA[RafaŁ Buchner]]></dc:creator><pubDate>Fri, 06 Mar 2020 16:10:37 GMT</pubDate></item><item><title><![CDATA[Reply to how to add custom button to the SpaceCenter’s display menu ? on Fri, 06 Mar 2020 09:46:26 GMT]]></title><description><![CDATA[<p dir="auto">for now this is not possible...</p>
<p dir="auto">Space center menus are on the restructuring table. To split up into a menu for display options and a menu for typographic options.</p>
<p dir="auto">I can imagine adding a similar notification like in a glyph window or font overview</p>
]]></description><link>https://forum.robofont.com/post/3095</link><guid isPermaLink="true">https://forum.robofont.com/post/3095</guid><dc:creator><![CDATA[frederik]]></dc:creator><pubDate>Fri, 06 Mar 2020 09:46:26 GMT</pubDate></item><item><title><![CDATA[Reply to how to add custom button to the SpaceCenter’s display menu ? on Fri, 06 Mar 2020 09:54:45 GMT]]></title><description><![CDATA[<p dir="auto">second thought:</p>
<p dir="auto">this works:</p>
<pre><code>from mojo.UI import OpenSpaceCenter
import vanilla

w = OpenSpaceCenter(CurrentFont(), newWindow=True)

w.top.setPosSize((0, 0, -100, 40))
w.myButton = vanilla.Button((-100, 10, -10, 22), "hit")
</code></pre>
]]></description><link>https://forum.robofont.com/post/3096</link><guid isPermaLink="true">https://forum.robofont.com/post/3096</guid><dc:creator><![CDATA[frederik]]></dc:creator><pubDate>Fri, 06 Mar 2020 09:54:45 GMT</pubDate></item><item><title><![CDATA[Reply to how to add custom button to the SpaceCenter’s display menu ? on Fri, 06 Mar 2020 13:57:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.robofont.com/uid/1">@frederik</a> said in <a href="/post/3095">how to add custom button to the SpaceCenter's display menu ?</a>:</p>
<blockquote>
<p dir="auto">for now this is not possible...<br />
Space center menus are on the restructuring table. To split up into a menu for display options and a menu for typographic options.<br />
I can imagine adding a similar notification like in a glyph window or font overview</p>
</blockquote>
<p dir="auto">So I imagine that it is also not possible for the right-click menu in SpaceCenter?</p>
<p dir="auto">this button, on top of the SC, for now, should be enough. Thanks!</p>
]]></description><link>https://forum.robofont.com/post/3097</link><guid isPermaLink="true">https://forum.robofont.com/post/3097</guid><dc:creator><![CDATA[RafaŁ Buchner]]></dc:creator><pubDate>Fri, 06 Mar 2020 13:57:21 GMT</pubDate></item></channel></rss>