Hello everyone,
After updating SDK and B4A to latest versions, something strange is happening.
This code doesn't seem to work now:
So UpIndicator doesn't fire an event, when I click on it.
On B4A 5.80 everything was fine ...
Any solutions?
After updating SDK and B4A to latest versions, something strange is happening.
This code doesn't seem to work now:
B4X:
Sub Globals
Dim AB As ACToolBarDark
Dim AC As ACActionBar
End Sub
Sub Activity_Create(FirstTime As Boolean)
AB.Initialize("AB")
Activity.AddView(AB,0,0,100%x,56dip)
AB.SetAsActionBar
AC.Initialize
AC.ShowUpIndicator = True
AB.InitMenuListener
...
Sub AB_NavigationItemClick
Activity.Finish
End Sub
So UpIndicator doesn't fire an event, when I click on it.
On B4A 5.80 everything was fine ...
Any solutions?
Last edited: