hey :)

Currently I m rewriting eyelight and change the way a presentation is
creating. the "old" eyelight created an edje file from 2 edc files (the
theme: a list of macro and the presentation). The new Eyelight use a classic
way:
- the elt presentation file
- the edje theme file, a list of group (item text, image ...)
Eyelight read the presentation file and create an evas_object for each item
and add them in a box part. This way allows to create a theme with
edje_editor and a presentation editor will be easy to write.

Now my 2 questions :) :

Edje_Edit :
if I change the relative property of a part, this change will be apply in
the evas_object or in the source group ? If I create a new object from the
same group, it will be created with or without the change ?
It seems the object will be create with the change.
When a user want add a custom area, I create an evas_object from a group
"custom_area",  then I need to change the relative property of a part to
place the area as the user request. currently all areas are placed at the
position of the last area !


Textblock :
If we use a glow effect on the text and if the text is align to the left,
the glow effect will be not draw at the left because it is outside the text
part :( Is there a way to add an offset to the text ? The property align fix
this problem but it is relative and not fix.

-- 
Regards.
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to