B4J Library B4j Print JavaFX8 + 17 - stevel05    Aug 10, 2025   (38 reactions)   tags: Printing Here is a B4j library written in B4j to access the full Printer modules provided with JavaFX8...,ScaleY As Double Dim NJO As JavaObject = N Dim JO As JavaObject = N ScaleX = PL...("getHeight",Null) Dim SJO As JavaObject SJO.InitializeNewInstance("javafx.scene... by ScaleOutput MainForm.RootPane.As(JavaObject).Runmethod("getTransforms",Null).as(List).Clear 'where N would be MainForm.Rootpane in the above example N.As(JavaObject).Runmethod... B4J Code Snippet (Deprecated) MiniORMUtils v1 - aeric    Feb 10, 2026   (21 reactions) Updates Version 4.03 is available https://www.b4x.com/android/forum/threads/b4x-miniormutils.166030/ MiniORMUtils Version: 1.17 This library can be use for creating db schema and performing CRUD operations. It is suitable for Web API Template or any database system. Currently it supports SQLite and MySQL (B4J). B4X project template Version: 1.06 https://www.b4x.com/android/forum/threads/b4x-project-template-miniorm.165499/ Examples: Initialization Dim MDB As MiniORM MDB.Initialize... B4i Question Hosted Builder error: iOS 17.2 Platform Not Installed - Eugene    May 1, 2024 for this error? My development device is an iPad running iOS 17.4.1 B4i version 8.51 (64bit.../UploadedProjects/<user id>/LaunchScreen.storyboard: error: iOS 17.2 Platform Not Installed...Hi Guys, Just a few hours ago, I started getting weird errors when trying to compile my project... compiling at some point with the error below. I've tried to update JDK, B4i version and change.../Contents/Developer/usr/bin/ibtool --errors --warnings --notices --module Cocobella__x2007_Lifebar... B4A Library FirebaseAdMob v1.6 - Erel    Jun 21, 2020   (17 reactions) Google has added a few new requirements to AdMob implementation. You must make these changes if you are using the latest versions of Android SDK libraries (firebase-ads 18.1.1+). Instructions: 2. Find your AdMob app id and add it to the manifest editor: 'This is a sample AdMob app id. You need to change it to your id. AddReplacement($ADMOB_APP_ID$, ca-app-pub-3940256099942544~3347511713) How to find the id: https://support.google.com/admob/answer/7356431?hl=en 3. Initialize MobileAds in... B4J Question java.io.IOException: unexpected end of stream on okhttp3.Address@2c98c95e - udg    Mar 19, 2019 Hi all, today I'm encountering this error message while connecting to my VPS where a B4J module is listening in order to serve back data from a MySQL DB. Yes, I'm aware of RDC2 but this system was built before its availability and I can't rewrite it from scatch. What I'd like to... local), local code posting to server. On Github I found a reply like the following: "The error... that I used this same components for years and the error just appeared today.... B4A Tutorial [java] Guide - Using onActivityResult - Erel    Jan 12, 2011 Starting with B4A V1.1 libraries can use startActivityForResult and receive the onActivityResult event. There is a new interface named: IOnActivityResult. public interface IOnActivityResult { void ResultArrived(int resultCode, Intent intent); } You should implement this interface and pass it to BA.startActivityForResult: public synchronized void startActivityForResult(IOnActivityResult...) { list.setObject((java.util.ArrayList)t... B4A Question Error: java.net.UnknownServiceException: CLEARTEXT communication - Angelo Messina    Aug 4, 2019   (1 reaction) Error: java.net.UnknownServiceException: CLEARTEXT communication to pvoutput.org not permitted by network security policy Hi, I have this error on android 9... B4A Question [solved] GooglePlayBilling v7.00 - subscription error - aeric    May 29, 2024 I am testing the new GooglePlayBilling library v7.00 I get an error on line #99 when calling....Get(0) has value: ProductDetails{jsonString='{"productId":"weekly_1","type":"subs","title":"Weekly RM1.99 (In App Billing Demo)","name":"Weekly RM1.99","description":"Weekly Subscription for RM1.99 only...:"weekly_1","type":"subs","title":"Weekly RM1.99 (In App Billing... B4J Code Snippet Fix for error: Cannot invoke "java.lang.ref.WeakReference.get()" because "wfe.senderFilter" is null - Erel    Aug 18, 2025   (2 reactions) This error is a bit tricky. It happens when multiple resumable subs are waiting for events with the same name, some with sender filter set and others without. This code reproduces this error: 'Call both subs in this order: t2 t1 Private Sub t1 Dim job As HttpJob job.Initialize("", Me) job.Download("https://www.b4x.com") Wait For (job) JobDone(job As HttpJob) 'with sender filter If job.Success Then Log(job.GetString) End If... B4i Question Admob - prepare for ios14 warning email? - ilan    Aug 19, 2020   (3 reactions) today i got an email from google that i need to prepare my apps for ios14. actually i am running ios14 beta5 and my apps run fine so what do we need to do now? https://developers.google.com/admob/ios/ios14... Page: 1   2   3   4   5   6   7   |