Re: PyGame with GStreamer: HELP?

2008-02-25 Thread Kees Jongenburger
On Mon, Feb 25, 2008 at 3:27 AM, Darren Enns [EMAIL PROTECTED] wrote: Forgive my poor terminology, but I am writing a PyGame python program for my N800, and I would like to integrate some GStreamer video-playback ability as well (looks like the OLPC have already done this just fine). I want

Re: Assertion failed unexpectedly

2008-02-25 Thread Markku Vire
Hi, The problem behind changing parameters is that you are attaching wrong type of singal handler to signal (i.e. the number/type of parameters don't match). I didn't actually try your code, but at least you cannot connect callback_do_test (3 parameters) to clicked signal (2 parameters). This

Re: Assertion failed unexpectedly

2008-02-25 Thread Jakov
Oh my God! I didn't realize that for a long time! This morning after such a stupid prob, I removed maemo 4.0 and installed Maemo 3.2. Not tested yet, but I think it should have the same params counts as you say. I'll tell you the result soon. Just a quick msg now to say thank you! Thanks so much,

how to set up the environment so that i can build kernel modules

2008-02-25 Thread Vinod Hegde
Hi Everyone, I am trying to build some kernel modules and want to know how to set up the environment so that kernel modules can be built. Thanks in Advance. ___ maemo-developers mailing list maemo-developers@maemo.org

how to track thread resource utilisation

2008-02-25 Thread Vinod Hegde
Hi Everybody, Could anybody guide me about getting the information about a threads resource utilisation.. task_struct does not seem to give that information.. Thanks in advance. ___ maemo-developers mailing list maemo-developers@maemo.org

RE: Using the scrollbar on the N810

2008-02-25 Thread josh.soref
[snip observations that the web widget is catching mouse events outside the thumb but inside the scrollbar] I wrote: Unfortunately, this isn't really how things work. Either a widget asks to capture input, in which case it can get events outside its boundaries, or it doesn't. If a widget

RE: Using the scrollbar on the N810

2008-02-25 Thread josh.soref
Kalle wrote: I don't understand this, why would the browser widget be interested in events that happen on the scrollbar widget? That's what happens anyway, I start a drag over the scrollbar outside the thumb and the page is panned as if I dragged on the page. Eero wrote: AFAIK the scrollbar

Re: PyGame with GStreamer: HELP?

2008-02-25 Thread Darren Enns
Kees Jongenburger wrote: On Mon, Feb 25, 2008 at 3:27 AM, Darren Enns [EMAIL PROTECTED] wrote: Forgive my poor terminology, but I am writing a PyGame python program for my N800, and I would like to integrate some GStreamer video-playback ability as well (looks like the OLPC have already

Re: Is there any way to build Maemo applications which can

2008-02-25 Thread Eero Tamminen
Hi, ext Huang Gao wrote: Yes, I also found that it is difficult to extract compiler tool chain from sctratch box since the referenced libraries of glibc are all in an absolute path. There should be no need to extract toolchain from Scratchbox. The toolchains come in separate packages and

Re: error while configuring kernel

2008-02-25 Thread nick loeve
Hi, On Mon, Feb 25, 2008 at 3:23 PM, Vinod Hegde [EMAIL PROTECTED] wrote: hi everyone, I am getting the following error when i tried apt-get update in MaemoKernel.. i edited /etc/apt/sources.list as well to include the repositories mentioned in the guide.. but still these errors ???.. I

error while configuring kernel

2008-02-25 Thread Vinod Hegde
hi everyone, I am getting the following error when i tried apt-get update in MaemoKernel.. i edited /etc/apt/sources.list as well to include the repositories mentioned in the guide.. but still these errors ???.. Thanks [sbox-MaemoKernel: ~] apt-get update qemu: uncaught target signal 4

Re: error while configuring kernel

2008-02-25 Thread Frantisek Dufka
Vinod Hegde wrote: hi everyone, I am getting the following error when i tried apt-get update in MaemoKernel.. Just in case you missed it in the tutorial - It is not mandatory to set up a separate target for kernel compilation, but this example does it in case the default armel target has

handling channels in telepathy

2008-02-25 Thread harini satyanarayanan
hi, I am trying to create an application on the N800 that exchanges image related data over telepathy channel. I know that telepathy tubes are not available on the device, also i understand that if i want to create and handle a custom channel it should not go through the mission-control. But

Re: Using the scrollbar on the N810

2008-02-25 Thread Kalle Vahlman
2008/2/25, [EMAIL PROTECTED] [EMAIL PROTECTED]: Kalle wrote: I don't understand this, why would the browser widget be interested in events that happen on the scrollbar widget? Pictures required: [snip pretty pictures and explanations] You will not find a properly functioning css3

RE: Using the scrollbar on the N810

2008-02-25 Thread josh.soref
Yes, the general problem seems to be that there is a bug in the emulation that makes it work differently and, more importantly, in a way that is error prone and confuses the user. Let's take that pretty picture here: Glad it came in handy (and I do appreciate the explanation, because w/o

Re: Assertion failed unexpectedly OR BUG in maemo 3.x?

2008-02-25 Thread Jakov
Yes, that's so. The number of param passing depends on detailed signal which is invoked. For instance, clicked is a signal that invokes void user_function (GtkButton *button, gpointer user_data) : Run First / Action so my func should be void callback_do_test (GtkButton *button, gpointer

Announcement for maemo Eclipse Integration version 0.9 (Beta)

2008-02-25 Thread Jarmo.Tikka
ANNOUNCEMENT Release Information === Project:Maemo Eclipse Integration Version:0.9 (Beta) Baseline: maemo 4.0 Chinook SDK Date: 2008-02-26 Maemo team is happy to announce beta release of maemo Eclipse Integration. This beta version has

not able to get binary...

2008-02-25 Thread Vinod Hegde
Hi everyone, I have written a small module and able to insert the module on Linux system. But in the scratch box , when i try make , i get the following error.. [sbox-CHINOOK_ARMEL: ~] make make -C /lib/modules/2.6.22-14-generic/build M=/home/vinod modules make: ***