Re: [Sugar-devel] [Karma] reason for KLayer

2009-09-04 Thread Felipe López Toledo
what i really like from KLayer is to save me from having write all this code like here: http://git.sugarlabs.org/projects/karma/repos/mainline/blobs/multicanvas/examples/adding_up_to_10/js/lesson.js#line23 initializing all the canvas and context objects yep, less typing I have added some

Re: [Sugar-devel] [Karma] Re: progress and issues w/ adding_up

2009-09-04 Thread Felipe López Toledo
I think it could be useful to rename klayer to KArea or KZone, an object that gives u easy access to the canvas and context. I like the objective, but I dislike the name. I think it could be useful to rename klayer to KArea or KZone, an object that gives u easy access to the canvas and

Re: [Sugar-devel] [Karma] Re: progress and issues w/ adding_up

2009-09-04 Thread Bryan Berry
On Fri, 2009-09-04 at 02:14 -0500, Felipe López Toledo wrote: I like the objective, but I dislike the name. we can stay w/ KLayer then ;) I think, you're referring to saving like taking a canvas snapshot and restoring it, rigth? exactly! -- Bryan W. Berry Technology Director OLE Nepal,

Re: [Sugar-devel] [Karma] reason for KLayer

2009-09-04 Thread Bryan Berry
awesome! looks great On Fri, 2009-09-04 at 02:09 -0500, Felipe López Toledo wrote: what i really like from KLayer is to save me from having write all this code like here:

Re: [Sugar-devel] Request Feature Freeze Exception for ticket #916 to allow sugar on non-xo hardware to register with a schoolserver

2009-09-04 Thread Tomeu Vizoso
On Sun, Aug 30, 2009 at 16:36, Tomeu Vizosoto...@sugarlabs.org wrote: On Fri, Aug 28, 2009 at 13:23, Hamilton Chuahamilton.c...@gmail.com wrote: Hello, I would like to kindly request for an exception to the feature freeze currently in place to allow the inclusion of a patch that will enable

[Sugar-devel] [ASLO] Release Elements-1

2009-09-04 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4214 Sugar Platform: from 0.82 to 0.86 Download Now: http://activities.sugarlabs.org/downloads/version/29231 Release notes: Reviewer comments: This request has been approved. Sugar Labs Activities http://activities.sugarlabs.org

[Sugar-devel] [ASLO] Release Domino-6

2009-09-04 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4212 Sugar Platform: from 0.82 to 0.86 Download Now: http://activities.sugarlabs.org/downloads/version/29229 Release notes: Reviewer comments: This request has been approved. Sugar Labs Activities http://activities.sugarlabs.org

[Sugar-devel] connecting to jabber.sl.o from 0.82

2009-09-04 Thread Bryan Berry
daveb, I used sugar-control-panel -s jabber jabber.sugarlabs.org to set the jabber server. olpc-netstatus now shows that I am using gabble and connected to Jabber server zill220.zill.net Unfortunately, I don't see any other users in my network view. Do I need to do anything else? I am not

[Sugar-devel] [ASLO] Release Ecomundo-1

2009-09-04 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4213 Sugar Platform: from 0.82 to 0.86 Download Now: http://activities.sugarlabs.org/downloads/version/29230 Release notes: Reviewer comments: This request has been approved. Found issues: * activity window doesn't scale or scroll

Re: [Sugar-devel] [Karma] reason for KLayer

2009-09-04 Thread Bryan Berry
i have been looking at the method for adding layers -- k.layer( {id:inline1, canvas:inlineCanvas1} ); k.layer( {id:inline2, canvas:inlineCanvas2} ); k.layer( {id:card1, width:250, height:250} ); k.layer( {id:card2, width:250, height:250} ); k.layer( {id:card3, width:250, height:250} ); It seems

[Sugar-devel] [Karma] chaining operations, would be sweet

2009-09-04 Thread Bryan Berry
it would be awesome to set up chaining so we could do something like layer['timer'].save().clear(). fillStyle('#fff'). fillRect(10, startTimerY, endTimerX, offsetTimerY). restore(); I will try to look at how to do this this weekend. I don't mean this as another feature

Re: [Sugar-devel] New Activities on a.sl.o was Sugar Digest 2009-08-11

