Hi everyone: I flashed Tizen IVI 3.0 into VTC 1010 and run the homescreen(ico-uxf-homescreen). I use function(evas_object_image_file_set) to drew a lot of pictures on the home screen.
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-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
