Re: [e-users] new user has difficulties to understand size hints for menu toolbar

2014-06-30 Thread cedlemo
@Davide Andreoli: Thanks this information was very usefull. I just have to put the evas_object_resize(win, 400, -1) just before the evas_object_show(win); elm_run(); Now my code is working as expected. Cedlemo On 30/06/2014 17:52, Davide Andreoli wrote: > 2014-06-29 20:48 GMT+02:00 cedl

Re: [e-users] new user has difficulties to understand size hints for menu toolbar

2014-06-29 Thread cedlemo
normal (no menu displayed) http://s28.postimg.org/ne60k5gul/ekana_normal.jpg with the menu problem: http://s4.postimg.org/jhj952df1/ekana_pb.png On 29/06/2014 19:08, Davide Andreoli wrote: > can you post a screenshot of your problem please? > > > 2014-06-28 11:29 GMT+02:00 cedlemo

[e-users] new user has difficulties to understand size hints for menu toolbar

2014-06-28 Thread cedlemo
menu items). I have tried to use evas_object_size_hint_weight_set / evas_object_size_hint_align_set on the menu Evas_Object and the items but without effects. Then the menu doesn't have any background color. Any help will be appreciated Cedlemo -

Re: [e-users] [E-devel] Found a little error in documentation (maybe)

2014-06-20 Thread cedlemo
am not a mortal? Thanks for taking the time to answer me. Cedlemo |On 20/06/2014 05:04, Carsten Haitzler (The Rasterman) wrote: > On Fri, 18 Apr 2014 10:11:15 +0200 cedlemo said: > >> Hi, >> >> I have played a little with evas and in the documentation for the >&g

[e-users] Found a little error in documentation (maybe)

2014-04-18 Thread cedlemo
st or something like that?) Regards Cedlemo -- Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three a

[e-users] elev8 configure fail on archlinux.

2014-04-11 Thread cedlemo
Hi, I try to install elev8 (the javascript bindings) from git on archlinux. I have installed all the dependencies (EFL, elementary ... and v8) but when I launch the autoconf script, I still have this error: checking for libv8... configure: error: elev8 requires libv8 >= 3.5.0 The version on m

[e-users] E18 theme with Lua, how to get desktops names?

2014-02-14 Thread cedlemo
a preview for each desktops and the e.text.label is the part for the desktop name) and read the documentation for lua scripting in edc files (and make some basic tests). Is there a way to get the desktops names with lua. Thanks