msgbox

  1. walterf25

    B4J Question ABMaterial page.msgbox2 Title and Message Color

    Hi all, it's me again :) I am trying to add theme colors to a msgbox dialog, so far I am able to assign back color, confirm button color and icon color, but for some reason the Title and Message text color doesn't seem to obey the color being assigned, here is where I define the colors...
  2. Swissmade

    B4J Question Extend JMsgbox

    I know it is a very old post but I still like the message-box library Jmsgboxes 1.2 https://www.b4x.com/android/forum/threads/msgbox-library.34700/#content Working perfect in Wndows and Linux. I had trouble on linux with fx.msgbox cut of some rows. Now I wondering, if it is possible to add...
  3. M

    Bug? XSpeechRecognizer by MultiverseApp error occurred message - serious problem

    Hi eveyrone last year I made an app that uses XSpeechRecognizer by @Multiverse app library to detect words, infact you can see some posts of mine on the forum. However I received a report that some useres experienced a crash of the app when they start the Speech To Text. So I opened the project...
  4. carlos7000

    Spanish Como esperar a que el usuario cierre el dialogo MsgboxAsync? SOLUCIONADO

    Hay alguna forma de pausar la ejecucion de un programa mientras el usuario no toque el boton 'Ok' de el dialogo MsgboxAsync? Antes empleaba Msgbox, pero el Id de B4a hace tiempo me recuerda que es mejor emplear MsgboxAsync Saludos.
  5. M

    iOS Question change default msgbox

    Can change default msgbox b4i like this picture??
  6. M

    Android Question Native Input Dialogs Android (No B4XDialogs)

    Hi everyone, how can implement the native input dialogs of Android in my app? i found this code here, but i don't know how to convert it: private void showForgotDialog(Context c) { final EditText taskEditText = new EditText(c); AlertDialog dialog = new AlertDialog.Builder(c)...
  7. M

    iOS Question Native msgbox input field UI

    Hi everyone, I need to implement a native msgbox to ask for an input with a textfield like this How can I create this? Thanks in advance and merry Christmas šŸŽ!
  8. M

    iOS Question Textfield in a msgbox

    hi everyone, how can i put a textfield in a msgbox like in this example? thank you in advance :D
  9. M

    iOS Question Ask for enable gps / localization

    Hi, i took a look to this example. In case the user manually disable the location option, how can I show again the msgbox to ask to enable it by code? Maybe to put in the "LocManager_AuthorizationStatusChanged" event
  10. peacemaker

    B4A Class Msgbox with timeout

    MsgBox with timeout (cancel) for Android. Inspired by. Dependencies: Dialogs lib v.4.01 StringUtils
  11. Alexander Stolte

    B4A Library [B4X] AS Views Overview

    AS Tab Menu (Bottom Menu) AS Bottom Menu V2 AS Animated Counter AS MsgBox AS PinLock AS Sliding Onboarding AS Onboarding AS Placeholder AS Button Slider AS Floating Loading Button AutoTextSizeLabel AS Sliding Circles (Loadingview) AS Ripple View AS Gradients Panel AS Color...
  12. Scotter

    Android Question Best way to show user a quick message on top layer?

    What are my options for displaying a quickie little messagebox telling a user something like, "Tap here" and then it disappears in like 2 seconds? As opposed to the one that has an OK button they have to press to get rid of? This would be a lot easier than adding an image to the screen, telling...
  13. Harris

    B4A Class [B4X] XUI - haB4XMsgBox (based on B4XDialog)

    Based on @Erel latest B4Xlibs projects, I created this modified class from the B4XDialog source class. With posted (expertly developed) classes, we can create anything that suits our purpose - without struggling to "get it right". Thanks @Erel - for the lesson on correctness. The...
  14. Alexander Stolte

    B4A Class [B4X] [XUI] AS MsgBox/Dialog

    First, i spend a lot of time in creating views, some views i need by my self, but some views not and to create a high quality view cost a lot of time. If you want to support me, then you can do it here by Paypal. :) Hello, I needed a cross platform msgbox and dialog, that I can modify to 100%...
  15. M

    Android Question Theme colors and MsgBox colors issue

    Hi all, In this app, I'm using the Manifest to define the theme of the activity. AddManifestText( <uses-sdk android:minSdkVersion="5" android:targetSdkVersion="26"/> <supports-screens android:largeScreens="true" android:normalScreens="true" android:smallScreens="true"...
Top