Other B4J v8.10 is available for download

Erel

B4X founder
Staff member
Licensed User
Longtime User
This is a small update with the features added in the recent B4A update:

  1. IDE shows messages about updates (screenshot from B4A):



  2. Better handling of errors in the IDE.
  3. Positions and layouts of all windows are preserved.
  4. Search results font can be configured from Tools - IDE Options - Font Picker.
  5. Fixes for several bugs in find all references and search features.

Download link: www.b4x.com/b4j.html
 

le_toubib

Active Member
Licensed User
Longtime User
hi all
this sub produced an error in b4j 8.10 but was working fine in 8
B4X:
private Sub SetupTables(tbl As B4XTable, columns() As String, colwidths() As Double,w As Int)
        Dim cols(columns.Length) As B4XTableColumn
    tbl.Clear
For i = 0 To columns.Length-1
    cols(i) = tbl.AddColumn(columns(i),tbl.COLUMN_TYPE_TEXT)
    If colwidths <> Null Then
        cols(i).Width=colwidths(i) *(w-100)
    Else
        cols(i).Width=100   
    End If
Next   
End Sub


Error :
 
Upvote 0

Toley

Active Member
Licensed User
Longtime User
This is a small update with the features added in the recent B4A update:

  1. IDE shows messages about updates (screenshot from B4A):

The updates notification is a long time asked great improvement. Is it only a message or a link?
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…