<div dir="ltr"><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">Thanks Russell! </span><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial"><br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial">I get an error: </div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial">"<span></span><p class="gmail-m_-4400010881153516023gmail-p1" style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo"><span class="gmail-m_-4400010881153516023gmail-s1" style="font-variant-ligatures:no-common-ligatures">echo "desktop open. saveAs: 'dev.snap'. quitNoSave " | Self -f worldBuilder.self -o morphic</span></p><p class="gmail-m_-4400010881153516023gmail-p1" style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo"><span class="gmail-m_-4400010881153516023gmail-s1" style="font-variant-ligatures:no-common-ligatures">/usr/bin/Self: line 2: /Applications/Self Control.app/Contents/<wbr>Resources/Self.app/Contents/<wbr>MacOS/Self: No such file or directory<br>"</span></p><p class="gmail-m_-4400010881153516023gmail-p1" style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo"><span class="gmail-m_-4400010881153516023gmail-s1" style="font-variant-ligatures:no-common-ligatures"><br></span></p><p class="gmail-m_-4400010881153516023gmail-p1" style="margin:0px;font-style:normal;font-variant:normal;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo"><span class="gmail-m_-4400010881153516023gmail-s1" style="font-variant-ligatures:no-common-ligatures">It appears that that should perhaps be '<span style="font-weight:400;color:rgb(34,34,34);font-family:Menlo;font-size:11px;font-style:normal;font-variant-ligatures:no-common-ligatures;font-variant-caps:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">/Applications/Self Control.app/Contents/<wbr>Resources/Self.app/Contents/<wbr>MacOS/Self</span><span> </span><b>Control</b>', is in that directory?  </span></p><p class="gmail-m_-4400010881153516023gmail-p1" style="margin:0px;font-style:normal;font-variant:normal;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo"><span class="gmail-m_-4400010881153516023gmail-s1" style="font-variant-ligatures:no-common-ligatures"><br></span></p><p class="gmail-m_-4400010881153516023gmail-p1" style="margin:0px;font-style:normal;font-variant:normal;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo"><span class="gmail-m_-4400010881153516023gmail-s1" style="font-variant-ligatures:no-common-ligatures">Thanks again,</span></p><p class="gmail-m_-4400010881153516023gmail-p1" style="margin:0px;font-style:normal;font-variant:normal;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo"><span class="gmail-m_-4400010881153516023gmail-s1" style="font-variant-ligatures:no-common-ligatures">David</span></p></div><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 6, 2018 at 4:37 PM, Russell Allen <a href="mailto:mail@russell-allen.com">mail@russell-allen.com</a> [self-interest] <span dir="ltr"><<a href="mailto:self-interest@yahoogroups.com" target="_blank">self-interest@yahoogroups.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi everyone,<br>
<br>
I thought since the mailing list has been a bit quiet I might do some updates, partly to show activity and partly to prompt myself to do stuff :)<br>
<br>
Activity happens on the 'dev' branch on <a href="http://github.com/russellallen/self" rel="noreferrer" target="_blank">github.com/russellallen/self</a> and since the 2017.1 release I have:<br>
<br>
* Made Morphic more responsive at cost of some CPU usage. The morphic framerate is determined by the full cycle of getting events, changing morphs and redrawing the necessary parts of the screen. What I did was tweak the delays so that<br>
- if events are coming in, the cycle goes as fast as it can<br>
- if events are not coming in, it goes up to 60fps if it can but no faster<br>
but in each case, it won't take more than 50% of the CPU.<br>
<br>
At least on my machines the desktop animations seem smoother and the system feels more responsive.<br>
<br>
* Nicer looking sliderMorph, so scroll bars on text fields look more like the macOS rounded rect rather than a thin black line<br>
<br>
* New copyTransparent method on morphs allowing simplification of intialisation code in a bunch of places<br>
<br>
I also have accumulated some bug fixes:<br>
<br>
* Fix to bug in damage logging causing dragged morphs leaving behind stuff<br>
* Fix to bug preventing shadow being shown when morphs grabbed by hand on mac<br>
* Fix capitalizeAll (Issue #124)<br>
<br>
Assuming you have Self in your command line path somewhere, you can try out by:<br>
<br>
> git clone <a href="https://github.com/russellallen/self.git" rel="noreferrer" target="_blank">https://github.com/<wbr>russellallen/self.git</a><br>
> cd self && git checkout dev && cd objects<br>
> echo "desktop open. saveAs: 'dev.snap'. quitNoSave " | Self -f worldBuilder.self -o morphic<br>
<br>
You will then have a dev.snap snapshot.<br>
<br>
Have fun, Russell<br>
<br>
<br>
<br>
<br>
------------------------------<wbr>------<br>
Posted by: Russell Allen <<a href="mailto:mail@russell-allen.com">mail@russell-allen.com</a>><br>
------------------------------<wbr>------<br>
<br>
<br>
------------------------------<wbr>------<br>
<br>
Yahoo Groups Links<br>
<br>
<*> To visit your group on the web, go to:<br>
    <a href="http://groups.yahoo.com/group/self-interest/" rel="noreferrer" target="_blank">http://groups.yahoo.com/group/<wbr>self-interest/</a><br>
<br>
<*> Your email settings:<br>
    Individual Email | Traditional<br>
<br>
<*> To change settings online go to:<br>
    <a href="http://groups.yahoo.com/group/self-interest/join" rel="noreferrer" target="_blank">http://groups.yahoo.com/group/<wbr>self-interest/join</a><br>
    (Yahoo! ID required)<br>
<br>
<*> To change settings via email:<br>
    <a href="mailto:self-interest-digest@yahoogroups.com">self-interest-digest@<wbr>yahoogroups.com</a><br>
    <a href="mailto:self-interest-fullfeatured@yahoogroups.com">self-interest-fullfeatured@<wbr>yahoogroups.com</a><br>
<br>
<*> To unsubscribe from this group, send an email to:<br>
    <a href="mailto:self-interest-unsubscribe@yahoogroups.com">self-interest-unsubscribe@<wbr>yahoogroups.com</a><br>
<br>
<*> Your use of Yahoo Groups is subject to:<br>
    <a href="https://info.yahoo.com/legal/us/yahoo/utos/terms/" rel="noreferrer" target="_blank">https://info.yahoo.com/legal/<wbr>us/yahoo/utos/terms/</a><br>
<br>
</blockquote></div><br></div>