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

2013-12-03 Thread Manuel Quiñones
2013/11/25 Agustin Zubiaga Sanchez : > Hi, now the StopButton is added automatically you don't have to call > self.add_stopbutton anymore :) Great, I will give it a try in Browse. -- .. manuq .. ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.

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

2013-11-25 Thread Agustin Zubiaga Sanchez
Hi, now the StopButton is added automatically you don't have to call self.add_stopbutton anymore :) Regards, aguz 2013/11/25 Manuel Quiñones > 2013/11/24 Agustin Zubiaga Sanchez : > > Manu, > > I just added the __init__.py file. > > > > About the StopButton, I added the function add_stopbutton

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

2013-11-25 Thread Manuel Quiñones
2013/11/24 Agustin Zubiaga Sanchez : > Manu, > I just added the __init__.py file. > > About the StopButton, I added the function add_stopbutton in order to be > called when the activity developer finish its toolbar, because > SimpleActivity can't know where it's ready, I think the only way to do th

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

2013-11-24 Thread Agustin Zubiaga Sanchez
Manu, I just added the __init__.py file. About the StopButton, I added the function add_stopbutton in order to be called when the activity developer finish its toolbar, because SimpleActivity can't know where it's ready, I think the only way to do this is when the user adds any item to the toolbar