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 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"... 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 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   (13 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"... Share My Creation [B4X] B4XThreePages - Based App UI (Basic, Shaped, Modern, Themed, Borderless or Transparent Style on the Fly) - JGParamo    Jul 22, 2024   (13 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... B4A Tutorial Supporting multiple screens - tips and best practices - Erel    Jul 26, 2018   (3 reactions)   tags: UI This is an old tutorial. I recommend to instead watch the visual designer video tutorial: https://www.b4x.com/etp.html There are several features in B4A that help you target Android phones and tablets with different screen sizes and resolutions. The purpose of this page is to collect tips and best practices that will help you create flexible layouts. If you are not familiar with the designer... with "I have a device with 480x800 screen...". There is no meaning to these dimensions without... Page: 1   2   3   4   5   6   7   |