Hi all,
Below is my EDC description: //group 1 collections.group { "content"; parts { rect { "bg"; desc { fixed: 1 1; color: COLOR_TRANSPARENT; rel1.relative: 0 0; rel1.offset: 0 0; rel2.relative: 1 1; rel2.offset: 600 0; } } } } //group2 collections.group { parts { group { "content"; source: "content"; desc { fixed: 1 1; rel1.relative: 0.0 0.1; rel2.relative: 1.0 0.9; } } } } group2 source to group1, the layout display has no problem, but when i evas_object_hide this layout will receive below error: ERR<1608>:eina_safety lib/evas/canvas/evas_callbacks.c:540 evas_object_event_callback_del_full() safety check failed: obj == NULL When i remove the " source: "content"; " then will not have this error, i don't know why ? Please help to fix it, thanks a lot. _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel