On Tue, 4 Jan 2011 00:14:52 +0100 Andreas Volz <li...@brachttal.net> said:

you don't need the signal: ""; and source: ""; you know if all you want is
"non-triggered" programs (ie they dont get triggered by a signal/source byt get
explicitly run by name only as you do) :) makes your edc shorter :)

> Hello,
> 
> I wrote an initial edj with an editor and then later started to edit
> it with edje_editor. For some time now I use editje to edit my edj. But
> for some unknown reasons the program block isn't available or I don't
> understand the new concept.
> 
> But it's still in the edj, because it's working and if I decc it 
> looks like this:
> 
>       programs {
>          program { name: "visible";
>             signal: "visible";
>             source: "framework";
>             action: STATE_SET "visible" 0.00;
>             transition: LINEAR 0.50000;
>             target: "border";
>             target: "text";
>             after: "visible_signal";
>          }
>          program { name: "invisible";
>             signal: "invisible";
>             source: "framework";
>             action: STATE_SET "default" 0.00;
>             transition: LINEAR 0.50000;
>             target: "border";
>             target: "text";
>             after: "invisible_signal";
>          }
>          program { name: "visible_signal";
>             signal: "";
>             source: "";
>             action: SIGNAL_EMIT "visible_signal" "edje";
>          }
>          program { name: "invisible_signal";
>             signal: "";
>             source: "";
>             action: SIGNAL_EMIT "invisible_signal" "edje";
>          }
>       }
> 
> There's no magic embryo or LUA scripting in my edj. Is this program problem
> known? Will it be supported in near future? Currently I've to decc my edj and
> edit it with an editor. :-(
> 
> regards
>       Andreas
> 
> ------------------------------------------------------------------------------
> Learn how Oracle Real Application Clusters (RAC) One Node allows customers
> to consolidate database storage, standardize their database environment, and, 
> should the need arise, upgrade to a full multi-node Oracle RAC database 
> without downtime or disruption
> http://p.sf.net/sfu/oracle-sfdevnl
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to