On Wed, 6 Apr 2005 18:03:11 +0200 Nick Martens <[EMAIL PROTECTED]> babbled:
(B
(B> Hi, I am working on a theme, yes it is getting better and better :-), i 
(B> noticed script sections in the clock's edc file. Are there somewhere more 
(B> details on this edjescript thing? and is it possible to define constants eg:
(B
(Bthe language spec is the at of embryo. see embryo's documentation. it will 
(Bpoint to pdf's defining the language syntax. its mostly c syntax. the functions 
(Bavailable are in edje.inc that can control an edje object. its not complete - 
(Bso dont assume it is. otherwise it's "black magic" :)
(B
(B> #define EFFECTCOL="255 0 255 255";
(B
(B#define EFFECTCOL 255 0 255 255
(Bwould be correct.
(B
(B> and later on use it as 
(B> description {
(B>    ....
(B>    color, $EFFECTCOL;
(Bcolor, EFFECTCOL;
(B
(Bwould be correct.
(B>    ....
(B> }
(B> 
(B> Any awnsers will be greatly appriciated :-)
(B> best regards, Nick Martens
(B
(Bthe above is cpp pre-processor macros. anything you can do in cpp - u can do 
(Bhere.
(B
(B> 
(B> -------------------------------------------------------
(B> SF email is sponsored by - The IT Product Guide
(B> Read honest & candid reviews on hundreds of IT Products from real users.
(B> Discover which products truly live up to the hype. Start reading now.
(B> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
(B> _______________________________________________
(B> enlightenment-users mailing list
(B> [email protected]
(B> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
(B> 
(B
(B
(B-- 
(B------------- Codito, ergo sum - "I code, therefore I am" --------------
(BThe Rasterman (Carsten Haitzler)    [EMAIL PROTECTED]
$BMg9%B?(B                              [EMAIL PROTECTED]
(BTokyo, Japan ($BEl5~(B $BF|K\(B)
(B
(B
(B-------------------------------------------------------
(BSF email is sponsored by - The IT Product Guide
(BRead honest & candid reviews on hundreds of IT Products from real users.
(BDiscover which products truly live up to the hype. Start reading now.
(Bhttp://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
(B_______________________________________________
(Benlightenment-users mailing list
([email protected]
(Bhttps://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to