Hello,

We still have some problems with complex part path.

First

I have a classic program:
program {
            name: "home_show";
            signal: "clicked";
            *source: "bt_home";*
            action: STATE_SET "home_show" 0.0;
            target: "home";
       }
bt_home is a elementary button, *it works*


Second

program {
            name: "home_show";
            signal: "clicked";
            source:* "group:bt_home";*
            action: STATE_SET "home_show" 0.0;
            target: "home";
       }

group is a GROUP. *it works*


Third

program {
            name: "home_show";
            signal: "clicked";
           * source: "box[0]:bt_home";*
            action: STATE_SET "home_show" 0.0;
            target: "home";
       }

box is a BOX. *It failed !*



See the attached test file.


-- 
Regards.

Attachment: edje_external.tar.gz
Description: GNU Zip compressed data

------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to