Customlistview with multiple selection like DBgrid
Many years ago I bought a very good library for VB6: TrueDbGrid. The multiple rows selection method of this grid was very simple and intuitive, so I tried to replicate it with the xCustomlistview. It was based on use of SHIFT and CONTROL keys to select one ore more rows in sequence or not.This is a quick and dirty procedure but can be a starting point and certainly it can be improved.
@Nicola Ciaramellano · 2019-05-07
Theming the Framework [ABMaterial]
Theming the Framework [ABMaterial]
@Cableguy · 2019-05-05
UOEGridTable IconRenderer [BANano]
UOEGridTable IconRenderer [BANano]
@Mashiane · 2019-05-02
UOEGridTable Conditional Value Display Formatting [BANano]
UOEGridTable Conditional Value Display Formatting [BANano]
@Mashiane · 2019-05-01
UOEGrid Column Renderer - Let''s display images etc [BANano]
UOEGrid Column Renderer - Let''s display images etc [BANano]
@Mashiane · 2019-05-01
Executing code without using BANano.Eval [BANano]
Executing code without using BANano.Eval [BANano]
@Mashiane · 2019-05-01
UOEGrid: An interesting grid that you might like [BANano]
UOEGrid: An interesting grid that you might like [BANano]
@Mashiane · 2019-04-29
Creating Master Details Grid with UOEGridTable [BANano]
Creating Master Details Grid with UOEGridTable [BANano]
@Mashiane · 2019-04-29
Creating Connected Grid Tables with UOEGridTable [BANano]
Creating Connected Grid Tables with UOEGridTable [BANano]
@Mashiane · 2019-04-29
A treeview you might use [BANano]
A treeview you might use [BANano]
@Mashiane · 2019-04-29
Convert Exception Stack Trace To String
I want to give users a chance to send application crashes to be logged on a website so I need to capture the stack trace to a string. The ExceptionToString Sub does that.
@keirS · 2019-04-28
Packaging OpenJDK for Server App [Server]
Packaging OpenJDK for Server App [Server]
@tchart · 2019-04-23
ScrollPane helper code module
ScrollPane helper code module
@knutf · 2019-04-22
ChartJS charts with 1 line of code using UOECharts [BANano]
ChartJS charts with 1 line of code using UOECharts [BANano]
@Mashiane · 2019-04-16
BANanoPostProcessor [BANano]
BANanoPostProcessor [BANano]
@Kiffi · 2019-04-12
B4XTable + jPoi + Excel Workbook
B4XTable + jPoi + Excel Workbook
@Erel · 2019-04-10
Save changes before closing with a resumable sub
Save changes before closing with a resumable sub
@Erel · 2019-04-09
Recent Files Manager [class]
A simple class that manages the list of recent files. You can set the maximum number of recent files. The default is 5.
@Erel · 2019-04-09
Raspberry Pi B4J UI Applications with Liberica JDK
Objective: to build B4J UI applications, using the Liberica JDK10, running on the Raspberry Pi. This tutorial covers setup of the Raspberry Pi, Liberica, development hints and few sample applications.
@rwblinn · 2019-04-09
MySQL CRUD with PHP - Part 2 [BANano]
MySQL CRUD with PHP - Part 2 [BANano]
@Mashiane · 2019-04-08
B4XDialog - Add keyboard handling
This code allows the user to close the dialog with ''escape'' or one of the following keys: Y, N or C.
@Erel · 2019-04-07
Capture webcam, microphone, screen [BANano]
Capture webcam, microphone, screen [BANano]
@alwaysbusy · 2019-04-04
Xampp + Bluestacks on 10.0.2.2 IP Address
Seems with 10.0.2.2 as IP address on bluestacks, one can experience their localhost xamp websites etc. For B4A, enabling ADB on settings enables one after installing B4A bridge to debug apps on it. So I wanted to see if my xampp published apps on localhost can work as per above.
@Mashiane · 2019-03-28
CLVDragger - drag to reorder items [class]
CLVDragger - drag to reorder items [class]
@Erel · 2019-03-28
Calc
This a library to calc (evaluate) expression. it supports string and number, operators with standard priority, parenthesis, user-defined functions and user-defined variables.
@spsp · 2019-03-27
Creating a CRUD app with LocalStorage Backend [BANano]
Creating a CRUD app with LocalStorage Backend [BANano]
@Mashiane · 2019-03-26
jPOI to the rescue
- Reads each line of the Excel workbook. - Creates a Map with the replacement strings as keys and the values from the Excel file as values. - Loads the input document. - Replaces the replacements strings based on the map. The code is based on: https://stackoverflow.com/a/22269035/971547 Note that there is an assumption here that the text is not split into multiple "runs". This can happen with more complex documents. - Saves the new document.
@Erel · 2019-03-24
FullDragRelease
This library make the "Full Press-Drag-Release Gesture" in javafx avaliable for B4J. It is not the same as jDragAndDrop or jDragAndDrop2, witch is perfect if you want to drag an object from one place to another.
@knutf · 2019-03-24
Create a profile page for your website using UOE+BANano [Websites]
Create a profile page for your website using UOE+BANano [Websites]
@Mashiane · 2019-03-22
Create a Login page with UOENow+BANano [Websites]
Create a Login page with UOENow+BANano [Websites]
@Mashiane · 2019-03-22