[Sugar-devel] Duplicated activity names for TamTamSuite in os4, XO1.75B1

2011-09-13 Thread Emiliano Pastorino
d correctly, so I don't know where's Sugar getting the wrong name from. TamTam version is 59. Is this a bug? Should I open a ticket? -- Ing. Emiliano Pastorino Centro Ceibal Av. Italia 6201 Ed. Los Ceibos Montevideo, Uruguay Tel: (598) 2601 5773 int.: 2232

Re: [Sugar-devel] TA NXT plugin - cleanup and faster startup

2011-03-23 Thread Emiliano Pastorino
artin/turtleart/ you'll find > current TA master plus 2 patches. One is Emiliano's work, presented as > a single patch that only touches the relevant files. I think this is > good to merge. > > Author: Emiliano Pastorino > Date: Wed Mar 23 11:49:02 2011 -0400 &

Re: [Sugar-devel] Interesting USB-pluggable robots, controller boards, and sensors

2011-03-09 Thread Emiliano Pastorino
gt; m >> -- >> martin.langh...@gmail.com >> mar...@laptop.org -- Software Architect - OLPC >> - ask interesting questions >> - don't get distracted with shiny stuff - working code first >> - http://wiki.laptop.org/go/User:Martinlanghoff >> > > --

Re: [Sugar-devel] Interesting USB-pluggable robots, controller boards, and sensors

2011-03-09 Thread Emiliano Pastorino
Actually, I've realized that we have the new kit: http://www.sparkfun.com/products/10174 The difference is that it includes a flex sensor. On Wed, Mar 9, 2011 at 10:25 AM, Emiliano Pastorino < epastor...@plan.ceibal.edu.uy> wrote: > Emiliano has Arduino + TA working, I thin

Re: [Sugar-devel] Interesting USB-pluggable robots, controller boards, and sensors

2011-03-09 Thread Emiliano Pastorino
t; the exact same kit here, and fold it into our test plans. >> > >> >> ___ >> Sugar-devel mailing list >> Sugar-devel@lists.sugarlabs.org >> http://lists.sugarlabs.org/listinfo/sugar-devel >> > > > __

Re: [Sugar-devel] TurtleBlocks driving lego NXT 2.0 -

2011-01-09 Thread Emiliano Pastorino
> > Wow! I didn't know this existed! What do you mean when you say "hw > wasn't ready?" > Oh! I meant we hadn't had time to prepare the kits for the kids, just that. yes -- I've seen it. And I have an NXT at home, will be testing it > soon. I may have a few patches for you... > I'll appreciate

Re: [Sugar-devel] TurtleBlocks driving lego NXT 2.0 -

2011-01-09 Thread Emiliano Pastorino
Hi, Martin et al, We're working on a project to introduce robotics to school and high-school kids this year. For that, we're using both Arduino and Lego Mindstorms NXT2.0. There was a pilot 2 months ago using Mindstorms, but there wasn't any software support for the XO by then, so kids used only t

Re: [Sugar-devel] Permission problems and acessing usb dispositive

2010-06-23 Thread Emiliano Pastorino
Alberto, You could write a udev rule like this: cat > /etc/udev/rules.d/99-ttyACM.rules << EOF KERNEL=="ttyACM[0-9]",MODE="0666" EOF This will set rw access to ttyACM devices for everyone. If you think that's too permissive, you could do something like: cat > /etc/udev/rules.d/99-ttyACM.rules <

Re: [Sugar-devel] Setting default font size in Write activity

2009-09-23 Thread Emiliano Pastorino
That did the job. Thank you very much, Tomeu! Emiliano On Wed, Sep 23, 2009 at 11:27 AM, Tomeu Vizoso wrote: > On Wed, Sep 23, 2009 at 15:27, Emiliano Pastorino > wrote: > > Hi, everyone > > > > I've been asked to set a larger font size by default in Write activi

[Sugar-devel] Setting default font size in Write activity

2009-09-23 Thread Emiliano Pastorino
Hi, everyone I've been asked to set a larger font size by default in Write activity for children who are visually impaired. I tried to edit "toolbar.py" like this: ... ... for i, s in enumerate(self._font_sizes): self._font_size_combo_append_item(i, s, None) if s == '12': self._fo

Re: [Sugar-devel] Quick question - gtk focusing

2009-03-05 Thread Emiliano Pastorino
> > If you return True, no other event handlers will be processed so keyboard > navigation will be avoided. > Thank Wade! That did the job ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

[Sugar-devel] Quick question - gtk focusing

2009-03-04 Thread Emiliano Pastorino
corresponding button. Summarizing... I need not to focus ever on any button, is that possible? I'm using gtk.Button only... Thanks! -- Ing. Emiliano Pastorino LATU - Plan Ceibal Av. Italia 6201 CP: 11500, Montevideo, Uruguay Tel: (598 2) 601 5773 int.: 210 __