B4J Library jReflection library - agraham    Dec 22, 2013   (13 reactions) I already converted this library but I wasn't going to bother posting it as we have the JavaObject library. However user Theera appears to want it so here it is.
EDIT :- Version 1.1 now posted... B4J Question Reflection library: Unknown member getcontext - toby    Sep 5, 2022 : return a list of gmail addresses
'Depends on reflection library
Sub GetGmailAccounts As B4XOrderedMap
Dim r As Reflector 'reflection lib
Dim bom As B4XOrderedMap
bom.Initialize... B4J Code Snippet B4XDialog - Add keyboard handling - Erel    Apr 7, 2019   (8 reactions) This code allows the user to close the dialog with 'escape' or one of the following keys: Y, N or C. It depends on agraham's jReflection library. Sub AddKeyPressedListener Dim r As Reflector r.Target = MainForm.RootPane r.AddEventHandler("keypressed", "javafx.scene.input.KeyEvent.KEY_PRESSED") End Sub Sub KeyPressed_Event (e As Event) If Dialog.Visible Then Dim jo As JavaObject = e Dim keycode As String = jo.RunMethod("getCode... B4A Library [B4X] XUI Views - Cross platform views and dialogs - Erel    Nov 26, 2025   (85 reactions)   tags: B4X XUI Views Dialogs, xui, XUI Views 311915599 XUI Views is a b4x library (https://www.b4x.com/android/forum/threads/100383/#content). The same b4xlib library is compatible with B4A, B4i and B4J It is a collection of custom views and dialogs. Everything is written in B4X. The source code is included inside the b4xlib file, which is a zip file. Views: - B4XRadioButton - Cross platform radio button. - B4XComboBox - Cross platform....gif V1.10 - New B4XInputTemplate - See post #2. XUI Views is an internal library. Notes... B4J Library (b4j)[juuid] Get Unique hardware ID - behnam_tr    Aug 5, 2025   (21 reactions) Get Unique hardware ID in b4j tested on windows only you can test on mac or linux 8 method to get Unique hardware id 115909 updated v1.8 fixed error in none_ui apps removed all unnecessary methods two new method added Get_HWID1 Get_HWID2 updated v2.0 Using java standard functions without modification Changed Lib Name to juuid (jpadina deprecated) added Get_MachineID2 added Email Validation... B4J Code Snippet Plotting contour lines - rbghongade    Nov 16, 2023   (7 reactions) Dear friends, Here is a code module which can plot contour lines for a function with two variables. An example use and code module is attached within the project. Please feel free to use and/or modify. There are several functions given for testing. Note that some functions in the code module depend on jReflection library. Maybe experts here can create a nice library? 147801... B4J Library [B4X] jRDC2 - B4J implementation of RDC (Remote Database Connector) - Erel    Mar 13, 2024   (42 reactions)   tags: RDC, jRDC2, conectate a un servidor, Remote Connector, DB Remote, Myapp to the additional libraries folder. 2. Add a reference to this jar with: #AdditionalJar: mysql.... It depends on RandomAccessFile and OkHttpUtils2 libraries (or the matching libraries in B4J or... B4A Library [B4X] BCTextEngine / BBCodeView - Text engine + BBCode parser + Rich Text View - Erel    Dec 31, 2024   (72 reactions)   tags: Label BBCode, text style, RTF component, B4X, ritchtext, rich text platform library with several features: - Text drawing engine. - Text layout engine. - BBCode.../basic4android/images/F0DYcnZwgV.gif The library and the code inside can be used for all kinds of things... on jBitmapCreator v4.71+ which is available in B4J v7.50 and B4i v5.80. B4A library: https://www.b4x.com... as the default color. New BBLabel.DisableResizeEvent field. This is used by BCToast library which removes....106207/page-2#post-665369 BCTextEngine is an internal library. ... B4J Question key listener - klaus (first post)    Sep 29, 2024 You must use the jReflection library. It is an additional library.... B4A Library [B4X] B4XTable - Cross platform, sortable, searchable, customizable table - Erel    Sep 21, 2025   (58 reactions)   tags: xuiTable, b4xtable, DataGrid, Table, B4X B4XTable is an internal library. ... Page: 1   2   3   4   5   6   7   |