Re: [e-users] Elementary program / generating keyboard input events

2016-07-08 Thread The Rasterman
On Fri, 8 Jul 2016 00:41:26 -0400 (EDT) Markus Svilans said: > - Original Message - > > From: "Carsten Haitzler" > > To: "enlightenment-users" > > Cc: "msvilans" > > Sent: Thursday, July 7, 2016 10:47:35 PM > > Subjec

Re: [e-users] Elementary program / generating keyboard input events

2016-07-07 Thread Markus Svilans
- Original Message - > From: "Carsten Haitzler" > To: "enlightenment-users" > Cc: "msvilans" > Sent: Thursday, July 7, 2016 10:47:35 PM > Subject: Re: [e-users] Elementary program / generating keyboard input events > On Sun, 3 Jul

Re: [e-users] Elementary program / generating keyboard input events

2016-07-07 Thread The Rasterman
On Sun, 3 Jul 2016 14:35:45 -0400 (EDT) Markus Svilans said: > Dear Enlightenment Users, > > Is it possible to manually generate keyboard input events? yes. though not recommended. evas_event_*feed api's. :) you just need to be careful. > In my case, keyboard events are received via a pipe f

Re: [e-users] Elementary program / generating keyboard input events

2016-07-06 Thread Markus Svilans
Dear Enlightenment Users, I've made some progress, but seem to have hit a wall and would appreciate some help. I'm using the genlist_example_02 program from Elementary as a starting point (no particular reason, I just had it open in an editor). I was able to use software buffer engine, by addi

Re: [e-users] Elementary application / render to memory buffer

2016-07-05 Thread Markus Svilans
Thanks very much, Cedric. I wasn't about the proper place to send my query. I've added some details below. Not to sure of your goal, but I think that Ecore_Evas extn backend does exactly what you are describing. You can also look at elementary ELM_WIN_SOCKET_IMAGE that does use Ecore_Evas ex

Re: [e-users] Elementary application / render to memory buffer

2016-07-05 Thread Cedric BAIL
Hello, This should better go to the developpers mailing list, so forwarded it there. On Sun, Jul 3, 2016 at 11:32 AM, Markus Svilans wrote: > I am very new to Elementary, still reading through the examples and learning > the various features. > > I could use a bit of assistance in getting start

Re: [e-users] elementary compile error

2016-04-13 Thread Benoit Barthelet
that explains it :) thanks, I updated my script ! On Thu, Apr 14, 2016 at 8:06 AM, Cedric BAIL wrote: > On Wed, Apr 13, 2016 at 10:11 PM, Benoit Barthelet > wrote: > > I wanted to update everything and face this error > > I'm at commit : > > Elementary has been merged in efl tree and you don't

Re: [e-users] elementary compile error

2016-04-13 Thread Cedric BAIL
On Wed, Apr 13, 2016 at 10:11 PM, Benoit Barthelet wrote: > I wanted to update everything and face this error > I'm at commit : Elementary has been merged in efl tree and you don't need to compile it separately anymore. This explain why it is not working with git efl anymore. We should actually m

Re: [e-users] Elementary doc and tutorial

2015-07-01 Thread The Rasterman
On Sat, 06 Jun 2015 18:31:35 +0200 Pierre Couderc said: > I am trying to use elementary under perl. > I am trying to interface with EFL::Elementary but I find some problems > Is this a possible way ? or another way ? no one knows about efl and perl :) me included. :) there's python... -- -

Re: [e-users] Elementary doc and tutorial

2015-06-06 Thread Pierre Couderc
I am trying to use elementary under perl. I am trying to interface with EFL::Elementary but I find some problems Is this a possible way ? or another way ? On 06/03/2015 11:01 AM, Pierre Couderc wrote: > I want to convert some perl TK script to ...? I suppose the best is > :elementary... > > 1- W

Re: [e-users] Elementary doc and tutorial

2015-06-03 Thread Pierre Couderc
Well I have found : https://docs.enlightenment.org/auto/elementary/ On 06/03/2015 11:01 AM, Pierre Couderc wrote: > I want to convert some perl TK script to ...? I suppose the best is > :elementary... > > 1- Where is doc for elementary ? The links that I find by googling > point on nothing. > 2

Re: [e-users] Elementary and Terminology icons missing, need a bit of help...

