[E-devel] Problems with program block in editje

2011-01-03 Thread Andreas Volz
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.5;
target: border;
target: text;
after: visible_signal;
 }
 program { name: invisible;
signal: invisible;
source: framework;
action: STATE_SET default 0.00;
transition: LINEAR 0.5;
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


Re: [E-devel] Problems with program block in editje

2011-01-03 Thread The Rasterman
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.5;
 target: border;
 target: text;
 after: visible_signal;
  }
  program { name: invisible;
 signal: invisible;
 source: framework;
 action: STATE_SET default 0.00;
 transition: LINEAR 0.5;
 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


Re: [E-devel] Problems with program block in editje

2011-01-03 Thread Gustavo Sverzut Barbieri
Iván did the work to support programs in Editje, it was not supported
until the last commits of Editje and Edje_Edit (inside edje library).
Maybe you need a new version and start it from scratch? I'm sure Iván
(Sachiel) tested it, but if you report some way to reproduce he can
try to fix it.

On Mon, Jan 3, 2011 at 9:14 PM, Andreas Volz li...@brachttal.net wrote:
 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.5;
            target: border;
            target: text;
            after: visible_signal;
         }
         program { name: invisible;
            signal: invisible;
            source: framework;
            action: STATE_SET default 0.00;
            transition: LINEAR 0.5;
            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




-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

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