---------- Forwarded message ----------
From: Atton Jonathan <[EMAIL PROTECTED]>
Date: 2008/9/9
Subject: [Edje] rel2 relative to 2 parts
To: [EMAIL PROTECTED]


hey,

I need to do something like:

part1{}
part2{}

part3
{
    rel1
    {
         relative 0.0 0.0;
         to: part1;
    }
    rel2
    {
         relative: rel1 + 0.5*part2     ...... ;
                  or: relative: 0.0 to part1 + 0.5 to part2    ........;
    }
}

the position part3 is relative to part1 and the size (size != rel2) is
relative to part2.

Is there a way to do this ?

-- 
Regards.



-- 
Regards.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to