[Sugar-devel] [karma] when does an audio element created w/ new Audio() emit the onload event?

2009-11-18 Thread Bryan Berry
Hey subzero, Do you know when does an audio element created w/ new Audio() emit the onload event? It doesn't emit that event at the same time that a new Image() does. I need a way to throw an error to the user if the audio file isn't accessible. I do this for the images and it works quite well.

Re: [Sugar-devel] Testing changes (was Re: RFC: Kill the delayed menus for good)

2009-11-18 Thread Tomeu Vizoso
2009/11/5 Edward Cherlin echer...@gmail.com: We need at least one more hat (in addition to those described below), which I am willing to put on. Somebody needs to coordinate field testing and feedback, so that we have data to make decisions from, or we can get appropriate data when they are

Re: [Sugar-devel] build for xo-1 fails

2009-11-18 Thread Tomeu Vizoso
Hi Bert, can you give more details of what you are trying to accomplish? Thanks, Tomeu 2009/11/14 Bert Desmet bier...@fedoraproject.org: Hi,        I'm trying to build the newest image for the XO-1, but the build        always        fails with the message: Error creating Live CD :  

Re: [Sugar-devel] configuring Socksproxy for Jabber Server on the XO-1 or XO-1.5

2009-11-18 Thread Tomeu Vizoso
2009/11/15 Manusheel Gupta m...@laptop.org: Dear all, Do we have documentation somewhere on the steps involved in configuring socksproxy for jabber server on the XO-1 or XO-1.5? Please let us know. Hi Manu, have you done any progress on this since then? Thanks, Tomeu Thank you.

Re: [Sugar-devel] Testing changes (was Re: RFC: Kill the delayed menus for good)

2009-11-18 Thread Edward Cherlin
Nobody has taken up my offer, so it is now dormant until I hear otherwise. I did not intend my suggestions to replace whatever is needed in the meantime. As I said, don't take anything personally. On Wed, Nov 18, 2009 at 10:14, Tomeu Vizoso to...@sugarlabs.org wrote: 2009/11/5 Edward Cherlin

Re: [Sugar-devel] configuring Socksproxy for Jabber Server on the XO-1 or XO-1.5

2009-11-18 Thread Manusheel Gupta
Hi Tomeu, We did try to search around but have not been able to make much progress towards configuring socks proxy on the XOs. Are you aware if someone would have tried this before? On a separate note, https-proxy works well for all data oriented connections using https protocol. Foxyproxy is

Re: [Sugar-devel] [karma] when does an audio element created w/ new Audio() emit the onload event?

2009-11-18 Thread Felipe López Toledo
hi man It doesn't emit that event at the same time that a new Image() does. I need a way to throw an error to the user if the audio file isn't accessible. I do this for the images and it works quite well. I have used load and error and others events for new Image and new Audio and it seems

Re: [Sugar-devel] karma

2009-11-18 Thread Erik Garrison
On Tue, Nov 17, 2009 at 6:09 PM, Bryan Berry br...@olenepal.org wrote: looks great! I haven't had a chance to look at the code but it looks quite nice. It works for me on firefox 3.7 and 3.5 but for whatever reason chrome distorts the svg after i pick the correct state. I suspect any webkit

Re: [Sugar-devel] karma

2009-11-18 Thread Bryan Berry
On Wed, 2009-11-18 at 15:32 -0500, Erik Garrison wrote: On Tue, Nov 17, 2009 at 6:09 PM, Bryan Berry br...@olenepal.org wrote: looks great! I haven't had a chance to look at the code but it looks quite nice. It works for me on firefox 3.7 and 3.5 but for whatever reason chrome distorts the

Re: [Sugar-devel] [karma] when does an audio element created w/ new Audio() emit the onload event?

2009-11-18 Thread Bryan Berry
I was just playing around w/ it and I found the media.load() method loading audio remotely still doesn't work on chromium -- argh but works fine on FF 3.5. I need to go complain about that. http://karma-testing.sugarlabs.org/tests/index.html I add to put this code here

Re: [Sugar-devel] [karma] when does an audio element created w/ new Audio() emit the onload event?

2009-11-18 Thread Lucian Branescu
The codec might be the issue. Afaik chromium has no codecs. Try Chrome, although I'm not sure it has vorbis either. 2009/11/18 Bryan Berry br...@olenepal.org: I was just playing around w/ it and I found the media.load() method loading audio remotely still doesn't work on chromium -- argh but

Re: [Sugar-devel] [karma] when does an audio element created w/ new Audio() emit the onload event?

2009-11-18 Thread Bryan Berry
it works when the ogg files are local just not when they are remote. It is a known bug in chromium On Wed, 2009-11-18 at 22:20 +, Lucian Branescu wrote: The codec might be the issue. Afaik chromium has no codecs. Try Chrome, although I'm not sure it has vorbis either. 2009/11/18 Bryan

Re: [Sugar-devel] [karma] when does an audio element created w/ new Audio() emit the onload event?

2009-11-18 Thread Lucian Branescu
Oh, sorry about that then. 2009/11/18 Bryan Berry br...@olenepal.org: it works when the ogg files are local just not when they are remote. It is a known bug in chromium On Wed, 2009-11-18 at 22:20 +, Lucian Branescu wrote: The codec might be the issue. Afaik chromium has no codecs. Try

Re: [Sugar-devel] [karma] when does an audio element created w/ new Audio() emit the onload event?

2009-11-18 Thread Felipe López Toledo
2009/11/18 Bryan Berry br...@olenepal.org I was just playing around w/ it and I found the media.load() method loading audio remotely still doesn't work on chromium -- argh but works fine on FF 3.5. I need to go complain about that. mmm, interesting, what version/os are u using? I have tested