Re: [Freevo-devel] Eventhandling

2007-08-19 Thread Duncan Webb
> Hi! > > I am a new freevo user who might be interested in a bit of development > work > also. > > I have a picoLCD display hooked up to my freevo-box and want to be able to > use the keypads that is attached to it. > I have managed to get it working by modifying plugins/lcd.py but I'm > having >

Re: [Freevo-devel] Eventhandling

2007-08-18 Thread Dirk Meyer
"Hannes Holm Ovrén" wrote: > Ok, so I tried that and it didn't work. Which means the error is with my > code. > The code is fairly straightforward: > The lcd.py plugin has a poll() function which is called regularly and there > I just check if any keys have been pressed and then dispatch an event w

Re: [Freevo-devel] Eventhandling

2007-08-18 Thread Hannes Holm Ovrén
Ok, so I tried that and it didn't work. Which means the error is with my code. The code is fairly straightforward: The lcd.py plugin has a poll() function which is called regularly and there I just check if any keys have been pressed and then dispatch an event with the rc.post_event() function. Is

Re: [Freevo-devel] Eventhandling

2007-08-18 Thread Dirk Meyer
"Hannes Holm Ovrén" wrote: > Great. > > Then I only need to know which event to send to stop the playback of a > movie. It should be a simple STOP event. Dischi -- panic("kmem_cache_init(): Offsets are wrong - I've been messed with!"); 2.2.16 /usr/src/linux/mm/slab.c pgptP88nEtP0I.pg

Re: [Freevo-devel] Eventhandling

2007-08-18 Thread Hannes Holm Ovrén
Great. Then I only need to know which event to send to stop the playback of a movie. /Hannes 2007/8/17, Dirk Meyer <[EMAIL PROTECTED]>: > > "Hannes Holm Ovrén" wrote: > > I guess that the changes I make might be of use to other people as well, > but > > before I start making the changes a bit mo

Re: [Freevo-devel] Eventhandling

2007-08-17 Thread Dirk Meyer
"Hannes Holm Ovrén" wrote: > I guess that the changes I make might be of use to other people as well, but > before I start making the changes a bit more beutiful and general I want to > know whether or not I am stepping on anyones toes or if there any planned > changes for freevo 2.0 that I should

[Freevo-devel] Eventhandling

2007-08-17 Thread Hannes Holm Ovrén
Hi! I am a new freevo user who might be interested in a bit of development work also. I have a picoLCD display hooked up to my freevo-box and want to be able to use the keypads that is attached to it. I have managed to get it working by modifying plugins/lcd.py but I'm having problems with the ev