grid

  1. DarkoT

    B4J Question InLineEdit - Enter new value and go to next row

    Hi guys, need little help... I'm using InlineEdit for B4XTableView. It's possible to add new functionality to "send" cursor to next row, after user enter new value? Now system sends the focus to button - outside of grid when user input data and press Enter... User need always click into...
  2. amorosik

    Italian [B4J] Come realizzare classica DbGrid per visualizzare informazioni da database?

    Supponiamo di voler realizzare il classico 'rubrica telefonica' in B4J Dati su db server qualsiasi, select che tira su una ventina di campi, di tipo (char, integer, data, ..) e dimensioni diverse (char(20), char(2000),...) Esiste un metodo 'classico' per ottenere la classica visualizzazione alla...
  3. XbNnX_507

    B4A Library [B4X][custom view] GridManager

    Hi, This is a modified custom view of the class library -> GridManager [B4J]. It should be compatible with b4j, b4a and b4i. Note this is for simple grids if you need something more complex then -> GridClassPreoptimizedCLV This thread should be move to -> Additional libraries, classes and...
  4. K

    Android Question Customlistview with 2 or more columns

    Is it possible to generate several columns (grid) in one CLV? In normally, I can add one cell (a layout) to the row. But I want to add 2 layouts for same row like below. If anyone know how to do it or have sample code, please let me know. Thank you.
  5. mcqueccu

    iOS Question Is there Gridview Library in B4I like MsDynamicGridview for B4A

    I need something like this in B4i
  6. kokoroayo

    Android Question Grid Menu

    Hi all, I have an assignment to create an app to capture data for different diseases in locations. The list of diseases shall be loaded from database and displayed on the main page like a thumbnail in a grid with names written under each. Any disease clicked will open a page where data for the...
  7. Mashiane

    B4J Tutorial [BANanoSQL] CRUD with grid & modal using UOENow

    Ola Creating this demo app has has been done in 2 phases. The first phase has been to develop the components to use with the app into a BANano based library and secondly to build the resulting CRUD app using those components. The elements / components are HTML based elements (built as class...
  8. Mashiane

    B4J Library [BANano] UOEGridTable: An interesting grid that you might like

    Ola Seemingly I'm getting closer to my app goal for my next project, so here is something for the community again. A grid and there some very few things I like about it too. This is a wrap for this project here. Quick Reference Font Awesome fonts applicable Hiding the Pager Updating the grid...
  9. Star-Dust

    B4J Library [B4X] [XUI] SD FlexGrid (Table)

    I created a new library to show a table (or grid) similar to the one in EXCEL. There are already excellent classes that allow many to accomplish things, such as xCustomListView by @Erel (B4X) and with the FlexibleTable by @klaus (B4A). I wanted to make something slightly different suited to...
  10. Star-Dust

    B4A Library [B4X] [XUI] SD XUIView2

    Dependence: SD CreativeBackground SD_XUIView2 Author: Star-Dust Version: 0.14 B4XRangeSeekBar Events: ChangeValue (MinValue As Float, MaxValue As Float) Fields: Tag As Object Functions: AddToParent (PanelToAdd As B4XView, Left As Int, Top As Int, Width As Int, Height As Int) As String...
  11. Mashiane

    B4J Library Bootstrap4Grid

    Ola So today I decided to look into this. After a couple of hours writing notes and speaking to myself in the process trying to figure it out, a long break travelling and some speaking to the kids, some debugging and some good trial and error, here is it. What does this do? This generates the...
  12. B

    Android Question Grid example

    Hello, is possible, with B4A, display a grid like the attached one? With the capability to group data in pages, sort and search. Is needed a specific library? Thank's in advance Gianluca
  13. Pooya1

    B4i Library Gallery Grid

    Hello I make library that you can show pictures in grid I use tableview for this library Event for this library: #Event: ItemClick(Index As Int) #Event: ItemLongClick(Index As Int) #Event: GetImageView(ImageView1 As ImageView,Index As Int) #Event: OverScrolled #Event: BottomScroll You can add...
Top