On Fri, May 1, 2009 at 4:30 PM, pieterg <piet...@gmx.com> wrote:
> I'm relatively new to edje, been picking most things up rather quickly.
> There's one thing I would like to accomplish, but haven't managed yet:
>
> How can I emit a signal to a 'type: GROUP' part, to be received by a program
> in that group?

not possible. I see what you want and I wanted that when i discovered
type:GROUP by rephorm. We even tried to implement it, but it triggered
infinite loops and more generically we could not find out a good
semantic for it. You can google for our discussion 2 years ago or so.

A solution that could help is to create an embryo variant for emit(),
like emit_group() that would take the PART:id and do the work, this is
actually easy to do and you can try.

Raster can say more about it, but maybe we'll need a way to catch
signals directly from embryo, like "signal_callback_add" and get the
arguments from embryo as today we can catch them with program {}, but
not able to get the emission/source from embryo.   I say that raster
might say more about it since he was doing the "embryo-only" objects
and that should cover this case.

-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--------------------------------------
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to