Problems with CVideoPlayerUtility and Menu

Login to reply to this topic.
Fri, 2005-12-09 11:55
Joined: 2005-08-26
Forum posts: 5
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.

Fri, 2005-12-09 14:53
Joined: 2005-02-12
Forum posts: 98
Re: Problems with CVideoPlayerUtility and Menu
Check your DynInintMenu function Implementation in APPUi class.
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.
Mon, 2006-03-27 08:14
Joined: 2005-08-24
Forum posts: 34
Re: Problems with CVideoPlayerUtility and Menu
Also its always better to have a seperate view for playing the video which only has softkeys and no menus associated to it for smooth functioning of the Video Player

Like u can keep Play and Stop as the initial softkeys with no menus associated to it


Regards,

Yogesh
Wed, 2006-04-05 11:47
Joined: 2005-09-16
Forum posts: 141
Re: Problems with CVideoPlayerUtility and Menu
Hi,

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...
  • Login to reply to this topic.