B4A Library StdActionBar - Another ActionBar library

Marco Nissen

Active Member
Licensed User
Longtime User
is there a workaround that we could use to simulate the behavior? can I position a button on the top left?
 

gadgetmonster

Active Member
Licensed User
Longtime User

corwin42

Expert
Licensed User
Longtime User
Should I remove the action bar? Is that the recommendation?

No, just wait for the next B4A version. Or use the beta version which was released today.
 

Marco Nissen

Active Member
Licensed User
Longtime User
No, just wait for the next B4A version. Or use the beta version which was released today.
no change in the beta version, i.e. I have a StdActionBar object with event name bar and bar_buttonclicked is not called in Lollipop
 

Marco Nissen

Active Member
Licensed User
Longtime User
You should use Activity_ActionBarHomeClick event instead.

tried that, but this event is not called

I have
* nexus7 2013
* lollipop
* stdactionbar 1.52
* b4abeta

Private bar As StdActionBar

bar.Initialize("bar")


Sub bar_ActionBarHomeClick
Log("bar button clicked")
End Sub
 

netcobra

New Member
Licensed User
Longtime User
First one is my code,same as sample,Second one is sample,why color is changing?
 

Attachments

  • 豌豆荚截图20150116225113.png
    49.4 KB · Views: 195
  • 豌豆荚截图20150116225047.png
    46.9 KB · Views: 197

Croïd

Active Member
Licensed User
Longtime User
Look manifest :

B4X:
SetApplicationAttribute(android:theme, "@android:style/Theme.Holo.Light")
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…