Games [X2][solved] How to use transparent color? - fredo    Jul 30, 2019 (1) The Tileset .png file is given with "pink" as backgroundcolor to represent transparent pixels (2) In the tool "Tiled" this is considered automatically. (3) On the Form the surrogate-color "pink" should be transparent. What should be done to make the tile backgrounds transparent? 82651 Code used: Private Sub GraphicCache_Put_Characters Log("#-Sub game.GraphicCache_Put_Characters") Dim bmp As B4XBitmap = xui.LoadBitmap(File.DirAssets... B4A Library Unity Ads Library - Pendrush    Jun 11, 2025   (25 reactions) android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" />... android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" />...="fontScale|keyboard|keyboardHidden|locale|mnc|mcc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|uiMode|touchscreen"..." android:theme="@android:style/Theme.NoTitleBar.Fullscreen" />....AdUnitTransparentActivity" android:configChanges... B4A Tutorial Android home screen widgets tutorial - part I - Erel    Jan 10, 2023   (14 reactions)   tags: Widget how to implement your own home screen widgets (also named App Widgets). It is important to... that your application is running in. The home screen application is hosting your widgets. This means... screen, long press on the screen and you will see your widget listed on the widgets list... update itself. It will fire after adding the widget to the screen, after the device has booted... event is raised when the last instance of our widget is removed from the screen. As mentioned above... B4A Library Facebook - Extends FirebaseAuth to support Facebook - Erel    Nov 7, 2022   (25 reactions)   tags: Facebook Authentication ="keyboard|keyboardHidden|screenLayout|screenSize|orientation" android:theme="@android:style/Theme.Translucent.NoTitleBar... android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|orientation"... Share My Creation [B4X] B4XThreePages - Based App UI (Basic, Shaped, Modern, Themed, Borderless or Transparent Style on the Fly) - JGParamo    Sep 30, 2025   (14 reactions) B4XThreePages - Based App UI (Basic, Shaped, Borderless or Transparent Style)
This B4J project... is the result of seeking shaped and transparent form version of the B4XPages + B4XDrawer as discussed... B4XPages + B4XDrawer provides such as theme (light, dark, etc.) and style (decorated, transparent... out in this thread and other threads on transparent B4X pages (that is supposed to be non... B4A Tutorial AdMob mediation - UnityAds (not tested) - Pendrush    Apr 20, 2025   (4 reactions) .Translucent.NoTitleBar.Fullscreen" /> <activity android:name="com...="fontScale|keyboard|keyboardHidden|locale|mnc|mcc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|uiMode|touchscreen.../Theme.NoTitleBar.Fullscreen" /> <activity android:name="com.unity3d.services.ads.adunit.AdUnitTransparentActivity" android:configChanges="fontScale|keyboard|keyboardHidden|locale|mnc|mcc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|uiMode|touchscreen... B4A Tutorial ExoPlayer - full screen feature - Erel    Dec 25, 2023   (14 reactions) 116949 116950 This example demonstrates how you can add a full screen button to a video. Clicking on the button, starts a new landscape activity and it then uses the native switchTargetView method to reuse the same player in the new SimpleExoPlayerView. There is also some calculations involved with adding the button based on the actual video dimension. Don't miss the manifest editor code... is simple, line 31 in FullScreen changed to: jo.InitializeStatic("androidx.media3.ui.PlayerView... 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 Library display.io ads service - Erel    Mar 14, 2018   (8 reactions) android:configChanges="orientation|screenSize|keyboardHidden"/> <activity android:name="io.display.sdk.DioTranslucentActivity" android:configChanges="orientation|screenSize|keyboardHidden" android:theme="@android:style/Theme.Translucent.NoTitleBar"... B4A Library [B4X][B4A] 🌼 B4XDaisyOverlay - Elegant & Customizable Translucent UI Overlays - Mashiane    Mar 3, 2026   (4 reactions) , a lightweight yet incredibly versatile class that allows you to layer a translucent surface over.... Visual Customization: Easily adjust the OverlayColor and set the Opacity from 0.0 (fully transparent) to... the screen but still let the user click the buttons underneath? Set PassThrough = True and the overlay won... the Root (creating a full-screen overlay) mMyOverlay.AttachTo(Root) ' 3. Customize...(Tag As Object) Log("Overlay is now visible on the screen.") End Sub ' Fired when... Page: 1   2   3   4   5   6   7   |