b4xtable

  1. LucaMs

    Wish B4XTable

    User view (EditText? PlusMinus?) to set how many pages forward and backward keys will "skip"
  2. james_sgp

    Android Question B4XTable gives NullPointerException when using search

    I have 3 B4Xtables on different layouts, 2 work perfectly, but one of the tables crashes my app when I try to search. Any character I type into the search field gives an error: "Error occurred on line: 449 (B4XTable) java.lang.NullPointerException: Attempt to invoke virtual method...
  3. R

    Spanish [SOLUCIONADO] B4XTable - ¿Padding en Celdas?

    Muy buenas, este es mi primer POST, Creo que se entiende, Cuando alineo los Datos a la Izquierda (LEFT): Dim column0 As B4XTableColumn = tableName.GetColumn("NOMBRE") Dim pn0 As B4XView = column0.CellsLayouts.Get(0) pn0.GetView(0).SetTextAlignment("CENTER", "LEFT".ToUpperCase) Este caso el...
  4. Daniel44

    Android Question B4XTable Just a Field Editable

    Hi Everyone! I've been seeing the example of B4Atable editable : https://www.b4x.com/android/forum/threads/b4x-b4xtable-editable-table-and-export-to-csv.102847/ and it works perfect, but that edits any field that the user wants and I would like to know if it is possible to edit in the...
  5. DroidLyon

    Android Question B4XTable SQLite update advice

    Hello Everyone I'm trying to understand how best to update SQLite from a B4xtable and would like some advice. I'm struggling slightly because the help docs b4xtable help is showing nothing for me for some reason, plus the closest examples I've found B4xTable load data - loads from sqllite but...
  6. behnam_tr

    B4J Question how get page counts in B4xtable

    how can i get all page counts in b4xtable ??
  7. behnam_tr

    B4J Question how change font in B4XTable

    how can i change header and row fonts in b4xtable and how text -alignment cols ??
  8. behnam_tr

    B4J Question B4XTable and Snapshot problem

    hello i want to take snapshop from b4xtable but final image is null in designer i add b4xtable to pane and i load this layout with this code in b4j form Dim p As Pane p.Initialize("") p.LoadLayout("myleyout") p.SetSize(750dip,900dip) p.Visible=true...
  9. tpachhai

    Android Question B4XTable search criteria

    Is it possible to keep more than one search criteria in B4XTable ? Search on Search
  10. I

    Android Question b4xTable Select All Row in multiple rows selection ?

    Can we create a button to select all row in b4xtable ?
  11. trejocode

    Android Question [SOLVED] Two B4XTables on Android causes a error?

    Hi all, i use 2 B4XTables in the same project, and i get a error referented to SQLite. Has anyone had a similar experience?Has anyone had a similar experience? The error: Error occurred on line: 601 (B4XTable) android.database.sqlite.SQLiteException: near ")": syntax error (code 1): , while...
  12. trejocode

    Android Question [CLOSE]B4XTable ERROR when SetData

    Hi, I have a strange error when I try to feed the table, I simply get data from an API and insert it in a table but it returns an error that I have no idea what it means, since I do not use SQLite. Error occurred on line: 601 (B4XTable) android.database.sqlite.SQLiteException: near ")": syntax...
  13. Sergio Castellari

    Spanish Cambiar el color de una columna B4X Table según el contenido de otra

    Hola, Necesito cambiar el color del contenido de una columna, de acuerdo al contenido de otra. En el ejemplo que pruebo cambian el color, si el contenido tiene un valor positivo o negativo. En mi caso, quiero que cambie el color, pero si otra columna contiene una "S" o "". Este codigo es el...
  14. A0_2_A7

    Android Question How to change text size in B4Xtable? (Solved)

    Hello, I am trying to change the text size in a B4Xtable and I do not know how to do it. B4XTable1.mBase.TextSize = 10 Error occurred on line: 1350 (Info) java.lang.RuntimeException: Type does not match (class anywheresoftware.b4a.BALayout) at...
  15. A

    Android Question [Closed] B4XTable, set color of "Search" Text and "results" label

    I'm trying to change the scheme of a B4XTable to a light background. I'm able to adjust the colors of most of the items, including the arrows, but not the color of the Search Text box and the result label and thus trhey are "invisibles", being white on white ;-) I tried to access...
  16. R

    Android Question Delete B4XTable row

    This is a follow up from the post: B4XTable - all rows and no header https://www.b4x.com/android/forum/threads/b4xtable-all-rows-and-no-header.103519/ Quoting Erel: "I'm pretty sure that you can do it without modifying the B4XTable code." I think you can but than it looks to me you it wouldn't...
  17. R

    Android Question B4XTable no rows showing if only one column

    Using the example from this thread: https://www.b4x.com/android/forum/threads/b4x-b4xtable-cross-platform-sortable-searchable-customizable-table.102322/ If I adjust the .csv file to have only one column and alter the code accordingly, then no data is showing. Have been debugging this for a few...
  18. R

    Android Question B4XTable SQL1 - CreateDataView

    Noticed with B4XTable that you can delete rows of the underlying memory table but that there seems to be no way to make this show properly in the table display. So, although the deleted rows don't show any data there still are the same number of rows and also pages. In the provided example I...
  19. Sergio Medice Garcia

    Android Question [B4XTable] How can i make long click

    I created a B4XTable and the normal click is to open a msgbox2 with options, but i need the long click to open a panel with others options. How can i make this? Thanks for all
  20. R

    Android Question B4XTable How to add to library

    I am reviewing the article [B4X] B4XTable - Cross platform, sortable, searchable, customizable table How do I add the B4XTable to library and where to find?
Top