2015-02-25 Thread Martinx - ジェームズ
Hey guys! No one knows what am I doing wrong here? I really want to fix those missing icons to let my "E-Packages" in good shape... Thanks! Thiago On 22 February 2015 at 13:25, Martinx - ジェームズ wrote: > Hey guys! > > I have a small problem here, I'm not seeing a few icons at > `elementary_co

Re: [e-users] elementary 1.12.2 build failure

2015-01-17 Thread Will Hopper
Thanks, that was exactly the issue! I had some stale .eo files hiding in /usr/share/eolian that didn't get removed by the make uninstall. But after cleaning them out everything built smoothly! Much appreciated. - Will On Jan 16, 2015 6:32 AM, "Stefan Schmidt" wrote: > Hello. > > On 15/01/15 15:4

Re: [e-users] elementary 1.12.2 build failure

2015-01-16 Thread Stefan Schmidt
Hello. On 15/01/15 15:40, Will Hopper wrote: > Hi everyone, > > I was getting around to upgrading to the 1.12.x serious, but ran into a > problem when building elemenetary. > > make all-recursive > make[1]: Entering directory '/opt/source/e/elementary-1.12.2' > Making all in src > make[2]: Enteri

Re: [e-users] Elementary build

2013-01-06 Thread Thiago Henrique
Hi Daniel, Its work now, thanks... On 6 January 2013 02:47, Daniel Juyung Seo wrote: > Fixed in svn. > http://trac.enlightenment.org/e/changeset/82297 > Can you try it again with latest elementary? > > Daniel Juyung Seo (SeoZ) > > On Sun, Jan 6, 2013 at 3:25 AM, Thiago Henrique > wrote: > > >

Re: [e-users] Elementary build

2013-01-05 Thread Daniel Juyung Seo
Fixed in svn. http://trac.enlightenment.org/e/changeset/82297 Can you try it again with latest elementary? Daniel Juyung Seo (SeoZ) On Sun, Jan 6, 2013 at 3:25 AM, Thiago Henrique wrote: > Hi Guys, > > I have E17 on my laptop, i'm using Gentoo and enlightenment-niifaq overlay > to build E17, wh

Re: [e-users] Elementary - invisible text in examples

2012-09-24 Thread freelancer
Heh, I've been looking at contribute page, where fontconfig isn't listed among others in the building section :) On Mon, 24 Sep 2012 08:39:30 +0900 Carsten Haitzler (The Rasterman) wrote: > On Sun, 23 Sep 2012 21:37:51 -0400 freelancer > said: > > > Installing libfontconfig-dev package indeed

Re: [e-users] Elementary - invisible text in examples

2012-09-23 Thread Cedric BAIL
On Mon, Sep 24, 2012 at 10:37 AM, freelancer wrote: > Installing libfontconfig-dev package indeed helped, thanks. > But wouldn't it be more convenient if its presence was checked > during configuration stage? It is. You just don't really need it, if you either include the font in your theme direc

Re: [e-users] Elementary - invisible text in examples

2012-09-23 Thread The Rasterman
On Sun, 23 Sep 2012 21:37:51 -0400 freelancer said: > Installing libfontconfig-dev package indeed helped, thanks. > But wouldn't it be more convenient if its presence was checked > during configuration stage? it is checked. if it is there evas compiles fontconfig support. if not it doesn't. efl

Re: [e-users] Elementary - invisible text in examples

2012-09-23 Thread freelancer
Installing libfontconfig-dev package indeed helped, thanks. But wouldn't it be more convenient if its presence was checked during configuration stage? On Sun, 23 Sep 2012 12:06:10 +0900 Daniel Juyung Seo wrote: > If this still doesn't work, build whole EFL after installing > libfontconfig1-dev.

Re: [e-users] Elementary - invisible text in examples

2012-09-22 Thread Daniel Juyung Seo
If this still doesn't work, build whole EFL after installing libfontconfig1-dev. Thanks. Daniel Juyung Seo (seoZ) On Sun, Sep 23, 2012 at 11:57 AM, Daniel Juyung Seo wrote: > Do this: > > $ sudo apt-get install libfontconfig1-dev > > Daniel Juyung Seo (SeoZ) > > On Sun, Sep 23, 2012 at 10:36 AM,

