hi all, i have a parent control which have two child editor control(CEikEdwin). I need to change focus of child controls when touch event occurs within the child control. Any sample code how to do that? Thanks
hi all, i have a parent control which have two child editor control(CEikEdwin). I need to change focus of child controls when touch event occurs within the child control. Any sample code how to do that? Thanks
Ok..MCoeControlObserver's HandleControlEventL() will do. Thanks
You could also get the pointer events from the main container, and do any required tasks inside there.