hello,

in an edje, is it safe to do the following :

program {
   name, "focus_choose";
   signal, "mouse,clicked,1";
   source, "titi";
   script {
      run_program(PROGRAM:"toto");
      run_program(PROGRAM:"tata");
  }
}
program {
   name, "toto";
   action, STATE_SET "focus" 0.0;
   target, "t1";
}
program {
   name, "tata";
   action, STATE_SET "focus" 0.0;
   target, "t2";
}

?

Vincent


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to