Re: [E-devel] edje_object_message_* example?

2009-11-25 Thread The Rasterman
On Tue, 24 Nov 2009 22:33:15 +0100 Andreas Volz said: > Hello, > > I tried to send some messages from my edje file to my application code. > My first idea was to emit signals and put my data somewhere in the > signal or source field. > > Then I found the edje_object_message_* functions. Maybe t

Re: [E-devel] edje_object_message_* example?

2009-11-25 Thread Tom Haste
On 11/26/09, Andreas Volz wrote: > Am Tue, 24 Nov 2009 19:50:31 -0200 schrieb Gustavo Sverzut Barbieri: > >> On Tue, Nov 24, 2009 at 7:33 PM, Andreas Volz >> wrote: >> > Hello, >> > >> > I tried to send some messages from my edje file to my application >> > code. My first idea was to emit signals

Re: [E-devel] edje_object_message_* example?

2009-11-25 Thread Tom Haste
Lets try that again... Ive got a callback like that in Keys and Ardy. Signal from edje is captured and used to trigger a function in some python-efl code. These functions are usually the same as C code so its a decent place to start. -Toma. On 11/26/09, Tom Haste wrote: > On 11/26/09, Andreas V

Re: [E-devel] edje_object_message_* example?

2009-11-25 Thread Tom Haste
On 11/26/09, Andreas Volz wrote: > Am Tue, 24 Nov 2009 19:50:31 -0200 schrieb Gustavo Sverzut Barbieri: > >> On Tue, Nov 24, 2009 at 7:33 PM, Andreas Volz >> wrote: >> > Hello, >> > >> > I tried to send some messages from my edje file to my application >> > code. My first idea was to emit signals

Re: [E-devel] Evas not compiling anymore

2009-11-25 Thread Steven Le Roux
> > I just checked this out, it's a problem with autoconf. > Debian testing or unstable (and probably most others like ubuntu, > fedora, ...) uses 2.65 by default which is either broken or had an API > change (I guess the first one is true). > Using 2.63 works perfectly fine. > Hi, You're right

Re: [E-devel] edje_object_message_* example?

2009-11-25 Thread Gustavo Sverzut Barbieri
On Wed, Nov 25, 2009 at 7:42 PM, Andreas Volz wrote: > Am Tue, 24 Nov 2009 19:50:31 -0200 schrieb Gustavo Sverzut Barbieri: > >> On Tue, Nov 24, 2009 at 7:33 PM, Andreas Volz >> wrote: >> > Hello, >> > >> > I tried to send some messages from my edje file to my application >> > code. My first idea

Re: [E-devel] edje_object_message_* example?

2009-11-25 Thread Viktor Kojouharov
On Wed, 2009-11-25 at 22:42 +0100, Andreas Volz wrote: > Am Tue, 24 Nov 2009 19:50:31 -0200 schrieb Gustavo Sverzut Barbieri: > > > On Tue, Nov 24, 2009 at 7:33 PM, Andreas Volz > > wrote: > > > Hello, > > > > > > I tried to send some messages from my edje file to my application > > > code. My f

Re: [E-devel] Evas not compiling anymore

2009-11-25 Thread Thomas Gstädtner
On Mon, Nov 23, 2009 at 19:39, Steven Le Roux wrote: > On Mon, Nov 23, 2009 at 7:33 PM, Vincent Torri wrote: > >> >> >> On Mon, 23 Nov 2009, Steven Le Roux wrote: >> >>  joined >>> >>> Actually, I noticed --enable-image_loader_edb si not a default argument to >>> configure. And I don't give it (u

Re: [E-devel] edje_object_message_* example?

2009-11-25 Thread Andreas Volz
Am Tue, 24 Nov 2009 19:50:31 -0200 schrieb Gustavo Sverzut Barbieri: > On Tue, Nov 24, 2009 at 7:33 PM, Andreas Volz > wrote: > > Hello, > > > > I tried to send some messages from my edje file to my application > > code. My first idea was to emit signals and put my data somewhere > > in the signa