Hi,
I am trying to handle keyboard events in my CGUITestAppView class.
I already implemented following function to get keyboard events in CGUITestAppView.
TKeyResponse HandleKeyEventL(const TKeyEvent &aKeyEvent, TEventCode aType);
After adding AddToStackL() function in CGUITestAppUi class, I am getting User::Panic() Error:KERN-EXEC:3
void CGUITestAppUi::ConstructL()
{
BaseConstructL();
// Create view object
iAppView = CGUITestAppView::NewL( ClientRect() );
AddToStackL(iAppView);
.......
........
}
Can anyone let me know why I am getting this exception?
Is there any other method to handle keyboard events?
Thanks and Regards,
Yogesh
.



