On Sat, May 2, 2009 at 1:28 PM, pieterg <piet...@gmx.com> wrote:
> On Saturday 02 May 2009 16:42:33 Gustavo Sverzut Barbieri wrote:
>> 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.
>
> How about if we allow the use of "group:signal" as signal name?
> I've implemented this as a test, and it works like expected.
>
> Constructions such as
>
> script {
>  emit("languageselection:languages_fade_in", "");
> }
>
> and
>
> action: SIGNAL_EMIT "languageselection:languages_fade_in" "";
>
> are possible with this.
> And it slightly follows the
>
> source: "groupname:partname"
>
> convention, which we already have.

I don't know if it would break things, possibly you better do check if
there is a part with that id and it is GROUP in order to avoid
breaking existing apps that may use ":" in the name.

-- 
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