Hello
I have 'started again' after a few months of dev on B4A and am trying to get my stdActionBar to work on a new project with a view to creating apps in both android and iOS.. I get this error when running the app java.lang.NullPointerException: Attempt to invoke virtual method 'void android.app.ActionBar.setSubtitle(java.lang.CharSequence)' on a null object reference
at this point in the code
ActionBar.Subtitle = "Login Page"
This is practically identical in an older app I did a few years ago which works. I have looked over both apps but cannot see the problem.. Can anyone help?
Be gentle I am a reborn newbie
Kind regards,
Derek.
I have 'started again' after a few months of dev on B4A and am trying to get my stdActionBar to work on a new project with a view to creating apps in both android and iOS.. I get this error when running the app java.lang.NullPointerException: Attempt to invoke virtual method 'void android.app.ActionBar.setSubtitle(java.lang.CharSequence)' on a null object reference
at this point in the code
ActionBar.Subtitle = "Login Page"
This is practically identical in an older app I did a few years ago which works. I have looked over both apps but cannot see the problem.. Can anyone help?
Be gentle I am a reborn newbie
Kind regards,
Derek.