Re: [e-users] evas callback function is wrong

2014-09-01 Thread The Rasterman
On Tue, 2 Sep 2014 10:56:07 +0800 (CST) bray said: > Hi everyone: > > I use function(evas_object_image_file_set) to drew a lot of pictures on the > screen(EFL v.1.7.4). > > > The different callback functions are registered in different images. > such as: > evas_object_event_callback_add(btn_A,

[e-users] evas callback function is wrong

2014-09-01 Thread bray
Hi everyone: I use function(evas_object_image_file_set) to drew a lot of pictures on the screen(EFL v.1.7.4). The different callback functions are registered in different images. such as: evas_object_event_callback_add(btn_A, EVAS_CALLBACK_MOUSE_UP, CicoHSControlBarTouch::TouchUpBtn_A, NULL); e