Re: [E-devel] Edje patch

2005-06-19 Thread Simon TRENY
Hi Boldin, I applied your patch and compiled it, but it seems to break all the edje interfaces: buttons do not respond anymore and I can't move dragable parts anymore. Also, I haven't really understand what your patch should do? Dragable parts can already act like progress bars, you just need to c

Re: [E-devel] Edje patch

2005-06-19 Thread Boldin Pavel
Simon TRENY пишет: Hi Boldin, I applied your patch and compiled it, but it seems to break all the edje interfaces: buttons do not respond anymore and I can't move dragable parts anymore. sorry. you should rebuild all *.edj files with new edje_cc (or make edje_recc). for theme files to (for

Re: [E-devel] Edje patch

2005-06-19 Thread Tilman Sauerbeck
Boldin Pavel <[EMAIL PROTECTED]> [2005-06-19 14:51]: > >I applied your patch and compiled it, but it seems to break all the edje > >interfaces: buttons do not respond anymore and I can't move dragable > >parts anymore. > > > sorry. you should rebuild all *.edj files with new edje_cc (or make > ed

[E-devel] EET code

2005-06-19 Thread Brent Anderson
Just a quick question about the EET source. eet_lib.c contains a function: eet_string_match(char *s1, char *s2) why is there a need to duplicate strcmp?, the calls could be replaced with !strcmp(s1,s2) The author comments state bails out on the first mismatch, so does strcmp. -- Brent Anderso

[E-devel] EET code

2005-06-19 Thread Brent Anderson
Just a quick question about the EEET source. eet_lib.c contains a function: eet_string_match(char *s1, char *s2) why is there a need to duplicate strcmp?, the calls could be replaced with !strcmp(s1,s2) The author comments state bails out on the first mismatch, so does strcmp. -- Brent Anders

Re: [E-devel] Edje patch

2005-06-19 Thread The Rasterman
On Sun, 19 Jun 2005 01:38:26 +0500 Boldin Pavel <[EMAIL PROTECTED]> babbled: > Hello all! > > I patch edje to get working dragable objects like progressbars. > > this done by event handling and passing to dragable (mouse_down, > mouse_up, mouse_move). > you should add section like next one > ==

Re: [E-devel] EET code

2005-06-19 Thread The Rasterman
On Sun, 19 Jun 2005 03:23:51 -0700 "Brent Anderson" <[EMAIL PROTECTED]> babbled: > Just a quick question about the EEET source. > > eet_lib.c contains a function: eet_string_match(char *s1, char *s2) > > why is there a need to duplicate strcmp?, the calls could be replaced > with !strcmp(s1,s2)

Re: [E-devel] Intermittent focus issue

2005-06-19 Thread The Rasterman
On Fri, 17 Jun 2005 09:53:19 +1000 Dan <[EMAIL PROTECTED]> babbled: > Greetings. > > I've been having some strange focus issues in e17. > > Sometimes ( maybe every hour or so for most apps ), an application will > lose the focus and won't regain it as far as the keyboard is concerned. > If I poi

Re: [E-devel] Edje patch

2005-06-19 Thread Boldin Pavel
Carsten Haitzler (The Rasterman) пишет: >On Sun, 19 Jun 2005 01:38:26 +0500 Boldin Pavel <[EMAIL PROTECTED]> >babbled: > > > >>Hello all! >> >>I patch edje to get working dragable objects like progressbars. >> >>this done by event handling and passing to dragable (mouse_down, >>mouse_up, mouse_

Re: [E-devel] Edje patch

2005-06-19 Thread Boldin Pavel
Y axis work in this new patch. -- Boldin Pavel aka davinchi. mail-to: ldavinchi /at\ inbox _dot_ ru ZU - Zagovor Unixoidov. SSAU 303. diff -NurpP -x compile -x '*-config' -x '*.Tpo' -x '.*' -x 'output.*' -x autom4te.cache -x '*.orig' -x '*.o' -x '*.so*' -x '*.a' -x missing -x install-sh

[E-devel] Fwd: [e-users] ewl filedialog

2005-06-19 Thread JASON DANIEL MELBYE
--- Begin Message --- I am very new to all of this, so help me if I am misunderstanding here. I was working on an example out of the efl cookbook, and it seems to me that the ewl filedialog is broken. In the code, I register the following callback: fd = ewl_filedialog_new(EWL_FILEDIALOG_TYPE_

[E-devel] --enable-libsuffix

2005-06-19 Thread Andreas Schneider
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, what I really miss in all configure scripts is a --enable-libsuffix= option. This should add a suffix to the libdir so that you can install 64 bit binaries in /usr/lib64, /opt/enlightenment/lib64 etc. It allows you to install 32bit and 64bit

[E-devel] epsilon configure patch

2005-06-19 Thread Andreas Schneider
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, we should check for the config tools and use the provided cflags, libs instead of guessing where the header and libraries are located ;) Here is a patch to make use of them. Cheers, -- andreas - -- http://www.cynapses.org/ - cyberne

Re: [E-devel] Fwd: [e-users] ewl filedialog

2005-06-19 Thread Nathan Ingersoll
Are you looking at the cookbook on the website or in CVS? I believe the one on the website is using an older version of the API, while the one in CVS has been updated to the latest changes. We need to push an update out to the site. On 6/19/05, JASON DANIEL MELBYE <[EMAIL PROTECTED]> wrote: > >

Re: [E-devel] epsilon configure patch

2005-06-19 Thread Corey Donohoe
Just glancing it seems like a sane patch, will test and hopefully merge in the next few days. thanks. * Andreas Schneider ([EMAIL PROTECTED]) wrote: > we should check for the config tools and use the provided cflags, libs > instead of guessing where the header and libraries are located ;) > __

