[E-devel] mplayer to play gstreamer video file

2008-11-20 Thread dongmei zhou
hi all, I am trying to use mplayer to play the avi video that saved from gstreamer pipeline, code snip: to get the video to file: pipe_desc = "v4l2src ! video/x-raw-yuv,width=640,height=480,bpp=24,depth=24,framerate=15/1 ! ffmpegcolorspace ! jpegenc ! avimux ! filesink location=t

[E-devel] Install emotion for N800

2008-11-05 Thread dongmei zhou
hi all, My n800 has not emotion installed, so I want to install it ,but I can't find any deb or packages for it who have installed the emotion in n800, please give some suggestions :) thanks! BRS! - This SF.Net emai

Re: [E-devel] Is there any efl object instead of gtk.drawingarea ?

2008-11-03 Thread dongmei zhou
hi, thanks, I think you should know about canola I think the media part of it is implemented by Gstreamer. Am I right ? BRS! 2008/11/3 Vincent Torri <[EMAIL PROTECTED]> > > > On Mon, 3 Nov 2008, thomasg wrote: > > Emotion is an Evas Smartobject and can do what you're looking for (

[E-devel] Is there any efl object instead of gtk.drawingarea ?

2008-11-03 Thread dongmei zhou
hi all, You know that Gstreamer video often is displayed in drawingarea which is created by "gtk.Drawingarea()" function, Is there any efl object instead of this function to create a drawingarea to display Gstreamer video. Any examples would be welcome :) Thanks! BRS! -

[E-devel] fixing the python-edje example 03-kinetic_list

2008-11-01 Thread dongmei zhou
hi all, python-efl examples in directory : root/trunk/e17/proto/python-efl/python-edje/examples/evas-demo/03-kinetic_list has some problems when running: KineticList.clip_set(object) not implemented. ResizableImage.clip_set(object) not implemented. ResizableImage.show() not implemented. who can

Re: [E-devel] can't focus on swallowed part (Gustavo Sverzut Barbieri) (Gustavo Sverzut Barbieri)

2008-10-28 Thread dongmei zhou
"sub_menu_contents" part, so I can't deal with the special sub menu icon. what can do it ? 2008/10/28 Gustavo Sverzut Barbieri <[EMAIL PROTECTED] > > First, try to send plain text mails, doing html/rich text is hard to use. > > On Tue, Oct 28,

Re: [E-devel] can't focus on swallowed part (Gustavo Sverzut Barbieri) (Gustavo Sverzut Barbieri)

2008-10-28 Thread dongmei zhou
hi, I just want to when I clicked the swallowed part It can handle the event according to the special icon part. a simple code : self.restaurant_icon=edje.Edje(self.ee.evas, file=self.edje_file, group="restaurant_menu") self.restaurant.part_swallow("

Re: [E-devel] can't focus on swallowed part (Gustavo Sverzut Barbieri) (Gustavo Sverzut Barbieri)

2008-10-27 Thread dongmei zhou
. so i didnt put that part in > > you ppl are awesome thx > > ps.. looks like eina uses pkgconfig macro in its configure script to > find evil and ememoa. so I suggest editing the wiki slightly :) > > > > ------ > > Message: 5 > Date: Mon, 27

Re: [E-devel] can't focus on swallowed part (Gustavo Sverzut Barbieri)

2008-10-26 Thread dongmei zhou
.net > Message-ID: ><[EMAIL PROTECTED]> > Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed > > > > On Sun, 26 Oct 2008, Lars Munch wrote: > > > IMHO it is not a libtool problem, but the problem is that evil.dll tries > > to link to at s

[E-devel] can't focus on swallowed part

2008-10-26 Thread dongmei zhou
hi all, I use the following code to give focus on the swallowed part,but it can't work . It still focus on the main_group , why? code: self.main_group.focus =False self.main_group.part_object_get("menu_contents").focus =True Thanks!

Re: [E-devel] enlightenment-devel Digest, Vol 30, Issue 44

2008-10-25 Thread dongmei zhou
hi all, Whether the edje.Edje.part_swallow() can't swallow a evas object , the code is : self.meeting_menu = Meeting_ui(self.ee.evas) self.main_group.part_swallow("sub_menu_contents",self.meeting_menu) File "edje.c_edje_object.pxi", line 406, in edje.c_edje.Edje.part_swal