On Mon, May 18, 2009 at 17:10, Mikael Liljeroth <mikael.liljer...@gmail.com> wrote: > Thanks for your help. I think the clip thing should solve my problem very > well, defines would also solve my problem but I really would like to limit > the number of Edje programs and signals sent. I also have an other issue > where I want to hide and show edje parts from c? Is this possible without > edje programs? Is it okay to get the Evas_Object of an Edje part and modify > it from c with show/hide/move etc?
The Edje_Edit api would provide such possibilities - however, this is not how it is supposed to work. The concept behind Edje is to keep the UI in the edj and not mess with it in the main program. So if you want to hide items from the program, send a signal to edje and let a edje program handle the signal. This reduces the influence from the program to the UI to a minimum to make it as easy as possible to change the whole UI without touching the program itself. ------------------------------------------------------------------------------ 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 enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel