Hi,
In your case, it seems you try to execute a Edje Smart function to an
object that is not Edje Smart, but just Evas Smart (maybe some elm/e
widget).
I suggest you to put a breakpoint on eina_magic_fail and check the
backtrace.
Too, you can print the object type stored as string in the evas o
On Sun, Nov 4, 2012 at 8:57 PM, [email protected]
wrote:
> Hey,
>
> looking through all the warnings evry throws, I'm wondering what might cause:
> ERRlib/eo/eo.c:405 Can't find func for op 1a4
either it's indeed an op missing in this object, or it's the wrong
type of object (for example
Hey,
looking through all the warnings evry throws, I'm wondering what might cause:
ERRlib/eo/eo.c:405 Can't find func for op 1a4
(Edje_Smart:EDJE_OBJ_SUB_ID_CALC_FORCE) for class 'Evas_Object_Smart'.
Aborting.
Regards,
Hannes
-