I am rewriting the same program but instead of menu1's i am writing
menu2 for a part related with menu2, ... So much repeating.

What is the usage of #include statement at the EDC file. How will i
refer to the part at another edc in my main edc program section?

On Thu, Jan 22, 2009 at 11:14 AM, Cedric BAIL <cedric.b...@free.fr> wrote:
> 2009/1/22 Oguz Yarimtepe <comp....@gmail.com>:
>> Here it is.
>>
>> program { name: "menu1,foc";
>>                        signal: "mouse,in";
>>                        source: "menu1";
>>                        action: STATE_SET "active" 0.0;
>>                        transition: ACCELERATE 0.1;
>>                        target: "menu1";
>>                        target: "menu1txt";
>>                        after: "menu1,effect";
>>
>>                }
>>
>> If i make the menu1 parts to menu* it says no program is defined with
>> the name menu1
>
> My bad, I think I miss understood you. Only signal and source offer
> matching capability right now. If I understand you correctly you want
> that if we match menu1 in the source, we send the signal to menu1,
> same goes with menu2, menu3, ...
>
> If that's right, then it's not currently possible, and I don't know if
> we want to introduce this kind of feature (it shouldn't be hard to
> add).
>
> --
> Cedric BAIL
>



-- 
Oğuz Yarımtepe
www.loopbacking.info

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to