I found java code here for getting the height of ToolBar and StatusBar. I should note that I am not a Java expert.
#If JAVA
import android.view.Window;
import anywheresoftware.b4a.BA;
import anywheresoftware.b4a.BA.ActivityObject;
public int StatusBarHeight(){
int result = 0...
I want my application to be as cross-platform as possible with limited platform specific code. I used B4XDialog + B4XDateTemplate from XUI Views library to capture, display, store, and retrieve dates in my B4J application. It is working well.
However, I have two issues with this current...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.