Re: [e-users] Elementary - invisible text in examples

2012-09-22 Thread Daniel Juyung Seo
Do this: $ sudo apt-get install libfontconfig1-dev Daniel Juyung Seo (SeoZ) On Sun, Sep 23, 2012 at 10:36 AM, Carsten Haitzler wrote: > On Sat, 22 Sep 2012 22:16:50 -0400 freelancer said: > >> >> I didn't disable fontconfig support for evas and I have Sans >> font installed in my system. > > y

Re: [e-users] Elementary - invisible text in examples

2012-09-22 Thread The Rasterman
On Sat, 22 Sep 2012 22:16:50 -0400 freelancer said: > > I didn't disable fontconfig support for evas and I have Sans > font installed in my system. you dont have to disable it - did evas find fontconfig dev headers etc. when it compiled? the default theme for elm (and e17 too) request the "Sans

Re: [e-users] Elementary - invisible text in examples

2012-09-22 Thread freelancer
I didn't disable fontconfig support for evas and I have Sans font installed in my system. On Sat, 22 Sep 2012 11:06:36 +0900 Carsten Haitzler (The Rasterman) wrote: > On Fri, 21 Sep 2012 15:36:09 -0400 Jacek Anaszewski > said: > > did evas compile with fontconfig support? if so do you have a

Re: [e-users] Elementary - invisible text in examples

2012-09-21 Thread The Rasterman
On Fri, 21 Sep 2012 15:36:09 -0400 Jacek Anaszewski said: did evas compile with fontconfig support? if so do you have a Sans font installed/available? > Hello, > > I've compiled whole set of EFL libraries with elementary in the end. > I have managed to build and launch test applications from of

Re: [e-users] Elementary - Where can I save meta info ?

2012-09-17 Thread Amit S
Thanks. That helped. Regards, Amit S On Mon, Sep 17, 2012 at 5:08 AM, Sanjeev BA wrote: > > http://docs.enlightenment.org/auto/evas/group__Evas__Object__Group__Extras.html#ga70134a7068c9bff4107a761abe0a2ad4 > > evas_object_data_set/get/del. > > > On Sun, Sep 16, 2012 at 10:31 PM, Carsten Hait

Re: [e-users] Elementary - Where can I save meta info ?

2012-09-16 Thread Sanjeev BA
http://docs.enlightenment.org/auto/evas/group__Evas__Object__Group__Extras.html#ga70134a7068c9bff4107a761abe0a2ad4 evas_object_data_set/get/del. On Sun, Sep 16, 2012 at 10:31 PM, Carsten Haitzler wrote: > On Sun, 16 Sep 2012 18:52:29 +0530 Amit S said: > > evasw_object_set/get/del(). :) > > >

Re: [e-users] Elementary - Where can I save meta info ?

2012-09-16 Thread The Rasterman
On Sun, 16 Sep 2012 18:52:29 +0530 Amit S said: evasw_object_set/get/del(). :) > Hi, > > Is there any method which helps me save any meta-data about an Evas_Object. > > For instance, I want to attach a URL to a Button. So whenever the button is > clicked, I get the URL link from button's metad

Re: [e-users] Elementary build fails on ubuntu 12.04

2012-09-05 Thread Andrea Suisani
>> got it guys I didn't realize that all the mess was caused >> by leftover .la files im my system. >> >> I'll follow SeoZ's advice, I will uninstall all elf, remove any >> .la files in $prefix/lib, and rebuild everything from scratch. >> >> thanks everybody >> >> Andrea > > > You can use a patche

Re: [e-users] Elementary build fails on ubuntu 12.04

2012-09-05 Thread P Purkayastha
On 09/05/2012 02:57 PM, Andrea Suisani wrote: > On 09/04/2012 08:06 PM, Gustavo Sverzut Barbieri wrote: >> On Tue, Sep 4, 2012 at 12:04 PM, Carsten Haitzlerwrote: >> >>> On Tue, 04 Sep 2012 14:45:19 +0200 Andrea Suisani >>> said: >>> On 09/04/2012 02:40 PM, Gustavo Sverzut Barbieri wrote:

Re: [e-users] Elementary build fails on ubuntu 12.04

