B4A Question Looking for a windows mobile menu estyle - asales (first post)    Apr 12, 2021   (2 reactions) You can:
1 - Start a new thread for this question, like @José J. Aguilar says.
2 - Search in the forum to "setAppMuted" and you find the answer in the first result. B4A Question how to mute ads on my app using this code from google [MobileAds.setAppMuted(true);] ?? - ibkme    Apr 12, 2021 Hello, I want a way to mute Admob ads, ((Video reward ads, and Interstitial ads...etc)) on my app.
I read this topic from Google: https://developers.google.com/admob/android/global-settings , but I don't know how to integrate this code into my own application using Android Studio.
Is there someone w B4A Question Multiple reports from users about a background music playing? - Pendrush (first post)    Nov 09, 2021   (2 reactions) https://www.b4x.com/android/forum/threads/how-to-mute-ads-on-my-app-using-this-code-from-google-mobileads-setappmuted-true.129657/#post-815268 B4A Question [Solved] How to mute the sound of ads using this code? - asales (first post)    Mar 16, 2020   (1 reaction) I'm a little bit confused. So, my final code will be this (in Starter):
Dim MobileAds As MobileAds
MobileAds.Initialize
Dim mute As Boolean = True
Dim jo As JavaObject
jo.InitializeStatic("com.google.android.gms.ads.MobileAds")
jo.RunMethod("setAppMuted", Array(mute)) B4A Question Can't get MobileAds_Ready event - tufanv    Nov 21, 2021 Hello, I realized that my app is not triggering mobileads_ready event anymore. I have checkconsentandaddads sub in the code, that sub is triggered, I check via logs but it doesnt get pass the waitfor mobileads_ready. Is there any way to log what is the problem like mobileads_error ? edit: I clear B4A Question Play YouTube Video on WebView or SMM (SOLVED) - walterf25 (first post)    Dec 31, 2024 error("Error in handleError: ", innerError); } } </script> </body> </html> "$ WebView1.JavaScriptEnabled = True wbe.addWebChromeClient(WebView1, "webviewclient") wbs.setAppCacheEnabled(WebView1, True) wbs.setDefaultZoom(WebView1, "FAR") wbs.setDOMStorageE B4A Library [B4X] [XUI] AS Scheduler ? - MonthView, DayView (Week), AgendaView and CalendarView [Payware] - Alexander Stolte    Mar 03, 2025   (32 reactions) 3.19 (read more)
DayView
Add Designer Property MultiDayAppointmentShowMode
Default: OnTop
Appointments that last longer than 1 day are now always displayed at the top.
Previously, you had to scroll to the top of the list to make them visible
This has caused confusion
BugFixes and Performance I B4A Library [B4X] [XUI] AS Label - CrossPlatform Label - Lucas Siqueira (first post)    Jul 29, 2023   (1 reaction) RunMethod("setFont",Array(Font1.ToNativeFont)) jo.RunMethod("setLineSpacing",Array(0.0)) jo.RunMethod("setWrappingWidth",Array(0.0)) Dim Bounds As JavaObject = jo.RunMethod("getLayoutBounds",Null) Return Bounds.RunMethod("getWidth",Null) + 4dip #End If End Sub #End Region B4A Question Application initialization file - DonManfred (first post)    Jul 17, 2024   (2 reactions) Add this to your manifesteditor and try again. SetApplicationAttribute(android:allowBackup, "false") B4A Code Snippet Elevation Color - Blueforcer    Mar 24, 2022   (15 reactions) RunMethod("setOutlineAmbientShadowColor",Array(Color )) View.As(JavaObject).RunMethod("setOutlineSpotShadowColor",Array(Color )) #Else If B4i View.As(View).SetShadow(Color, Offset, Offset, 0.5, False) #End If End Sub To set the alpha value of the shadow you need to add it to your ma Page: 1   2   3   4   5   6   7   Powered by ColBERT |