B4J Library [B4X] [XUI] SD FlexGrid (Table) - Star-Dust    Jan 13, 2026   (70 reactions)   tags: grid table flexi, b4x I created a new library to show a table (or grid) similar to the one in EXCEL... area) that you want to select
It is still in beta version, presents problems in large grids.
Now... B4A Class Grid Class - PreoptimizedCLV - scsjc    Apr 15, 2020   (11 reactions) Grid using Erel sample code based on PreoptimizedCLV -> https://www.b4x.com/android/forum/threads/grid-class-preoptimizedclv.116309/#post-726808 Example applied on F1, Work very nice: JWXPZe4aRKw The idea of this class is to be able to load in a 3 column Grid (customizable) a long list.... I invite anyone who can think of ideas and modifications to improve this grid. I hope someone is encouraged to improve it and to have a Grid Class that works smoothly, and that can be customized.... B4A Library [B4X] [DSE] DDDGrid - designer script grid - Erel    Aug 18, 2022   (23 reactions) A simple, cross platform, class that uses the designer script extension feature to create grids: 132688 Designer script: 'Parameters: Panel, #Columns, #Rows, Padding DDDGrid.CreateGrid(Pane1, 4, 3, 5dip) ... B4A Library [B4X] B4XDashboard - Native Responsive Launcher & Grid Menu - Mashiane    Feb 17, 2026   (12 reactions) . It is perfect for main menus, app drawers, or tool grids. It is built purely with native B4X views (Canvas... • Auto-Grid Layout: Automatically calculates theoptimal number of rows and columns based.... Designer Configuration: Add the B4XDashboard toyour layout. • Auto Grid: Checked (Recommended) • Min... Designer Properties • AutoGrid: If true, ignores explicit row/columncounts and calculates them based on the view size. • RowsPerPage / ColumnsPerPage: Used if AutoGrid isdisabled. • PagePadding... B4A Library [Library] B4aGridView v3.80 - lonleystar    Jan 25, 2017   (37 reactions) Hi guys, B4AGridView is updated to v3.70. 1: GridView... As CompressFormat Compression Format PNG PhotoGridView Events: ItemClick (Position As Int, Value... at the end of the GridView AddImageAt (index As Int, dir As String, file As String) Add an image from sdcard or AssetsDir to the desired position in the GridView AddImageFromWeb (address As String) Add an image from web at the end of the GridView AddImageFromWebAt (index As Int, address As String) Add... B4A Question Cross-platform grid code: B4A is not equal B4J - peacemaker    Apr 28, 2024   (1 reaction) HI, All
The project is attached: the same code for B4J and B4A.
At start the objects are OK at 0.0 coords.
Under Windows B4J compilation works ideally (object moving along the grid), but under... B4A Question B4J pmtableclass: a class to display a SQLite database table content in a grid - PaulMeuris    Sep 19, 2025   (5 reactions) 167021 Here's another approach to displaying and modifying SQLite database table information in a scrolling grid. You can find more information on this via this link: B4X tutorials: B4J pmtableclass EDIT: added some technical details and provided a newer version of the demo application.... Bug? Is this crash a B4A bug or the DynamicGrid bug? - JohnC    Aug 27, 2016 on a null object reference Since the log line doesn't mention the dynamic grid, I was wondering... by the grid I am using (when you consider the other entries in the log)? If it helps determine the answer... activity (the activity hosting the grid) could receive the focus (Activity_Resume), and immediately..., it caused a refresh/reload cycle of the grid control on it. But before the grid was able to go through and refresh all the items in it (the grid calls an event sub for each item), the main activity lost... B4A Class Grid Class, easy and fast grid - scsjc    Sep 28, 2016   (19 reactions) Hello, I would like to share with all people a small Class code. Together we can keep improving code and to have a quick and easy to use. Images are via URL using the #AdditionalJar: picasso-2.5.2, can you read more about that in https://www.b4x.com/android/forum/threads/accesing-third-party-jar-with-additionaljar-and-javaobject-picasso.40904/#content thanks 48323... B4A Library MSDynamicGridView Library - thedesolatesoul    May 3, 2015   (11 reactions)   tags: Gridview This library implements one kind of GridViews: Android Version Support This GridView doesnt work... (due to a bug). 1. DynamicGridView This gridview is very flexible. All items must be of the same height/width. It can load layouts into a panel, so you can have different layouts in each grid cell... is a unique ID for each cell of the Grid. This is generated internally. An ItemTag is also unique for... the views in ContentPanel. You can find the views using GetView, or maybe use Tags. GridView... Page: 1   2   3   4   5   6   |