<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>RoboFont &#187; All Posts</title>
		<atom:link href="http://doc.robofont.com/forums/rss" rel="self" type="application/rss+xml" />
		<link>http://doc.robofont.com/forums/rss</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 07:21:35 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.3.2</generator>
		<language>en-US</language>

		
		
					
				<item>
					<guid>http://doc.robofont.com/forums/topic/anchor-behaviour/#post-5587</guid>
					<title><![CDATA[Reply To: Anchor behaviour]]></title>
					<link>http://doc.robofont.com/forums/topic/anchor-behaviour/#post-5587</link>
					<pubDate>Tue, 18 Jun 2013 23:53:25 +0000</pubDate>
					<dc:creator>danmilne</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Mathieu,</p>
<p>I&#8217;ve been wanting to do the same. I just spotted this in the 1.4 release notes:</p>
<p>   • page begin, page end jump through anchor selection</p>
<p>(they&#8217;re the home and end keys on my keyboard)</p>
<p>Perfect for my needs. Thanks Frederik!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://doc.robofont.com/forums/topic/double-points-when-generating-ttf/#post-5585</guid>
					<title><![CDATA[Double points when generating ttf]]></title>
					<link>http://doc.robofont.com/forums/topic/double-points-when-generating-ttf/#post-5585</link>
					<pubDate>Tue, 18 Jun 2013 13:49:57 +0000</pubDate>
					<dc:creator>Akiem</dc:creator>

					<description>
						<![CDATA[
						<p>When generating ttfs (with the option preserve points) I get some double points in the ttf contours (for letters with more than one contour).<br />
Am I doing something wrong?</p>
<p>TTF contour, where first point and last point are identical in contour 1.</p>
<pre>
&lt;contour&gt;
	&lt;pt x="306" y="454" on="1"/&gt;
	&lt;pt x="247" y="269" on="1"/&gt;
	&lt;pt x="380" y="269" on="1"/&gt;
	&lt;pt x="323" y="454" on="1"/&gt;
	&lt;pt x="321" y="461" on="0"/&gt;
	&lt;pt x="318" y="476" on="0"/&gt;
	&lt;pt x="316" y="489" on="0"/&gt;
	&lt;pt x="315" y="501" on="0"/&gt;
	&lt;pt x="315" y="506" on="1"/&gt;
	&lt;pt x="315" y="501" on="0"/&gt;
	&lt;pt x="314" y="489" on="0"/&gt;
	&lt;pt x="312" y="475" on="0"/&gt;
	&lt;pt x="308" y="461" on="0"/&gt;
	&lt;pt x="306" y="454" on="1"/&gt;
&lt;/contour&gt;
&lt;contour&gt;
	&lt;pt x="660" y="0" on="1"/&gt;
	&lt;pt x="467" y="0" on="1"/&gt;
	&lt;pt x="417" y="157" on="1"/&gt;
	&lt;pt x="211" y="157" on="1"/&gt;
	&lt;pt x="159" y="0" on="1"/&gt;
	&lt;pt x="-13" y="0" on="1"/&gt;
	&lt;pt x="237" y="702" on="1"/&gt;
	&lt;pt x="408" y="702" on="1"/&gt;
&lt;/contour&gt;
</pre>
<p>Original UFO contour.</p>
<pre>
&lt;contour&gt;
  &lt;point x="660.0" y="0.0" type="line"/&gt;
  &lt;point x="408.0" y="702.0" type="line"/&gt;
  &lt;point x="237.0" y="702.0" type="line"/&gt;
  &lt;point x="-13.0" y="0.0" type="line"/&gt;
  &lt;point x="159.0" y="0.0" type="line"/&gt;
  &lt;point x="211.0" y="157.0" type="line"/&gt;
  &lt;point x="417.0" y="157.0" type="line"/&gt;
  &lt;point x="467.0" y="0.0" type="line"/&gt;
&lt;/contour&gt;
&lt;contour&gt;
  &lt;point x="306.0" y="454.0" type="line"/&gt;
  &lt;point x="312.0" y="473.0"/&gt;
  &lt;point x="315.0" y="493.0"/&gt;
  &lt;point x="315.0" y="506.0" type="curve"/&gt;
  &lt;point x="315.0" y="493.0"/&gt;
  &lt;point x="317.0" y="474.0"/&gt;
  &lt;point x="323.0" y="454.0" type="curve" smooth="yes"/&gt;
  &lt;point x="380.0" y="269.0" type="line"/&gt;
  &lt;point x="247.0" y="269.0" type="line"/&gt;
&lt;/contour&gt;
</pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://doc.robofont.com/forums/topic/anchor-behaviour/#post-5584</guid>
					<title><![CDATA[Reply To: Anchor behaviour]]></title>
					<link>http://doc.robofont.com/forums/topic/anchor-behaviour/#post-5584</link>
					<pubDate>Fri, 14 Jun 2013 20:34:58 +0000</pubDate>
					<dc:creator>Mathieu Christe</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you for the very useful shortcuts!</p>
<p>I&#8217;ve realised by using the Cmd-click to select component, that the pointer needs to be on top of the component, which often makes the component slightly move (in my experience). I&#8217;ve looked through the documentation but couldn&#8217;t find a shortcut to only select components. If this is useful to other users and if I&#8217;m not missing a trick, may I suggest Alt-click?</p>
<p>Thanks for reading and listening.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://doc.robofont.com/forums/topic/create-checkboxes-with-loop/#post-5583</guid>
					<title><![CDATA[Reply To: Create checkboxes with loop?]]></title>
					<link>http://doc.robofont.com/forums/topic/create-checkboxes-with-loop/#post-5583</link>
					<pubDate>Wed, 12 Jun 2013 21:04:09 +0000</pubDate>
					<dc:creator>frederik</dc:creator>

					<description>
						<![CDATA[
						<p>sorry, its indeed <code>CheckBox</code></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://doc.robofont.com/forums/topic/create-checkboxes-with-loop/#post-5582</guid>
					<title><![CDATA[Reply To: Create checkboxes with loop?]]></title>
					<link>http://doc.robofont.com/forums/topic/create-checkboxes-with-loop/#post-5582</link>
					<pubDate>Wed, 12 Jun 2013 17:04:26 +0000</pubDate>
					<dc:creator>Philipp</dc:creator>

					<description>
						<![CDATA[
						<p>Boing!</p>
<p>My mistake was a typo: It´s <strong>CheckBox</strong>, not Checkbox … Ah, the joys of programming!</p>
<p>Thanks for your help! :-)</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://doc.robofont.com/forums/topic/create-checkboxes-with-loop/#post-5580</guid>
					<title><![CDATA[Reply To: Create checkboxes with loop?]]></title>
					<link>http://doc.robofont.com/forums/topic/create-checkboxes-with-loop/#post-5580</link>
					<pubDate>Wed, 12 Jun 2013 15:18:29 +0000</pubDate>
					<dc:creator>Philipp</dc:creator>

					<description>
						<![CDATA[
						<p>joanca, frederik, thanks for your fast answers!</p>
<p>joancas suggestion works. Though I read often that
<pre>exec()</pre>
<p> might be dangerous to use. Unfortunately I get an NameError with frederiks variant:</p>
<pre>NameError: global name 'Checkbox' is not defined</pre>
<p>This is my current code:</p>
<pre>
from vanilla import *

class setOrganizer():

    def __init__(self):
        self.w = Window((400,400), 'checkBoxWindow')
        
        for i in range(10):
            checkboxObject = Checkbox((10, 10, 10+30*i, 22), "label %s" % i)
            setattr(self.w, "checkBox_%s" % i, checkboxObject)

        self.w.open()
        
setOrganizer()
</pre>


<ul id="bbp-reply-revision-log-5580" class="bbp-reply-revision-log">

	<li id="bbp-reply-revision-log-5580-item-5581" class="bbp-reply-revision-log-item">
		This reply was modified 6 days, 16 hours ago by <a href="http://doc.robofont.com/forums/users/philipp/" title="View Philipp's profile"></a>&nbsp;<a href="http://doc.robofont.com/forums/users/philipp/" title="View Philipp's profile">Philipp</a>.
	</li>

</ul>

						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://doc.robofont.com/forums/topic/autosave/#post-5579</guid>
					<title><![CDATA[Reply To: Autosave]]></title>
					<link>http://doc.robofont.com/forums/topic/autosave/#post-5579</link>
					<pubDate>Wed, 12 Jun 2013 15:02:11 +0000</pubDate>
					<dc:creator>jmickel</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks Frederik,</p>
<p>It only saves one file, but it doesn&#8217;t continue to update the autosave file, which is what I thought it would do.</p>
<p>- Make newfont.ufo at 10:00am &#8211; &gt; newfont (autosaved).ufo appears in autosave folder with 10:00am save time.<br />
-  Continue working on newfont.ufo without saving for 20 minutes &#8211; &gt; newfont (autosaved).ufo still has a 10:00am save time.</p>
<p>Shouldn&#8217;t autosave be updating the file every ten minutes?</p>
<p>J</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://doc.robofont.com/forums/topic/autosave/#post-5578</guid>
					<title><![CDATA[Reply To: Autosave]]></title>
					<link>http://doc.robofont.com/forums/topic/autosave/#post-5578</link>
					<pubDate>Wed, 12 Jun 2013 14:42:07 +0000</pubDate>
					<dc:creator>frederik</dc:creator>

					<description>
						<![CDATA[
						<p>was there any change in the document? it autosaves only 1 version of the file (as default)</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://doc.robofont.com/forums/topic/create-checkboxes-with-loop/#post-5577</guid>
					<title><![CDATA[Reply To: Create checkboxes with loop?]]></title>
					<link>http://doc.robofont.com/forums/topic/create-checkboxes-with-loop/#post-5577</link>
					<pubDate>Wed, 12 Jun 2013 14:40:36 +0000</pubDate>
					<dc:creator>frederik</dc:creator>

					<description>
						<![CDATA[
						<p>a better way is to use <code>setattr</code></p>
<pre>
for i in range(10):
    checkboxObject = Checkbox((10, 10, 10+30*i, 22), "label %s" % i)
    setattr(self.w, "checkBox_%s" % i, checkboxObject)
</pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://doc.robofont.com/forums/topic/create-checkboxes-with-loop/#post-5572</guid>
					<title><![CDATA[Reply To: Create checkboxes with loop?]]></title>
					<link>http://doc.robofont.com/forums/topic/create-checkboxes-with-loop/#post-5572</link>
					<pubDate>Wed, 12 Jun 2013 13:40:51 +0000</pubDate>
					<dc:creator>joanca</dc:creator>

					<description>
						<![CDATA[
						<p>Probably there&#8217;s a better way of doing this, but at least, in the meantime, this works:<br />
) sorry I don&#8217;t know how to format code properly in the forum :(</p>
<pre><code>
from vanilla import *
 
class checkboxWindow:
    
    def __init__(self):
        
        self.w = Window((400,400), &#039;SetOrganizer&#039;)
        
        for n in range(5):
        
            exec(&quot;self.w.checkBox%s = CheckBox((10, 10 + (25*n+1), -10, -10), &#039;Label&#039;, callback=self.checkBoxCallback, value=True)&quot; % (n))
        
        self.w.open()
    
    def checkBoxCallback(self, sender):
        print sender.get(), sender.getTitle()
 
checkboxWindow()
</code></pre>


<ul id="bbp-reply-revision-log-5572" class="bbp-reply-revision-log">

	<li id="bbp-reply-revision-log-5572-item-5573" class="bbp-reply-revision-log-item">
		This reply was modified 6 days, 17 hours ago by <a href="http://doc.robofont.com/forums/users/joanca/" title="View joanca's profile"></a>&nbsp;<a href="http://doc.robofont.com/forums/users/joanca/" title="View joanca's profile">joanca</a>.
	</li>
	<li id="bbp-reply-revision-log-5572-item-5574" class="bbp-reply-revision-log-item">
		This reply was modified 6 days, 17 hours ago by <a href="http://doc.robofont.com/forums/users/joanca/" title="View joanca's profile"></a>&nbsp;<a href="http://doc.robofont.com/forums/users/joanca/" title="View joanca's profile">joanca</a>.
	</li>
	<li id="bbp-reply-revision-log-5572-item-5575" class="bbp-reply-revision-log-item">
		This reply was modified 6 days, 17 hours ago by <a href="http://doc.robofont.com/forums/users/joanca/" title="View joanca's profile"></a>&nbsp;<a href="http://doc.robofont.com/forums/users/joanca/" title="View joanca's profile">joanca</a>.
	</li>
	<li id="bbp-reply-revision-log-5572-item-5576" class="bbp-reply-revision-log-item">
		This reply was modified 6 days, 17 hours ago by <a href="http://doc.robofont.com/forums/users/joanca/" title="View joanca's profile"></a>&nbsp;<a href="http://doc.robofont.com/forums/users/joanca/" title="View joanca's profile">joanca</a>.
	</li>

</ul>

						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