[E-devel] Weird disappearing mouse pointer problem

2005-06-19 Thread Tyno
Hi all, I've been running e17 on my laptop for a while and just last week I've started to have a bit of an odd problem. I go from one screen to the other and all of a sudden the mouse pointer disappears. Focus stops following the mouse and the only way I can tell where it is is by hitting the wi

Re: [E-devel] Weird disappearing mouse pointer problem

2005-06-19 Thread Jt Hollister
I had that same glitch today On 6/20/05, Tyno <[EMAIL PROTECTED]> wrote: > Hi all, > > I've been running e17 on my laptop for a while and just last week I've > started to have a bit of an odd problem. I go from one screen to the > other and all of a sudden the mouse pointer disappears. Focus st

Re: [E-devel] Weird disappearing mouse pointer problem

2005-06-19 Thread The Rasterman
On Mon, 20 Jun 2005 13:34:09 +1000 Tyno <[EMAIL PROTECTED]> babbled: > Hi all, > > I've been running e17 on my laptop for a while and just last week I've > started to have a bit of an odd problem. I go from one screen to the > other and all of a sudden the mouse pointer disappears. Focus stops

Re: [E-devel] Weird disappearing mouse pointer problem

2005-06-19 Thread Tyno
On 6/20/05, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: > On Mon, 20 Jun 2005 13:34:09 +1000 Tyno <[EMAIL PROTECTED]> babbled: > > > Hi all, > > > > I've been running e17 on my laptop for a while and just last week I've > > started to have a bit of an odd problem. I go from one scre

[E-devel] EWL entries

2005-06-19 Thread James Hales
I've tried looking around, and messing with a few of those size things with the Ewl entry widget, but I can't find an answer, so I was wondering why, and how I can solve the entry widget from shrinking when it is empty. What happens is that the entry starts off normal, then I'll type something in,

Re: [E-devel] Weird disappearing mouse pointer problem

2005-06-19 Thread The Rasterman
On Mon, 20 Jun 2005 15:47:13 +1000 Tyno <[EMAIL PROTECTED]> babbled: > On 6/20/05, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: > > On Mon, 20 Jun 2005 13:34:09 +1000 Tyno <[EMAIL PROTECTED]> babbled: > > > > > Hi all, > > > > > > I've been running e17 on my laptop for a while and ju

Re: [E-devel] Weird disappearing mouse pointer problem

2005-06-19 Thread Tyno
On 6/20/05, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: > On Mon, 20 Jun 2005 15:47:13 +1000 Tyno <[EMAIL PROTECTED]> babbled: > > > On 6/20/05, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: > > > On Mon, 20 Jun 2005 13:34:09 +1000 Tyno <[EMAIL PROTECTED]> babbled: > > >

Re: [E-devel] Weird disappearing mouse pointer problem

2005-06-19 Thread The Rasterman
On Mon, 20 Jun 2005 16:01:11 +1000 Tyno <[EMAIL PROTECTED]> babbled: > It doesn't change back when I move the mouse over an app window and > restarting enlightenment doesn't help so I guess you're probably > right. I'll find myself a different X driver and see if that helps. hmm well on restart