Hi I have a simple layout.xml with a
<VideoView .... and <MediaController Purpose being I want the media controller visible at all times 1) I call this layout using Fragment and thus inflate.inflater 2) I have to use a code generated new MediaController(this) and not the layout's one Thus when I touch the VideoView the code generated MediaController appears but never the layout's 3) When I use mediacontroller.show(0); or mediacontroller.show(30000); it rejects with a unsupportedbuttons NullPointerException All of which are problems I have found in google searches but no solution, that works. and ideas Thanks in advance -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

