Hello,

> ---------------------------list_test.edc-------------------------
>                         part
>                         {
>                                 name: "list";
>                                 type: RECT;

I've changed the part-type from RECT to SWALLOW, now the function
c.part_swallow("list", medialist) in list_test.py works.

>                                 mouse_events: 0;


Then I activated the mouse_events (mouse_events: 1;).

Now the list is swallowed into the part "list" and def huhu() is called
correctly by clicking on a list-item.


>                                 description
>                                 {
>                                         state: "default" 0.0;
>                                         align: 0 0;
>                                         color: 30 89 114 175;
>
>                                         rel1
>                                         {
>                                                 relative: 0.5 0.5;
>                                                 offset: 0 0;
>                                         }
>                                         rel2
>                                         {
>                                                 relative: 1.0 1.0;
>                                                 offset: -1 -1;
>                                         }
>                                 }

The list is still drawn on top of the window, the positioning still
doesn't work.
I'd be glad to get any hints to resolve this issue.

Regards,
Nicole



------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to