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); evas_object_event_callback_add(btn_B, EVAS_CALLBACK_MOUSE_UP, CicoHSControlBarTouch::TouchUpBtn_B, NULL); evas_object_event_callback_add(btn_C, EVAS_CALLBACK_MOUSE_UP, CicoHSControlBarTouch::TouchUpBtn_C, NULL); Node: Function (TouchUpBtn_A ) to execute appA。 Function TouchUpBtn_B and TouchUpBtn_C have nothing to do. I click btn_A to execute appA.when appA is loading, I click btn_B and appA is launched. After this, no matter which button is clicked, function TouchUpBtn_B will called. Can anyone know the reason ? BR bray ------------------------------------------------------------------------------ Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/ _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
