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

[Sugar-devel] Introducing SimpleActivity / Introduciendo SimpleActivity

2013-11-21 Thread Agustin Zubiaga Sanchez
= English (Español debajo) = Hi everyone, I am writing to show you what I was developing those last days, in order to make simpler the developing of Sugar Activities, this module, micro library or whatever you want to call it, makes much more easier the processes that every activity does, for

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