2009-09-04 Thread David Farning
Thanks, They look great. david On Thu, Sep 3, 2009 at 9:27 PM, Gonzalo Odiardgodi...@gmail.com wrote: Caroline, i have uploaded rthe activities: http://activities.sugarlabs.org/es-ES/sugar/addon/4212 http://activities.sugarlabs.org/es-ES/sugar/addon/4213

[Sugar-devel] [Karma] merged master and multicanvas

2009-09-04 Thread Bryan Berry
hey guys, I have merged multicanvas w/ master. KCD, i think all of your changes are in there. That said, I looked at chakra stage 3 and it doesn't look like what you were working on when I left the office this afternoon. Pls pull, then checkout master and make sure chakra is what you expect it

Re: [Sugar-devel] Friends view UI affordances?

2009-09-04 Thread Gary C Martin
On 4 Sep 2009, at 06:59, Christoph Derndorfer wrote: On Thu, Sep 3, 2009 at 7:22 PM, Eben Eliason e...@laptop.org wrote: On Wed, Sep 2, 2009 at 10:01 PM, Caroline Meekssolutiongr...@gmail.com wrote: My vision is that we would create Moodle Classes for all the various groupings that

[Sugar-devel] [Karma] a possible bug in jquery.karma.js

2009-09-04 Thread Bryan Berry
Felipe, on line 636 of jquery.karma.js http://git.sugarlabs.org/projects/karma/repos/mainline/blobs/master/js/jquery.karma.js#line636 if ( this.canvas.getContext ) { this.ctx = this.canvas.getContext(2d); this.container.appendChild(

Re: [Sugar-devel] Request Feature Freeze Exception for ticket #916 to allow sugar on non-xo hardware to register with a schoolserver

2009-09-04 Thread Bill Bogstad
On Fri, Sep 4, 2009 at 4:16 AM, Tomeu Vizosoto...@sugarlabs.org wrote: On Sun, Aug 30, 2009 at 16:36, Tomeu Vizosoto...@sugarlabs.org wrote: On Fri, Aug 28, 2009 at 13:23, Hamilton Chuahamilton.c...@gmail.com wrote: Hello, I would like to kindly request for an exception to the feature freeze

[Sugar-devel] SoaS and VideoChat activity not working

2009-09-04 Thread Andrés Nacelle
Hi guys, I have some doubts and some results to share with, from some tests I been running so I'll be writing them one at a time. Lets start by one kind of simple, has anyone ran the videochat activity on the SoaS? I been trying to do it on an aspire one but failure is all I got. When I open the

Re: [Sugar-devel] Request Feature Freeze Exception for ticket #916 to allow sugar on non-xo hardware to register with a schoolserver

2009-09-04 Thread Hamilton Chua
Hello Bill, If my vote counts, I'll +1 as well. In the XO case, it should work the same as before. In the non-XO, it tries to do something useful rather then nothing. Thanks ! :-) However, I have some concerns/questions: 1. In the non-XO case, why do you replace the files which

Re: [Sugar-devel] SoaS and VideoChat activity not working

2009-09-04 Thread Walter Bender
On Fri, Sep 4, 2009 at 10:39 AM, Andrés Nacelleanace...@plan.ceibal.edu.uy wrote: Hi guys, I have some doubts and some results to share with, from some tests I been running so I'll be writing them one at a time. Lets start by one kind of simple, has anyone ran the videochat activity on the

Re: [Sugar-devel] SoaS and VideoChat activity not working

2009-09-04 Thread Tomeu Vizoso
On Fri, Sep 4, 2009 at 16:44, Walter Benderwalter.ben...@gmail.com wrote: On Fri, Sep 4, 2009 at 10:39 AM, Andrés Nacelleanace...@plan.ceibal.edu.uy wrote: Hi guys, I have some doubts and some results to share with, from some tests I been running so I'll be writing them one at a time. Lets

Re: [Sugar-devel] Remove the naming alert in 0.86

2009-09-04 Thread Bastien
Art Hunkins abhun...@uncg.edu writes: +1 I think the alerts are a pain and an unwelcome interruption of a train of thought. Almost as much of a pain as Windows popups. +1 Or maybe move it at the beginning of an activity session. -- Bastien

