Hi, bray

The problem seems to be same as this JIRA issue:
  https://bugs.tizen.org/jira/browse/TC-102

It's planned to be fixed in M14.3 release.


Best regards,
Mitsuharu Ito

> Date: Mon, 1 Sep 2014 15:05:06 +0800 (CST)
> From: bray <[email protected]>
> To: [email protected]
> Subject: evas callback function is wrong on homescreen
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset="gbk"
> 
> 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 help me ?
> 
> 
> BR
> bray
_______________________________________________
IVI mailing list
[email protected]
https://lists.tizen.org/listinfo/ivi

Reply via email to