On Nov 6, 2007 8:48 AM, Nelson Silva <[EMAIL PROTECTED]> wrote: > Hi guys, > I knew E for quite sometime but never really had the change to work on it. > After seem some of your really great desktops, i had to give it a shot. > I'm trying to put mplayer inside a E widget using evas and edje. > Mplayer needs a wid (window id) to be able to work, pretty much as winId > from QT. Is there a way ? using evas?
Use ecore_x to create a Ecore_X_Window (it's an alias for X11 Window), then attach it to the parent. You'll need a bit of work to listen to evas "move" and "resize" events and then issue ecore_x_window_move_resize(). It's a bit of work, so I'd recommend you to use either Emotion or ask on #freevo (irc.freenode.net) what Tack is using for mplayer... he probably have some special mplayer video output. -- Gustavo Sverzut Barbieri -------------------------------------- Jabber: [EMAIL PROTECTED] MSN: [EMAIL PROTECTED] ICQ#: 17249123 Skype: gsbarbieri Mobile: +55 (81) 9927 0010 ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