Re: [Sugar-devel] Request Feature Freeze Exception for ticket #916 to allow sugar on non-xo hardware to register with a schoolserver

2009-09-04 Thread Simon Schampijer
On 09/04/2009 10:16 AM, Tomeu Vizoso wrote: On Sun, Aug 30, 2009 at 16:36, Tomeu Vizosoto...@sugarlabs.org wrote: On Fri, Aug 28, 2009 at 13:23, Hamilton Chuahamilton.c...@gmail.com wrote: Hello, I would like to kindly request for an exception to the feature freeze currently in place to

Re: [Sugar-devel] Request Feature Freeze Exception for ticket #916 to allow sugar on non-xo hardware to register with a schoolserver

2009-09-04 Thread Tomeu Vizoso
On Fri, Sep 4, 2009 at 17:24, Simon Schampijersi...@schampijer.de wrote: On 09/04/2009 10:16 AM, Tomeu Vizoso wrote: On Sun, Aug 30, 2009 at 16:36, Tomeu Vizosoto...@sugarlabs.org  wrote: On Fri, Aug 28, 2009 at 13:23, Hamilton Chuahamilton.c...@gmail.com  wrote: Hello, I would like to

Re: [Sugar-devel] Memorize create icon

2009-09-04 Thread Walter Bender
+1 To whomever is going to make these invasive changes, there are some rendering bugs in Memorize as well. Images should be centered in the tiles; presently they are justified to the top of the tile. Also, we should probably use a drop shadow for the text so that white text on white image

Re: [Sugar-devel] Memorize create icon

2009-09-04 Thread Gary C Martin
Hi Simon, Bringing on list so folks can argue with me on this :-) On 3 Sep 2009, at 16:07, Simon Schampijer wrote: On 09/03/2009 03:55 PM, Gary C Martin wrote: Hi Simon, OK here's a possible create icon for Memorize. The idea being the Play tab tools all become first class, and all the

Re: [Sugar-devel] SoaS and VideoChat activity not working

2009-09-04 Thread Andrés Nacelle
Is there any SoaS equivalent to the 802? Which? And thank for the offer but to speak the truth I'm not at the knowledge level for taking care of the task of activity maintenance. 2009/9/4 Tomeu Vizoso to...@sugarlabs.org On Fri, Sep 4, 2009 at 16:44, Walter Benderwalter.ben...@gmail.com

Re: [Sugar-devel] SoaS and VideoChat activity not working

2009-09-04 Thread Tomeu Vizoso
On Fri, Sep 4, 2009 at 17:59, Andrés Nacelleanace...@plan.ceibal.edu.uy wrote: Is there any SoaS equivalent to the 802? Which? This may help? http://wiki.laptop.org/go/LiveCd Regards, Tomeu And thank for the offer but to speak the truth I'm not at the knowledge level for taking care of the

Re: [Sugar-devel] [IAEP] Project Guidelines posted

2009-09-04 Thread Sebastian Dziallas
David Farning wrote: The project guidelines are now on the wiki at http://wiki.sugarlabs.org/go/Sugar_Labs/Project_Guidelines . Please edit as necessary. When it looks like the editing has stopped, I ask the board the ratify the guidelines. david I just looked into this, sorry for the

[Sugar-devel] splitting large xol

2009-09-04 Thread Sameer Verma
We have a offline dictionary that we'd like to ship as xol. Its tar.bz2 is at 63MB. Reading the instructions, it looks like the bundle will have to be split across two files. http://wiki.laptop.org/go/Content_bundles#Selecting_content We do have a schoolserver in the mix, so hosting both parts

Re: [Sugar-devel] Problem installing and running hulahop on ubuntu 8.10

2009-09-04 Thread Tomeu Vizoso
On Fri, Sep 4, 2009 at 18:45, vijit singhvijitthetopco...@gmail.com wrote: Hello all, I am facing problem in installing and running hulahop on ubuntu 8.10. Here are the steps taken- 1. Firstly, I build the req xulrunner and xpcom libraries, though xulrunner was already installed by default,

