Re: [e-users] edje_object_signal_callback_add not triggering

2014-04-17 Thread Cedric BAIL
Hello, On Fri, Apr 18, 2014 at 4:58 AM, Olivier Nougarede wrote: > In an edc file, i have the following: > > group { name: "ok_img"; >min: 20 20; >parts { > part { name: "okimg"; > type: IMAGE; > mouse_events: 1; > description { state: "default" 0.0; >

[e-users] edje_object_signal_callback_add not triggering

2014-04-17 Thread Olivier Nougarede
In an edc file, i have the following: group { name: "ok_img"; min: 20 20; parts { part { name: "okimg"; type: IMAGE; mouse_events: 1; description { state: "default" 0.0; image.normal: "ic_ok.png"; } } } programs { prog

Re: [e-users] ephysics and libbullet problems

2014-04-17 Thread David Seikel
On Fri, 18 Apr 2014 07:13:46 +0900 Carsten Haitzler (The Rasterman) wrote: > On Thu, 17 Apr 2014 14:15:57 +0200 Stefan Schmidt > said: > > > Hello. > > > > On Thu, 2014-04-17 at 20:52, Carsten Haitzler wrote: > > > On Thu, 17 Apr 2014 07:24:53 -0400 Will Hopper > > > said: > > > > > > > Than

Re: [e-users] ephysics and libbullet problems

2014-04-17 Thread The Rasterman
On Thu, 17 Apr 2014 16:18:19 -0400 Will Hopper said: > Thanks for the info - and bullet *should* have those generic symlinks if > the minor version have compatible features, but it doesn't! the only real > file (other than docs) in the whole package is > /usr/lib/x86_64-linux-gnu/libBulletSoftB

Re: [e-users] ephysics and libbullet problems

2014-04-17 Thread The Rasterman
On Thu, 17 Apr 2014 14:15:57 +0200 Stefan Schmidt said: > Hello. > > On Thu, 2014-04-17 at 20:52, Carsten Haitzler wrote: > > On Thu, 17 Apr 2014 07:24:53 -0400 Will Hopper said: > > > > > Thanks for the info about compatible versions. I was guessing that it was > > > because the files were ca

Re: [e-users] ephysics and libbullet problems

2014-04-17 Thread Will Hopper
Thanks for the info - and bullet *should* have those generic symlinks if the minor version have compatible features, but it doesn't! the only real file (other than docs) in the whole package is /usr/lib/x86_64-linux-gnu/libBulletSoftBody.so.2.82. (and so on for libBulletCollision, etc). So, thats

Re: [e-users] ephysics and libbullet problems

2014-04-17 Thread Stefan Schmidt
Hello. On Thu, 2014-04-17 at 20:52, Carsten Haitzler wrote: > On Thu, 17 Apr 2014 07:24:53 -0400 Will Hopper said: > > > Thanks for the info about compatible versions. I was guessing that it was > > because the files were called libbulletsoftbody.so.2.81 and > > libbulletsoftbody.so.2.81 and tha

Re: [e-users] ephysics and libbullet problems

2014-04-17 Thread The Rasterman
On Thu, 17 Apr 2014 07:24:53 -0400 Will Hopper said: > Thanks for the info about compatible versions. I was guessing that it was > because the files were called libbulletsoftbody.so.2.81 and > libbulletsoftbody.so.2.81 and that the hard coded version number was > causing problems finding it. Anyw

Re: [e-users] ephysics and libbullet problems

2014-04-17 Thread Will Hopper
Thanks for the info about compatible versions. I was guessing that it was because the files were called libbulletsoftbody.so.2.81 and libbulletsoftbody.so.2.81 and that the hard coded version number was causing problems finding it. Anyway, I first looked around for the 2.81 debs online to downgrade