Re: [Sugar-devel] Introducing SimpleActivity / Introduciendo SimpleActivity

2013-11-23 Thread Manuel QuiƱones
Nice! I will try to use it in Browse. We should aim to zero code duplication and make activities code easier. I gave a quick look at the code. I think SimpleActivity should take care of adding the Stop button. All activities will (must) have it. Please add an empty __init__.py file so we

RE: [Sugar-devel] Introducing SimpleActivity / Introduciendo SimpleActivity

2013-11-22 Thread Alan Jhonn Aguiar Schwyn
Excellent! Some time ago I think have a simplified way to have an shareable activity without the tricky things of telephaty. This code can be added in Sugar? Date: Fri, 22 Nov 2013 18:01:09 +1100 From: qu...@laptop.org To: a...@sugarlabs.org Subject: Re: [Sugar-devel] Introducing

Re: [Sugar-devel] Introducing SimpleActivity / Introduciendo SimpleActivity

2013-11-22 Thread Agustin Zubiaga Sanchez
Thank you! James: I take your point... I am going to make separated branches one for collaboration and another for just a SimpleActivity Activity. I will try to do that today, anyway I will notify. Regards, aguz 2013/11/22 James Cameron qu...@laptop.org +1 I have reviewed

Re: [Sugar-devel] Introducing SimpleActivity / Introduciendo SimpleActivity

2013-11-21 Thread James Cameron
+1 I have reviewed simpleactivity.py and testactivity.py This code is very legible and explains well what it does, and can serve as an example for new activity authors. The docstrings in simpleactivity.py are an effective explanation of the simplified API, so perhaps you can generate the