Re: [e-users] more weirdness

2011-01-06 Thread The Rasterman
On Thu, 6 Jan 2011 21:47:08 -0600 llwy...@suddenlink.net said: i stuck xterm.desktop in ~/Desktop - i double click. only 1 xterm is run. works for me. > > > > When I click on any icon on the desktop (not the shelf it's fine now) it > opens two of the app. THese are the root directory, a Konsol

[e-users] more weirdness

2011-01-06 Thread llwyble
When I click on any icon on the desktop (not the shelf it's fine now) it opens two of the app. THese are the root directory, a Konsole app, Firefox, Konqueror and the System tools. Alll these are icons on the desktop.

Re: [e-users] Problem getting X Window ID.

2011-01-06 Thread The Rasterman
On Thu, 06 Jan 2011 23:32:37 +0100 Nicolas said: Window xwin; Ecore_X_Window ewin; xwin = ewin; // :) > Hi, > > I'm using Ecore_X and I'm trying to get the X window ID of the Ecore_Window. > > I do: > > int pm; > ecore_x_window_prop_xid_get(mywindow, NULL, NULL, &pm, 1); > > pm is n

Re: [e-users] Evas Video Sink

2011-01-06 Thread The Rasterman
On Thu, 6 Jan 2011 17:02:26 +0100 Stefano Sabatini said: > On date Monday 2011-01-03 17:26:00 +0900, Carsten Haitzler wrote: > > On Fri, 31 Dec 2010 01:31:46 +0100 Stefano Sabatini > > said: > > > In data Wednesday 2010-12-29 19:57:53 +0100, Nicolas ha scritto: > > > > Hello, > > > > > > > > He

Re: [e-users] Problem getting X Window ID.

2011-01-06 Thread Christopher Michael
On 01/06/2011 05:32 PM, Nicolas wrote: > Hi, > > I'm using Ecore_X and I'm trying to get the X window ID of the Ecore_Window. > > I do: > > int pm; > ecore_x_window_prop_xid_get(mywindow, NULL, NULL,&pm, 1); > > pm is not null but it doesn't seem to work. > Is this the correct way ? > > Ecore_X api

[e-users] Problem getting X Window ID.

2011-01-06 Thread Nicolas
Hi, I'm using Ecore_X and I'm trying to get the X window ID of the Ecore_Window. I do: int pm; ecore_x_window_prop_xid_get(mywindow, NULL, NULL, &pm, 1); pm is not null but it doesn't seem to work. Is this the correct way ? Ecore_X api is: ecore_x_window_prop_xid_get(Ecore_X_Window win, Ecore_

Re: [e-users] e16 - systray icons not redrawn

2011-01-06 Thread James Bowlin
On Thu, Jan 06, 2011 at 10:01 PM, Kim Woelders said: > On Wed, 05 Jan 2011 19:29:16 +0100, Trinine wrote: > > > Hi all (and happy new year !) > > > > I've made many tests, and I think that I can reproduce the problem > > mentioned here: > > http://www.mail-archive.com/enlightenment-users@lists.so

Re: [e-users] e16 - systray icons not redrawn

2011-01-06 Thread Kim Woelders
On Wed, 05 Jan 2011 19:29:16 +0100, Trinine wrote: > Hi all (and happy new year !) > > I've made many tests, and I think that I can reproduce the problem > mentioned here: > http://www.mail-archive.com/enlightenment-users@lists.sourceforge.net/msg13665.html > Many systray icons aren't redrawn whe

Re: [e-users] Evas Video Sink

2011-01-06 Thread Gustavo Sverzut Barbieri
On Thu, Jan 6, 2011 at 2:02 PM, Stefano Sabatini wrote: > On date Monday 2011-01-03 17:26:00 +0900, Carsten Haitzler wrote: >> On Fri, 31 Dec 2010 01:31:46 +0100 Stefano Sabatini >> said: >> > In data Wednesday 2010-12-29 19:57:53 +0100, Nicolas ha scritto: >> > > Hello, >> > > >> > > Here's a n

Re: [e-users] Evas Video Sink

2011-01-06 Thread Stefano Sabatini
On date Monday 2011-01-03 17:26:00 +0900, Carsten Haitzler wrote: > On Fri, 31 Dec 2010 01:31:46 +0100 Stefano Sabatini said: > > In data Wednesday 2010-12-29 19:57:53 +0100, Nicolas ha scritto: > > > Hello, > > > > > > Here's a new version of EvasVideoSink, feel free to test it. > > > https://so

Re: [e-users] python elementary list

2011-01-06 Thread Gustavo Sverzut Barbieri
looks fine to me, hard to say what is missing, but maybe it's a bug in elm_list. On Thu, Jan 6, 2011 at 1:16 PM, S. Bonnegent wrote: > Hi, > > I have a strange behaviour with an elementary list. In a case, new item > is not display. For example with script below, if you click on "Test2", > new i

[e-users] python elementary list

2011-01-06 Thread S. Bonnegent
Hi, I have a strange behaviour with an elementary list. In a case, new item is not display. For example with script below, if you click on "Test2", new item "newline 3" is not display. I have to click on "Test1" to display it. I surely missed something ... #!/usr/bin/env python import elementary

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