<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">2013/11/22 Daniel Narvaez <span dir="ltr"><<a href="mailto:dwnarvaez@gmail.com" target="_blank">dwnarvaez@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

Yes the callback is never executed because there is no python notification. And our test succeeds because it doesn't make sure that the callback is called.</blockquote></div><div class="gmail_extra"><br></div><div class="gmail_extra">

Ok, I see...</div><div class="gmail_extra"><br></div><div class="gmail_extra">I am watching <a href="https://github.com/sugarlabs/sugar-toolkit-gtk3/blob/master/src/sugar3/activity/webactivity.py#L89">https://github.com/sugarlabs/sugar-toolkit-gtk3/blob/master/src/sugar3/activity/webactivity.py#L89</a> and I can see if we are in standalone mode this fragment of code is not executed (obvious because the activity is not started from sugar) then we don't have <i>window.suga</i>r global var, and I think that it is good and need be maintained through all cycle (is understood?).</div>

<div class="gmail_extra">I mean, if you are in <i>standalone mode</i> you should not exist <i>"global" sugar var</i>, and in the client side, the logic for <i><b>onStandalone</b></i> method <i>is check that sugar var existence</i>.</div>

<div class="gmail_extra">Because I noted the behaviour when <i>sugar var</i> don't exists on client side, <a href="https://github.com/sugarlabs/sugar-web/blob/master/env.js#L13">this fragment</a> creates this variable anyway and I do not understand why.</div>

<div class="gmail_extra"><br></div><div class="gmail_extra">I propose remove this fragment at the moment and make a method activity.onStandalone (as was already discussed with Manu, I remember) and the logic can be: checks existence of sugar var, make sence?</div>

</div><div class="gmail_extra"><br clear="all"><div><br></div>-- <br>Roger<div><br><div><a href="http://activitycentral.com/" target="_blank">Activity Central</a></div></div>
</div></div>