B4A Question VideoView in FullScreen - Problems with colors - Alberto Iglesias    Dec 3, 2014 Erel,
When is playing a video in a videoview and the progressbar is visible, the colors of video is OK!
but when the progressbar hide automatically, the colors of this video changing... B4A Question Videoview (from Audio library) full screen - wimpie3    Oct 30, 2013 Is there a way to "zoom" in a video so that the entire screen is filled (borders on the left and right will be cut off)? For now, if you give 100%x and 100%y values to the videoview, a "scale to fit" is done, but that's not what I want.... B4A Question VideoView always full screen - Qbetechmark (first post)    Mar 12, 2012 Hi robotop, have you solve your video problem? I got the same thing happen.... B4A Question videoview: how to retrieve from mysql - Erel (first post)    Oct 18, 2015 Please do not make duplicate posts. There are several related discussions: https://www.b4x.com/android/forum/pages/results/?query=videoview+full+screen&page=1&prefix=4 You need to download it to File.DirDefaultExternal.... B4A Question [Solved] How to increase the B4XSearchTemplate to nearly full screen size and also show title bar ? - AnandGupta    Feb 14, 2022 /
I want to increase the B4XSearchTemplate to nearly full screen size.
I can get...-to-nearly-full-screen-size-and-also-show-title-bar.138318/post-875928... B4A Question How to get full path from URI? - Inman    Feb 25, 2018 copy options successfully with URI and streams (File.Copy2), I still need to display the full physical... B4A Question Unlock password locked screen? - MiniDemonic    Feb 10, 2012   (1 reaction) Is it possible to unlock or disable a password screenlock? For example if some conditions in my app is true then the screenlock will not appear when the user wakes his phone. But if the conditions are false the screenlock will appear and he will have to type his password.... B4A Question VideoView does not fit video size - ronovar (first post)    Apr 13, 2016
If (FullScreen = 0) Then
VideoView1.SetLayout(0, 0, 100%x, 100%y)
FullScreen = 1
Else
VideoView1.SetLayout(0, 0, 500dip, 281dip... B4A Question full screen mode for play video - show images.. (landscape and portrait) - rasul.g    Nov 7, 2020 i want create a simple media player (with videoview or Exoplayer)
I tested immersive mode - full screen theme and i set #FullScreen: True
but it's not really full-screen and activity not... B4A Question CameraEx - Preview in full screen and aspect ratio - NJDude    May 9, 2017 I've seen some code posted about keeping the aspect ratio of the preview panel using the CameraEx class, all that is fine, but, what I'm trying to achieve is to have the same effect in FULL SCREEN just like the native camera app and I cannot find a solution, it looks "stretched" and distorted, let me reiterate, I don't need a panel centered on the screen but FULL screen. Any clues will be appreciated. Thanks... Page: 1   2   3   4   5   6   7   |