Erel B4X founder Staff member Licensed User Longtime User Sep 25, 2024 #2 B4X: Dim jo As JavaObject = SimpleExoPlayerView1 jo.RunMethod("setShowNextButton", Array(False)) jo.RunMethod("setShowPrevoiusButton", Array(False)) Upvote 0
B4X: Dim jo As JavaObject = SimpleExoPlayerView1 jo.RunMethod("setShowNextButton", Array(False)) jo.RunMethod("setShowPrevoiusButton", Array(False))
kangmasjani Member Sep 25, 2024 #3 Thank you very much, @Erel , Give me documentation hint regarding java "setShowNextButton", Where did you take that column? Upvote 0
Thank you very much, @Erel , Give me documentation hint regarding java "setShowNextButton", Where did you take that column?
Erel B4X founder Staff member Licensed User Longtime User Sep 25, 2024 #4 PlayerView (library-ui API) Upvote 0
S Scantech Well-Known Member Licensed User Longtime User Sep 25, 2024 #6 Erel said: B4X: Dim jo As JavaObject = SimpleExoPlayerView1 jo.RunMethod("setShowNextButton", Array(False)) jo.RunMethod("setShowPrevoiusButton", Array(False)) Click to expand... I am assuming it does not work with Addo Exo player. I get an error setShowNextbutton not found. Upvote 0
Erel said: B4X: Dim jo As JavaObject = SimpleExoPlayerView1 jo.RunMethod("setShowNextButton", Array(False)) jo.RunMethod("setShowPrevoiusButton", Array(False)) Click to expand... I am assuming it does not work with Addo Exo player. I get an error setShowNextbutton not found.
kangmasjani Member Sep 25, 2024 #7 < /> Scantech said: I am assuming it does not work with Addo Exo player. I get an error setShowNextbutton not found. Click to expand... Scantech said: I am assuming it does not work with Addo Exo player. I get an error setShowNextbutton not found. Click to expand... Exactly the class not found error message, perhaps by using the xml manifest. Upvote 0
< /> Scantech said: I am assuming it does not work with Addo Exo player. I get an error setShowNextbutton not found. Click to expand... Scantech said: I am assuming it does not work with Addo Exo player. I get an error setShowNextbutton not found. Click to expand... Exactly the class not found error message, perhaps by using the xml manifest.