2012-09-05 Thread Andrea Suisani
On 09/05/2012 04:26 PM, Daniel Juyung Seo wrote: > Great but efl not elf :) ps sorry for the typo :P > Daniel Juyung Seo (SeoZ) > > On Wed, Sep 5, 2012 at 6:08 PM, Andrea Suisani wrote: >> On 09/05/2012 08:57 AM, Andrea Suisani wrote: >>> >>> On 09/05/2012 02:52 AM, Daniel Juyung Seo wrot

Re: [e-users] Elementary build fails on ubuntu 12.04

2012-09-05 Thread Daniel Juyung Seo
Great but efl not elf :) Daniel Juyung Seo (SeoZ) On Wed, Sep 5, 2012 at 6:08 PM, Andrea Suisani wrote: > On 09/05/2012 08:57 AM, Andrea Suisani wrote: >> >> On 09/05/2012 02:52 AM, Daniel Juyung Seo wrote: >>> >>> I've updated many of my machines and solved the ubuntu problem easily :) >>> >>>

Re: [e-users] Elementary build fails on ubuntu 12.04

2012-09-05 Thread Andrea Suisani
On 09/05/2012 08:57 AM, Andrea Suisani wrote: > On 09/05/2012 02:52 AM, Daniel Juyung Seo wrote: >> I've updated many of my machines and solved the ubuntu problem easily :) >> >> Just do 'make uninstall' every efl libraries. And double check whether there >> are any leftovers using libgnutls.la

Re: [e-users] Elementary build fails on ubuntu 12.04

2012-09-04 Thread Andrea Suisani
On 09/05/2012 02:52 AM, Daniel Juyung Seo wrote: > I've updated many of my machines and solved the ubuntu problem easily :) > > Just do 'make uninstall' every efl libraries. And double check whether there > are any leftovers using libgnutls.la in /usr/local/lib. > Now build a

Re: [e-users] Elementary build fails on ubuntu 12.04

2012-09-04 Thread Andrea Suisani
On 09/04/2012 08:06 PM, Gustavo Sverzut Barbieri wrote: > On Tue, Sep 4, 2012 at 12:04 PM, Carsten Haitzler wrote: > >> On Tue, 04 Sep 2012 14:45:19 +0200 Andrea Suisani >> said: >> >>> On 09/04/2012 02:40 PM, Gustavo Sverzut Barbieri wrote: I still wonder why these people install .la files,

Re: [e-users] Elementary build fails on ubuntu 12.04

2012-09-04 Thread Daniel Juyung Seo
I've updated many of my machines and solved the ubuntu problem easily :) Just do 'make uninstall' every efl libraries. And double check whether there are any leftovers using libgnutls.la in /usr/local/lib. Now build all efl libraries again. In this way I solved the problem in many machines. Dani

Re: [e-users] Elementary build fails on ubuntu 12.04

2012-09-04 Thread The Rasterman
On Tue, 04 Sep 2012 17:36:07 +0200 Andrea Suisani said: > On 09/04/2012 05:04 PM, Carsten Haitzler (The Rasterman) wrote: > > On Tue, 04 Sep 2012 14:45:19 +0200 Andrea Suisani > > said: > > > >> On 09/04/2012 02:40 PM, Gustavo Sverzut Barbieri wrote: > >>> I still wonder why these people install

Re: [e-users] Elementary build fails on ubuntu 12.04

2012-09-04 Thread Gustavo Sverzut Barbieri
On Tue, Sep 4, 2012 at 12:04 PM, Carsten Haitzler wrote: > On Tue, 04 Sep 2012 14:45:19 +0200 Andrea Suisani > said: > > > On 09/04/2012 02:40 PM, Gustavo Sverzut Barbieri wrote: > > > I still wonder why these people install .la files, just remove them and > > > it's all fine > > > > to my unders

Re: [e-users] Elementary build fails on ubuntu 12.04

2012-09-04 Thread Andrea Suisani
On 09/04/2012 05:04 PM, Carsten Haitzler (The Rasterman) wrote: > On Tue, 04 Sep 2012 14:45:19 +0200 Andrea Suisani said: > >> On 09/04/2012 02:40 PM, Gustavo Sverzut Barbieri wrote: >>> I still wonder why these people install .la files, just remove them and >>> it's all fine >> >> to my understan

Re: [e-users] Elementary build fails on ubuntu 12.04

