is it possible add module ACToolBarLight from code (no from design) ?
i'm try, but doesn't work fine
i'm try, but doesn't work fine
B4X:
Sub Globals
Private ACToolBarLight1 As ACToolBarLight
End Sub
Sub Activity_Create(FirstTime As Boolean)
ACToolBarLight1.Initialize("aaa")
Activity.AddView(ACToolBarLight1, 0, 0, 100%x, 50dip)
Last edited: