[e-users] edje_object_signal_callback_add not triggering

2014-04-17 Thread Olivier Nougarede
In an edc file, i have the following: group { name: ok_img; min: 20 20; parts { part { name: okimg; type: IMAGE; mouse_events: 1; description { state: default 0.0; image.normal: ic_ok.png; } } } programs { program {

[e-users] Using application edje icons

2014-04-10 Thread Olivier Nougarede
I wonder if it is possible to store all my app icons in an edje file. How to display them. And how to set callbacks on them. Regards. Olivier -- Put Bad Developers to Shame

[e-users] FW: Scroller in an inwin object

2014-04-02 Thread Olivier Nougarede
@lists.sourceforge.net CC: onougar...@hotmail.fr Subject: Re: [e-users] Scroller in an inwin object On Tue, 1 Apr 2014 05:16:46 +0200 Olivier Nougarede onougar...@hotmail.fr said: I have an entry object with some anchors. When activating those anchors, an inwin object is created. This inwin

[e-users] Scroller in an inwin object

2014-03-31 Thread Olivier Nougarede
I have an entry object with some anchors. When activating those anchors, an inwin object is created. This inwin is made off an elm_image and an elm_button. As images are of different sizes, can i make the inwin scrollable? Olivier