B4J Question [abmaterial] ABMTable on ABMModalSheet

billyrudi

Active Member
Licensed User
Longtime User
Hi,
i'm trying to put an abmtable on an ABMModalSheet but the table is not showing!

can you help me?
this works
Dim tbl3 As ABMTable
tbl3.Initialize(page, tmpdyna.GetString("NomeCampo"), True, False, True, "tbl1theme")

this no
Dim tbl3 As ABMTable
tbl3.InitializeScrollable(page, tmpdyna.GetString("NomeCampo") , False, False, True, Array As Int(300, 200,200,150), "tbl1theme")
 
Last edited:

billyrudi

Active Member
Licensed User
Longtime User
hi,
tank for replay but
tms.IsScrollable = True
cause in the showmodalsheet instruction ths error:

Errore nella linea: 597 (Parametrica)
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(ArrayList.java:653)
at java.util.ArrayList.get(ArrayList.java:429)
at com.ab.abmaterial.ABMTable.BuildCellStyle(Unknown Source)
at com.ab.abmaterial.ABMTable.BuildBody(Unknown Source)
at com.ab.abmaterial.ABMTable.Build(Unknown Source)
at com.ab.abmaterial.ABMCell.RefreshInternalExtra(Unknown Source)
at com.ab.abmaterial.ABMRow.RefreshInternal(Unknown Source)
at com.ab.abmaterial.ABMContainer.RefreshInternalExtra(Unknown Source)
at com.ab.abmaterial.ABMModalSheet.RefreshInternalExtra(Unknown Source)
 
Upvote 0
Top