2012-09-04 Thread The Rasterman
On Tue, 04 Sep 2012 15:10:29 +0200 Andrea Suisani said: > Hi all, > > On 09/04/2012 02:01 PM, Andrea Suisani wrote: > >>> from what i've understand .la file is needed by libtool. > >>> > >>> have anybody experienced this problem ? > >> > >> ubuntu bug. i've filed a bug before on this. it didnt g

Re: [e-users] Elementary build fails on ubuntu 12.04

2012-09-04 Thread The Rasterman
On Tue, 04 Sep 2012 14:45:19 +0200 Andrea Suisani said: > On 09/04/2012 02:40 PM, Gustavo Sverzut Barbieri wrote: > > I still wonder why these people install .la files, just remove them and > > it's all fine > > to my understanding it's a libtool requirment, i.e. I need > libgnutls.la to get ele

Re: [e-users] Elementary build fails on ubuntu 12.04

2012-09-04 Thread Andrea Suisani
Hi all, On 09/04/2012 02:01 PM, Andrea Suisani wrote: >>> from what i've understand .la file is needed by libtool. >>> >>> have anybody experienced this problem ? >> >> ubuntu bug. i've filed a bug before on this. it didnt get fixed. the .la >> files >> are broken that ship with ubuntu so they po

Re: [e-users] Elementary build fails on ubuntu 12.04

2012-09-04 Thread Alan McKinnon
On Tue, 4 Sep 2012 09:40:39 -0300 Gustavo Sverzut Barbieri wrote: > I still wonder why these people install .la files, just remove them > and it's all fine Your pro-Gentoo bias is showing :-) > > On Tuesday, September 4, 2012, Carsten Haitzler wrote: > > > On Tue, 04 Sep 2012 12:06:18 +0200

Re: [e-users] Elementary build fails on ubuntu 12.04

2012-09-04 Thread Andrea Suisani
On 09/04/2012 02:40 PM, Gustavo Sverzut Barbieri wrote: > I still wonder why these people install .la files, just remove them and > it's all fine to my understanding it's a libtool requirment, i.e. I need libgnutls.la to get elementary compiled. dunno why tough. :) > On Tuesday, September 4, 201

Re: [e-users] Elementary build fails on ubuntu 12.04

2012-09-04 Thread Gustavo Sverzut Barbieri
I still wonder why these people install .la files, just remove them and it's all fine On Tuesday, September 4, 2012, Carsten Haitzler wrote: > On Tue, 04 Sep 2012 12:06:18 +0200 Andrea Suisani > > > said: > > > Hi All, > > > > I've recently upgrade my workstation to ubuntu 12.04 > > and now I'm

Re: [e-users] Elementary build fails on ubuntu 12.04

