B4A Question Help with hook implementation - joaoclobocar (first post) Apr 25, 2024 "); p.finish(); } } processBA.setActivityPaused(true); processBA.runHook("oncreate", this, null); if (!includeTitle) { this.getWindow().requestFeature(android.view.Window.FEATURE_NO_TITLE); } @Override public vo B4A Question Using requestWindowFeature() in B4A - Ohanian (first post) Aug 26, 2015 @corwin42 any progress? B4A Library DesignSupport - Additional Material Design components - Scantech (first post) Oct 07, 2015 android.internal.os.ZygoteInit.main(ZygoteInit.java:1199) Caused by: android.util.AndroidRuntimeException: requestFeature() must be called before adding content at com.android.internal.policy.impl.PhoneWindow.requestFeature(PhoneWindow.java:374) at de.amberhome.designsupport.snackbar.main.on B4A Example [B4X] AS FeatureRequest - Approved and implemented requests - Alexander Stolte Dec 17, 2024 (8 reactions) xui.Color_ARGB(255,45, 136, 121),xui.Color_White)) If Row.Get("ispremiumfeature") Then lstChips.Add(FeatureRequest.CreateItemChip("Premium",xui.Color_ARGB(255,141, 68, 173),xui.Color_White)) FeatureRequest.AddItem(Row.Get("title"),Row.Get("description"),l B4A Library AppCompat - Make Material Design apps compatible with older Android versions - migrec (first post) Jun 06, 2015 handleMessage(ActivityThread.java:1158) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:137) at android.app.ActivityThread.main(ActivityThread.java:4441) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Meth B4A Tutorial Material Design 3 - Using a ToolBar as ActionBar - shashkiranr (first post) Feb 12, 2015 Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1283)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1099)
at dalvik.system.NativeStart.main(Native Method)
Caused by: android.util.AndroidRuntimeException: requestFea B4A Question Context Menu, how avoid push layout - bernardR (first post) Sep 17, 2017 I have try this: #If JAVA import android.view.*; public void _onCreate() { getWindow().requestFeature(Window.FEATURE_ACTION_MODE_OVERLAY); } #End IF This works on my device Lenovo. Is it correct for others devices ? B4A Question Compiling generated Java code. Error - QtechLab May 05, 2015 "); p.finish(); } } processBA.runHook("oncreate", this, null); if (!includeTitle) { this.getWindow().requestFeature(android.view.Window.FEATURE_NO_TITLE); } if (fullScreen) { getWindow().setFlags(android.view B4A Tutorial Inline Java Code - Erel Feb 24, 2022 (168 reactions) You need an instance of JavaObject to access the Java methods: Sub Process_Globals Private NativeMe As JavaObject End Sub Sub Globals End Sub Sub Activity_Create(FirstTime As Boolean) If FirstTime Then NativeMe.InitializeContext End If Dim s As String = NativeMe.RunMethod("First B4A Question java.lang.IllegalStateException in xxxx.main.onCreate (only Android 9) - Tempomaster (first post) May 20, 2019 Thank you for your fast reaction.:)
if (!includeTitle) {
this.getWindow().requestFeature(android.view.Window.FEATURE_NO_TITLE);
}
if (fullScreen) {
getWindow().setFlags(android.view.WindowManager.LayoutParams.FLAG_FULLSCREEN,
an Page: 1 2 3 4 5 6 7 Powered by ColBERT |