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 cedlemo

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 cedl...@gmx.com

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

2014-06-28 Thread cedlemo
/ 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 -- Open source business process

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

2014-06-20 Thread cedlemo
? 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 cedl...@gmx.com said: Hi, I have played a little with evas and in the documentation for the functions used to set/configure

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

2014-04-18 Thread cedlemo
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 acclaimed leaders in the field, this first edition

[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

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

2014-02-14 Thread cedlemo
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. Cedlemo