<div dir="ltr">HI David,<div><br></div><div>You are right, the output of: &quot;<span style="font-family:arial,sans-serif;font-size:13px">SmalltalkImage current extractParameters&quot; is an empty Dictionary.</span></div><div>
<br></div><div>Many thanks for the clue, now i have to figure out, why the parameter passing isn&#39;t working.</div><div><br></div><div>Regards.</div><div><br></div><div>Gustavo.</div></div><div class="gmail_extra"><br><br>
<div class="gmail_quote">On Wed, Dec 4, 2013 at 1:13 PM, David Corking <span dir="ltr">&lt;<a href="mailto:lists@dcorking.com" target="_blank">lists@dcorking.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Yesterday Gustavo Duarte wrote<br>
<div class="im">&gt; I installed last version of Etoys:<br>
&gt; <a href="http://etoys.squeak.org/download/Etoys-To-Go-5.0.1-RC4.zip" target="_blank">http://etoys.squeak.org/download/Etoys-To-Go-5.0.1-RC4.zip</a> on machine<br>
&gt;<br>
&gt; The problem that we are having is, when from Etoys, when I trying to save<br>
&gt; the project, journal option isn&#39;t showed on menu.<br>
<br>
</div>Welcome Gustavo!<br>
<br>
I am sorry, I haven&#39;t the bandwidth to try the versions you need, and<br>
I don&#39;t know the<br>
relevant classes deeply. Instead I had a quick look at Etoys 5.0 in<br>
Sugar 0.98 in Fedora 19. You may already have tried this:<br>
<br>
Print<br>
<br>
  SugarLauncher new isRunningInSugar<br>
<br>
That should be true. If it is false, the navigator flap will not show<br>
the journal buttons.<br>
<br>
If it is false, then print<br>
<br>
  SmalltalkImage current extractParameters<br>
<br>
It should be a dictionary that includes parameters set by the<br>
Sugar launch script. In the older version of Sugar I have here, they<br>
are ACTIVITY_ID, BUNDLE_ID, BUNDLE_PATH, SQUEAKLETS<br>
<br>
If not, I would suggest a look at the python and shell scripts that<br>
launch Etoys.<br>
<br>
Have fun! David<br>
<br>
p.s. I expect your question will be welcome on the etoys-dev mailing list:<br>
<a href="http://lists.squeakland.org/mailman/listinfo/etoys-dev" target="_blank">http://lists.squeakland.org/mailman/listinfo/etoys-dev</a><br>
<br>
</blockquote></div><br></div>