Re: [Sugar-devel] Fwd: [Question #81566]: Can't boot MacBooks at GPAfrom CD + USB

2009-09-04 Thread Bill Bogstad
On Fri, Sep 4, 2009 at 1:11 PM, Art Hunkinsabhun...@uncg.edu wrote: However, bootable (3.5) *floppies* would be altogether a different matter. Floppies have been bootable forever, and all vintage machines have floppy drives - including both my Pentium I/II laptops. A floppy/USB combo, for

Re: [Sugar-devel] Problem installing and running hulahop on ubuntu 8.10

2009-09-04 Thread vijit singh
Hi Tomeu, Thanx for replying. You still get this error if you run this? LD_LIBRARY_PATH=/usr/lib/xulrunner-1.9.0.6 python -c import hulahop Well, running this command was still giving errors, I mean it didn't started the python shell by itself, it simply ended, so in the next step I tried

Re: [Sugar-devel] [Server-devel] splitting large xol

2009-09-04 Thread Daniel Drake
2009/9/4 Sameer Verma sve...@sfsu.edu: We have a offline dictionary that we'd like to ship as xol. Its tar.bz2 is at 63MB. Reading the instructions, it looks like the bundle will have to be split across two files. Why? 63mb should be fine in 1 bundle. Daniel

Re: [Sugar-devel] [IAEP] Project Guidelines posted

2009-09-04 Thread David Farning
On Fri, Sep 4, 2009 at 11:14 AM, Sebastian Dziallassebast...@when.com wrote: David Farning wrote: The project guidelines are now on the wiki at http://wiki.sugarlabs.org/go/Sugar_Labs/Project_Guidelines . Please edit as necessary.   When it looks like the editing has stopped, I ask the

Re: [Sugar-devel] Problem installing and running hulahop on ubuntu 8.10

2009-09-04 Thread Tomeu Vizoso
On Fri, Sep 4, 2009 at 19:15, vijit singhvijitthetopco...@gmail.com wrote: Hi Tomeu, Thanx for replying. You still get this error if you run this? LD_LIBRARY_PATH=/usr/lib/xulrunner-1.9.0.6 python -c import hulahop Well, running this command was still giving errors, I mean it didn't

Re: [Sugar-devel] Fwd: [Question #81566]: Can't boot MacBooks at GPAfrom CD + USB

2009-09-04 Thread Art Hunkins
Hello, Caroline, I've considerable information to report re: CD's booting SoaS on USB. First, I admit to burning my boot CD wrong; creating the right kind of (.iso) CD makes the process work fine for me. My fairly current desktop system worked fine this way, as well as did an IBM ThinkPad

Re: [Sugar-devel] Fwd: [Question #81566]: Can't boot MacBooks at GPAfrom CD + USB

2009-09-04 Thread Art Hunkins
Caroline, To reply to your *specific* questions: With the CD/USB combo, the CD boot seems to work consistently on my PC's. I've tested on two recent PC systems: a desktop and a laptop. I've noted no difference between shutdown and restart. I've configured bootup order as both: CD then HD; CD

Re: [Sugar-devel] Memorize create icon

2009-09-04 Thread Joshua N Pritikin
On Fri, Sep 04, 2009 at 10:55:10AM -0400, Walter Bender wrote: To whomever is going to make these invasive changes, there are some rendering bugs in Memorize as well. Images should be centered in the tiles; presently they are justified to the top of the tile. Also, we should probably use a

Re: [Sugar-devel] Problem installing and running hulahop on ubuntu 8.10

2009-09-04 Thread vijit singh
Hi Tomeu, Thank You for your reply. # /var/lib/python-support/python2.5/xpcom/xpt.py:72: RuntimeWarning: tp_compare didn't return -1 or -2 for exception I think this is due to some python C modules being compiled with a python version and others with a different version. Can you check?

Re: [Sugar-devel] [Server-devel] splitting large xol

2009-09-04 Thread Sameer Verma
On Fri, Sep 4, 2009 at 10:09 AM, Daniel Draked...@laptop.org wrote: 2009/9/4 Sameer Verma sve...@sfsu.edu: We have a offline dictionary that we'd like to ship as xol. Its tar.bz2 is at 63MB. Reading the instructions, it looks like the bundle will have to be split across two files. Why? 63mb

[Sugar-devel] video-chat9

2009-09-04 Thread Sameer Verma
I'm trying to use videochat9 with XS 0.6 (latest yum'd) and it keeps saying telepathy error. Any clues? Does it work for anyone else? AFAICR it worked with xs0.4 Sameer -- Dr. Sameer Verma, Ph.D. Associate Professor, Information Systems Director, Center for Business Solutions San Francisco State

Re: [Sugar-devel] video-chat9

2009-09-04 Thread Rafael Enrique Ortiz Guerrero
Would be nice to have a log. Rafael Ortiz On Fri, Sep 4, 2009 at 2:23 PM, Sameer Vermasve...@sfsu.edu wrote: I'm trying to use videochat9 with XS 0.6 (latest yum'd) and it keeps saying telepathy error. Any clues? Does it work for anyone else? AFAICR it worked with xs0.4 Sameer -- Dr.

Re: [Sugar-devel] Memorize create icon

2009-09-04 Thread Caroline Meeks
On my wish list is the ability to combine tiles from different students. So each student could do a couple of States then you could play a game with all the states by sharing tiles from the whole class. Another issue is what to do about identical answers. For instance you make a math game. 2+2 =

Re: [Sugar-devel] video-chat9

2009-09-04 Thread Sameer Verma
On Fri, Sep 4, 2009 at 12:26 PM, Rafael Enrique Ortiz Guerrerodir...@gmail.com wrote: Would be nice to have a log. Rafael Ortiz Which log and where do I look? Sameer ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org

Re: [Sugar-devel] Memorize create icon

2009-09-04 Thread Eben Eliason
On Fri, Sep 4, 2009 at 3:27 PM, Caroline Meekscarol...@meekshome.com wrote: On my wish list is the ability to combine tiles from different students.  So each student could do a couple of States then you could play a game with all the states by sharing tiles from the whole class. That would be

[Sugar-devel] Alpha test Floppy boot helper for SoaS available for download

2009-09-04 Thread Bill Bogstad
If you go to: http://people.sugarlabs.org/~bogstad/floppy/ you will see a rev4-floppy.img file. http://people.sugarlabs.org/~bogstad/floppy/rev4-floppy.img Download the binary file and write it to a 3.5 (1.44Mbyte) floppy. (probably use dd under Linux or rawrite.exe under Windows/DOS) Put it

[Sugar-devel] Metadata performance of Linux file systems

2009-09-04 Thread Rafael Enrique Ortiz Guerrero
Interesting reading. http://www.linux-mag.com/id/7497/2/ Rafael Ortiz ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] Problem installing and running hulahop on ubuntu 8.10

2009-09-04 Thread vijit singh
Hi Tomeu, # /var/lib/python-support/python2.5/xpcom/xpt.py:72: RuntimeWarning: tp_compare didn't return -1 or -2 for exception I think this is due to some python C modules being compiled with a python version and others with a different version. I think this is a runtime warning and not

Re: [Sugar-devel] Request Feature Freeze Exception for ticket #916 to allow sugar on non-xo hardware to register with a schoolserver

2009-09-04 Thread Bill Bogstad
On Fri, Sep 4, 2009 at 10:43 AM, Hamilton Chuahamilton.c...@gmail.com wrote: Hello Bill, If my vote counts, I'll +1 as well.  In the XO case, it should work the same as before.  In the non-XO, it tries to do something useful rather then nothing. Thanks ! :-) However, I have some

Re: [Sugar-devel] Remove the naming alert in 0.86

2009-09-04 Thread Bill Bogstad
On Fri, Sep 4, 2009 at 5:21 AM, Bastienbastiengue...@googlemail.com wrote: Art Hunkins abhun...@uncg.edu writes: +1 I think the alerts are a pain and an unwelcome interruption of a train of thought. Almost as much of a pain as Windows popups. +1 Or maybe move it at the beginning of an

[Sugar-devel] DB module for moodle in XS server serously coool and needed addittion

2009-09-04 Thread David Van Assche
To create a easy reference for linux commands, the best way was to use the Moodle database module. You can create quite elaborate databases which are then easily edited and added to by users. There are only 4 entries in it right now, but the idea is for it to get filled up. So give it a go...