2012-09-04 Thread Andrea Suisani
>> from what i've understand .la file is needed by libtool. >> >> >> have anybody experienced this problem ? > > ubuntu bug. i've filed a bug before on this. it didnt get fixed. the .la files > are broken that ship with ubuntu so they point to the wrong installation dir > for the lib (they point to

Re: [e-users] Elementary build fails on ubuntu 12.04

2012-09-04 Thread The Rasterman
On Tue, 04 Sep 2012 12:06:18 +0200 Andrea Suisani said: > Hi All, > > I've recently upgrade my workstation to ubuntu 12.04 > and now I'm not able to compile elementary due to the fact > that 12.04 libgnutls-dev package does not contain libgnutls.la > anymore, this the related piece of log: > >

Re: [e-users] Elementary compile issue

2012-08-13 Thread Gabriele Piccini
Hi it compiled. I had to force CPPFLAGS in configure to -I/usr/local/include/evas-1 etc. Perhaps there's something wrong in autogen. Hints? Now I go to enlightenment. Bye 2012/8/12 Gabriele Piccini > Hi all, > Eina; yes it was compiled first. > Now I try do ldconfig. > > Cheers > Gabriele > >

Re: [e-users] Elementary compile issue

2012-08-11 Thread Gabriele Piccini
Hi all, Eina; yes it was compiled first. Now I try do ldconfig. Cheers Gabriele -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how

Re: [e-users] Elementary entry newlines

2011-07-27 Thread Matthew Carter
I did a little more tinkering with it, and found I could press shift+enter to insert the line break instead of the paragraph separator. Would it be possible to have an option in the entry API that switched this default? On Wed, Jul 27, 2011 at 8:37 PM, Carsten Haitzler wrote: > On Wed, 27 Jul 20

Re: [e-users] Elementary entry newlines

2011-07-27 Thread The Rasterman
On Wed, 27 Jul 2011 10:08:26 -0400 Matthew Carter said: well it's a unicode char that is needed to get things like right-to-left text correct. as such elm is translating your enters into paragraph separators which is the only right way to know that you mean "start a new paragraph". as such though

Re: [e-users] Elementary entry newlines

2011-07-27 Thread Matthew Carter
Interesting. Thanks for the quick reply. I've done some googling on the subject, but still haven't found a solution to get Vim to properly display the paragraph separator. I know this is not a Vim support list, but if any user knows a solution off-hand, I would like to know. On the plus side, leaf

Re: [e-users] Elementary entry newlines

2011-07-26 Thread The Rasterman
On Tue, 26 Jul 2011 22:17:51 -0400 Matthew Carter said: welcome to unicode. you're getting the unicode paragraph separator.. which is actually much more technically correct than \n :) > Using entry widget from elementary, new lines are creating unexpected > character encodings. First noticed whe

Re: [e-users] Elementary fileselector weirdness

2011-04-02 Thread Daniel Juyung Seo
Dear Benjamin. Is this still happening? Do you have any sample code that we can test with? Thanks. Daniel Juyung Seo (SeoZ) On Mar 25, 2011 4:00 PM, "Carsten Haitzler" wrote: > On Thu, 24 Mar 2011 08:35:27 -0500 Benjamin Flanagin said: > > is your toplevel widget an elm_win? is the edje file ua

Re: [e-users] Elementary fileselector weirdness

2011-03-25 Thread The Rasterman
On Thu, 24 Mar 2011 08:35:27 -0500 Benjamin Flanagin said: is your toplevel widget an elm_win? is the edje file ua re opening loaded as an elm_layout widget? if not there WILL be issues like focus handling etc. guaranteed. > So I'm now convinced its a regression/bug in either edje or elementary.

Re: [e-users] Elementary fileselector weirdness

2011-03-24 Thread Benjamin Flanagin
So I'm now convinced its a regression/bug in either edje or elementary. I have two devices, ones a laptop running the lastest (as of yesterday) svn of the EFL and a Pandora running the EFL from the default repositories (core libraries aren't at 1.0). The Pandora behaves as expected but the laptop

Re: [e-users] Elementary fileselector weirdness

2011-03-22 Thread Benjamin Flanagin
You are correct sir. I must amend my previous statements and include that I am embedding the elementary widget into a edj file via editje-bin. These are the errors that I get from clicking on the selector button numerous times. RR<2637>:ecore ecore.c:227 _ecore_magic_fail() *** ECORE ERROR: Ecore

Re: [e-users] Elementary fileselector weirdness

2011-03-22 Thread Daniel Juyung Seo
Hello, Can you test that with elementary_test "File Selector Entry"? It looks like working well in elementary_test. Thanks. Daniel Juyung Seo (SeoZ) On Wed, Mar 23, 2011 at 8:03 AM, Benjamin Flanagin wrote: > I have a program with a fileselector_entry widget. The first time you use > the file s

Re: [e-users] elementary // list

2011-01-06 Thread S. Bonnegent
Le 05/01/2011 16:54, Gustavo Sverzut Barbieri a écrit : > On Wed, Jan 5, 2011 at 12:47 PM, S. Bonnegent > wrote: >> Hi, >> >> In an elementary list, is it possible to modify the height of lines ? >> >> I use it in a python script (joined) and I didn't find documentation for >> this topic. > > Li

Re: [e-users] elementary // list

2011-01-05 Thread Gustavo Sverzut Barbieri
On Wed, Jan 5, 2011 at 12:47 PM, S. Bonnegent wrote: > Hi, > > In an elementary list, is it possible to modify the height of lines ? > > I use it in a python script (joined) and I didn't find documentation for > this topic. List item height is defined by the item style/theme and the finger-size s

Re: [e-users] elementary // list

2011-01-05 Thread S. Bonnegent
Test script is available here: http://sensia.homelinux.org/files/test_liste.py Le 05/01/2011 15:47, S. Bonnegent a écrit : > Hi, > > In an elementary list, is it possible to modify the height of lines ? > > I use it in a python script (joined) and I didn't find documentation for > this

