Problems with CVideoPlayerUtility and Menu
| Fri, 2005-12-09 11:55 | |
|
IÂ’ve got some problems with my little Video Player. I wrote my own Videoplayer using CVideoPlayerUtility and all that stuff. Playing videos and so on works well, but when I press the menu-button to see the menu, the program crashes. What can I do to prevent this?
Thanks in advance. |
|






Forum posts: 98
bcz that is function that is called by framework when u press on menu . Do Comment Out then i think it should not have error.
Forum posts: 34
Like u can keep Play and Stop as the initial softkeys with no menus associated to it
Regards,
Yogesh
Forum posts: 141
In ur AppUi Add another function HandleForegroundEventL()
in this function if application is not in foreground then pause the video player, when ur application is comes to foreground again play the video
it'll helps u...