B4A Question Using requestWindowFeature() in B4A - corwin42    Jan 17, 2014 );
requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS);
I added the following code to...:249)
at android.app.Activity.requestWindowFeature(Activity.java:3298)
at java.lang.reflect... B4A Tutorial Inline Java Code - Erel    Feb 24, 2022   (171 reactions)   tags: Code, Java, inline java code setContentView):
#If JAVA
public void _onCreate() {
requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS);
}
#End If
Activity hooks:
_onCreate()
_onResume()
_onPause()
_onDestroy()
_onStop... B4X code. B4i supports similar feature with Objective C.
The purpose of this feature is to make it easier... all types of modules.
Don't misuse this feature. There are no performance advantages for using... B4A Question How show or hide title bar for B4XPages? - TILogistic (first post)    Mar 21, 2021 this can help you: search: https://www.b4x.com/android/forum/pages/results/?query=setSystemUiVisibility or https://www.b4x.com/android/forum/pages/results/?query=requestWindowFeature... Other [new feature] b4xlib - a new type of library - Erel    Nov 2, 2020   (69 reactions)   tags: b4xlib;libraries, b4x library, Erel As B4X matures, more and more reusable components are written in B4X directly. In most cases it is simpler to implement the logic in B4X directly and the code can be cross platform. Especially with the relatively new XUI library. Standard libraries will never be cross platform as they are compiled to the platform native binary / bytecode. They also have other restrictions related to them being co... Wish A few words about feature requests - Erel    Jul 17, 2016   (49 reactions) All members are more than welcome to suggest new feature requests. All requests are read and considered. Many of them will be eventually implemented. However please do understand and respect the fact that I prefer not to reply to feature requests. There are several reasons for that but the main one is that in most cases the only answer that I can provide is that the feature might be added in... new feature added to B4X tools. The time that a feature was first requested (if it was requested... Java Question use on java a main process global variable - abilio486software (first post)    Jul 18, 2019 second activity, inside java create:
#If JAVA
public void _onCreate() {
requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS);
if(mostCurrent._main._terminal_present) {
// try... B4A Question Set edittext content using inline Java - prajinpraveen    Jul 11, 2024 ); } public void _onCreate() { requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS... B4A Question how to translate this (No status bard no title bar) - kalarius    Oct 17, 2012 How to translate to basic the follow? requestWindowFeature(Window.FEATURE_NO_TITLE); this.getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,WindowManager.LayoutParams.FLAG_FULLSCREEN); I know that I must use the Reflector but I do not know how to use the reflector Please help... Other [new feature] Three birds with one stone - Erel    Feb 23, 2016   (29 reactions)   tags: Exclude classes the problematic classes. As google play services is the main candidate for this feature, any prefix... B4A Tutorial [B4X] Features that Erel recommends to avoid - Erel    Dec 6, 2023   (93 reactions) kinds of (old) features that have better alternatives. B4X is backward compatible so these features still work. The recommendations are more relevant for new projects or when implementing new features... that the cross platform features have drawbacks compared to the platform specific API. Node / Pane... ExecQuery2 instead. Downloading / making http requests with any other library or source other than... referenced modules The shared modules feature was useful in the early days of B4X. With the introduction... Page: 1   2   3   4   5   6   7   |