<div dir="ltr"><div>Hi, now the StopButton is added automatically you don't have to call self.add_stopbutton anymore :)<br><br></div>Regards,<br>aguz<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/11/25 Manuel Quiñones <span dir="ltr"><<a href="mailto:manuq@laptop.org" target="_blank">manuq@laptop.org</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">2013/11/24 Agustin Zubiaga Sanchez <<a href="mailto:aguz@sugarlabs.org">aguz@sugarlabs.org</a>>:<br>
<div class="im">> Manu,<br>
> I just added the __init__.py file.<br>
><br>
> About the StopButton, I added the function add_stopbutton in order to be<br>
> called when the activity developer finish its toolbar, because<br>
> SimpleActivity can't know where it's ready, I think the only way to do this<br>
> is when the user adds any item to the toolbar, move (actually, remove and<br>
> insert again) the stopbutton with its separator to the end of the toolbar,<br>
> but we would doing that every time an item is added and I think it doesn't<br>
> make sense.<br>
> If there is a way to fix an item position, please let me know.<br>
<br>
</div>I guess you can consider this in the implementation of the add_to*<br>
methods of SimpleActivity.<br>
<br>
What I would do:<br>
<br>
- in the constructor of simple activity, add the main toolbar and the<br>
items that are always required: activity button, separator, stop<br>
button.<br>
<br>
- in the add_to* methods, consider the separator and stop button when<br>
inserting the new elements.  Insert them before.<br>
<div class="im"><br>
> About new signals style:<br>
> They look nicer, when I want to define a signal without a function, I can do<br>
> my_signal = GObject.Signal('my_signal', arg_types=(int)) as you said, then<br>
> where I should put that?<br>
><br>
> self.mysignal  = GObject.Signal(.... ?<br>
<br>
</div>Yes, making the signal an attribute of the class sounds right.<br>
<div class="HOEnZb"><div class="h5"><br>
--<br>
.. manuq ..<br>
_______________________________________________<br>
Lista olpc-Sur<br>
<a href="mailto:olpc-Sur@lists.laptop.org">olpc-Sur@lists.laptop.org</a><br>
<a href="http://lists.laptop.org/listinfo/olpc-sur" target="_blank">http://lists.laptop.org/listinfo/olpc-sur</a><br>
</div></div></blockquote></div><br></div>