Re: [e-users] Elementary

2010-05-13 Thread David Seikel
On Sat, 24 Apr 2010 12:17:02 +1000 David Seikel wrote: > On Sat, 24 Apr 2010 00:12:45 + Iván Briano (Sachiel) > wrote: > > > On Sat, Apr 24, 2010 at 12:05 AM, Carsten Haitzler > > wrote: > > > On Fri, 23 Apr 2010 22:33:16 +0100 Robin > > > said: > > > > > >> Using easy_e17 > > >> Sabayon

Re: [e-users] Elementary

2010-04-23 Thread David Seikel
On Sat, 24 Apr 2010 00:12:45 + Iván Briano (Sachiel) wrote: > On Sat, Apr 24, 2010 at 12:05 AM, Carsten Haitzler > wrote: > > On Fri, 23 Apr 2010 22:33:16 +0100 Robin > > said: > > > >> Using easy_e17 > >> Sabayon 5 > >> > >> Is Elementary still included in E17 as a separate entity? > >> >

Re: [e-users] Elementary

2010-04-23 Thread Sachiel
On Sat, Apr 24, 2010 at 12:05 AM, Carsten Haitzler wrote: > On Fri, 23 Apr 2010 22:33:16 +0100 Robin > said: > >> Using easy_e17 >> Sabayon 5 >> >> Is Elementary still included in E17 as a separate entity? >> >> When script compiling elementary get  "no build system" error. >> Doing  #ls element

Re: [e-users] Elementary

2010-04-23 Thread The Rasterman
On Fri, 23 Apr 2010 22:33:16 +0100 Robin said: > Using easy_e17 > Sabayon 5 > > Is Elementary still included in E17 as a separate entity? > > When script compiling elementary get "no build system" error. > Doing #ls elementary, output is : > > drwxr-xr-x 7 root root 4096 Apr 23 14:32 calcula

Re: [e-users] Elementary (Topic changed)

2009-04-18 Thread Andreas Volz
Am Sat, 18 Apr 2009 11:56:13 -0500 schrieb Nathan Ingersoll: > On Fri, Apr 10, 2009 at 5:27 AM, Andreas Volz > wrote: > > Am Fri, 10 Apr 2009 01:59:39 +0200 schrieb Vincent Pomageot: > > > > Looks nice! I'll try it next week. For my embedded application I use > > a minimal self written widget too

Re: [e-users] Elementary (Topic changed)

2009-04-18 Thread Nathan Ingersoll
On Fri, Apr 10, 2009 at 5:27 AM, Andreas Volz wrote: > Am Fri, 10 Apr 2009 01:59:39 +0200 schrieb Vincent Pomageot: > > Looks nice! I'll try it next week. For my embedded application I use > a minimal self written widget toolkit on top of eflmm, but I really > need to put more work into it... > >

Re: [e-users] Elementary (Topic changed)

2009-04-18 Thread Andreas Volz
Am Fri, 10 Apr 2009 22:17:20 +1000 schrieb Carsten Haitzler (The Rasterman): > On Fri, 10 Apr 2009 12:27:14 +0200 Andreas Volz > said: > > > Am Fri, 10 Apr 2009 01:59:39 +0200 schrieb Vincent Pomageot: > > > > Looks nice! I'll try it next week. For my embedded application I use > > a minimal se

Re: [e-users] Elementary (Topic changed)

2009-04-10 Thread The Rasterman
On Fri, 10 Apr 2009 12:27:14 +0200 Andreas Volz said: > Am Fri, 10 Apr 2009 01:59:39 +0200 schrieb Vincent Pomageot: > > Looks nice! I'll try it next week. For my embedded application I use > a minimal self written widget toolkit on top of eflmm, but I really > need to put more work into it... >

Re: [e-users] Elementary (Topic changed)

2009-04-10 Thread Andreas Volz
Am Fri, 10 Apr 2009 01:59:39 +0200 schrieb Vincent Pomageot: Looks nice! I'll try it next week. For my embedded application I use a minimal self written widget toolkit on top of eflmm, but I really need to put more work into it... Maybe I'll start a eflmm wrapper for Elementary. Any ideas how sta