Hi,
I am creating an app where there are three buttons. On debugging i saw that control is going to
OnInitializing(void)
on the corresponding form.But after that
OnActionPerformed(const Tizen::Ui::Control& source, int actionId)
is not getting called as a result of which i am not able to handle my click events. Any suggestion would be really appreciable.Thanks in advance.