[Freevo-devel] kaa.canvas questions

2008-02-13 Thread Chandan Pitta
Hi Jason, I know kaa.candy is around the corner ;-), but after a long time I wanted to restart my efforts in building my freevo2 project with kaa.canvas. So I first launched menu.py from kaa/canvas/test/animation and when I move the selection I see that the old image on the right does not fade out

Re: [Freevo-devel] kaa.canvas questions

2007-03-13 Thread Chandan Pitta
Doing movie.get_position() always returns 0.0. This patch should fix it. Index: canvas/src/movie.py === --- canvas/src/movie.py (revision 2559) +++ canvas/src/movie.py (working copy) @@ -350,7 +350,7 @@ def get_position(self):

Re: [Freevo-devel] kaa.canvas questions

2007-03-13 Thread Chandan Pitta
Thanks Jason! Everything works fine with xine. On 3/13/07, Jason Tackaberry <[EMAIL PROTECTED]> wrote: > On Tue, 2007-03-13 at 08:55 -0700, Chandan Pitta wrote: > > Oh. Seems like mplayer does not support CAP_CANVAS. Output of python > > -c 'import kaa.popcorn; print > > kaa.popcorn.backends.mpla

Re: [Freevo-devel] kaa.canvas questions

2007-03-13 Thread Jason Tackaberry
On Tue, 2007-03-13 at 08:55 -0700, Chandan Pitta wrote: > Oh. Seems like mplayer does not support CAP_CANVAS. Output of python > -c 'import kaa.popcorn; print > kaa.popcorn.backends.mplayer.get_capabilities()' > > ({'CAP_CANVAS': False, 'CAP_DVD_MENUS': 2, 'CAP_VISUALIZATION': False, > 'CAP_DEINTE

Re: [Freevo-devel] kaa.canvas questions

2007-03-13 Thread Chandan Pitta
On 3/13/07, Jason Tackaberry <[EMAIL PROTECTED]> wrote: > On Mon, 2007-03-12 at 21:09 -0700, Chandan Pitta wrote: > > One more question. I was trying to use Movie() but I am unable to get > > it to play the video over the canvas. The problem is that the video > > does not show when in attached mode

Re: [Freevo-devel] kaa.canvas questions

2007-03-13 Thread Jason Tackaberry
On Mon, 2007-03-12 at 21:09 -0700, Chandan Pitta wrote: > One more question. I was trying to use Movie() but I am unable to get > it to play the video over the canvas. The problem is that the video > does not show when in attached mode, but the player is playing (I can > hear audio). In detached mo

Re: [Freevo-devel] kaa.canvas questions

2007-03-12 Thread Chandan Pitta
Hello Jason, One more question. I was trying to use Movie() but I am unable to get it to play the video over the canvas. The problem is that the video does not show when in attached mode, but the player is playing (I can hear audio). In detached mode the video fills the window and plays fine. I am

Re: [Freevo-devel] kaa.canvas questions

2007-03-07 Thread Chandan Pitta
Hi Jason, One more kaa.canvas question. Can a kaa.canvas.Box contain itself. I am trying to add a VBox() to a HBox() and it does not seem to be working. Basically I am getting "RuntimeError: maximum recursion depth exceeded" when I do something like hbox = container.add_child(HBox())

Re: [Freevo-devel] kaa.canvas questions

2007-03-05 Thread Chandan Pitta
Hi Jason, On 3/5/07, Jason Tackaberry <[EMAIL PROTECTED]> wrote: > Hi Chandan, > > On Sun, 2007-03-04 at 00:51 -0700, Chandan Pitta wrote: > > I was trying to write a list widget that could perhaps be reused in > > most of the screens of freevo 2, but I am having some troubles. I > > thought may b

Re: [Freevo-devel] kaa.canvas questions

2007-03-05 Thread Jason Tackaberry
Hi Chandan, On Sun, 2007-03-04 at 00:51 -0700, Chandan Pitta wrote: > I was trying to write a list widget that could perhaps be reused in > most of the screens of freevo 2, but I am having some troubles. I > thought may be you or Dischi can help me. Please download the > attachment and untar. From