B4J Tutorial [ABMaterial/ABMServer] Mini Template for absolute beginners (update 2024/05/17) - alwaysbusy    May 17, 2024   (47 reactions) . Leave the ABM.SessionCacheControlV3 = "ABMCacheV3" ALWAYS in your project. Needed as stated... ------------------------------------------------------------
ABM.SessionCacheControlV3 = "ABMCacheV3"
'...:
1. Download the library and mini template: https://gorgeousapps.com/ABMMini240517.zip
2. Unzip
3..., you will notice there is very little in it :)
93155
ABMCacheV3: ignore, do not change AND do NOT delete... B4J Question [ABMaterial/ABMServer] Mini Template - error - StarinschiAndrei    Feb 5, 2024 : Unknown member: sessioncachecontrolv3
Error occurred on line: 16
ABM.SessionCacheControlV3 = "ABMCacheV3"
Word: sessioncachecontrolv3... B4J Library ABKeystoreSSL: SSL Certificate generator using Let's Encrypt - alwaysbusy    Nov 8, 2024   (17 reactions) .SessionCacheControlV3 = "ABMCacheV3"
'... Apache running on port 80!
2. Copy ALL the files in the .zip to your Additional Libraries folder
3... B4J Question [SOLVED][ABMaterial] Mini Template - should it run as-is? - Andris (first post)    May 18, 2020 java.net.BindException: Address already in use: bind This is the important bit. It is a B4J error that says there is already one app running on that port 51042 So how would you proceed here? Just change the port to a different number and hope for the best? Sub AppStart (Args() As String) ' must be the first line in AppStart. DO NOT DELETE OR CHANGE! ' ------------------------------------------------------------ ABM.SessionCacheControlV3 = "ABMCacheV3"... B4A Question Mashy Teaches WebApp/Website Development with BANanoVuetifyAD3 - The New Series - Mashiane    Oct 1, 2022   (25 reactions) Good day Download Additional Libraries Download BANanoVuetifyAD3Core Library OR Download BANanoVuetifyAD3 Library Download Kitchen Sink WebApp (Optional - useful for Learning how this works) Download BVAD3Builder (Optional - useful to trim your final package) FOR A MORE DETAILED SETUP PROCESS...) Video Lessons 00. Up and Running with BVAD3 in 5 minutes 01. Creating a Login Dialog 02. Creating... files) 15. Introducing the V-Data-Table (VueTable) 16. BANanoVuetifyAD3 Rewind - BindState Source Code... B4i Library Firebase v3.00 + iAdMob v4.10 + Facebook 9.3 - Erel    Apr 24, 2025   (7 reactions) .UpdateAndRequestIfNeededDebug(B4XPages.GetNativeParent(Me), Array("1A3BEBAD-587A-4600-9845-89C79B863C7D... B4J Tutorial ABMaterial - "Add to Home Screen" functionality - principally for Android Chrome and iOS Safari - JackKirk (first post)    Apr 29, 2024 .SessionCacheControlV3 = "ABMCacheV3"
'... Step3 which should now contain:
16x16.png
32x32.png
96x96.png
128x128.png
150x150.png
180x180.png
194x194.png
570x570.png
site.webmanifest
safari-pinned-tab.svg
Step 3:
With B4J project :
Edit...-194x194.png - icon for Android Chrome "Add to Home Screen" (Pixel 3 Android 12)
'... Share My Creation [Project Template] Web API Server v3 - aeric    Aug 27, 2025   (15 reactions) Web API Server is now Pakai Version: 3.51 GitHub: https://github.com/pyhoon/pakai-server-b4j/tree/v3.51 Description: Web API Server with JSON response Database: SQLite, MySQL 160638 Template: Web API Server (3.51).b4xtemplate B4X Client App (B4A, B4i, B4J): Web API Client (2.00).b4xtemplate Depends on: WebApiUtils (3.05).b4xlib MiniORMUtils (2.60).b4xlib sqlite-jdbc-3.7.2.jar (or your... start a new thread for any question and tag "Web API Server v3". You may also ask in... B4A Library ExoPlayer (media3) - video player - Erel    Aug 6, 2025   (20 reactions) /media/exoplayer This version is based on Media3 ExoPlayer v1.2. It replaces ExoPlayer 2: https... the additional libraries folder: https://www.b4x.com/android/files/exoplayer3_additional.zip Usage... a SimpleExoPlayer object. 3. Set the player: SimpleExoPlayerView1.Player = Player 4. Create one or more sources...) - framework for images, videos and more Updates: v3.11 - Added missing dependency (androidx.core:core-ktx) v3.10 - Updated dependencies. Requires B4A v13.4+ with an updated SDK. This is an internal library... B4A Question Images loaded in webviews are not displayed in mode “debug (rapid)” B4A 3.50 version - bgsoft    Mar 18, 2014 In the new Basic4Android 3.50 version, I realised that images loaded in webviews are not displayed in mode “debug (rapid)”. In other modes, as “debug (legacy)” and “release” are shown normally. There is a simple example to check this: Sub Globals Dim WebV As WebView End Sub Sub Activity_Create(FirstTime AsBoolean) Activity.LoadLayout("Layout1") WebV.Initialize("WebV") Activity.AddView(WebV, 0dip, 0dip, 100%x, 100%y) WebV.LoadHtml("<html>... Page: 1   2   3   4   5   6   7   |