dialogs

  1. C

    Android Question Persistent MsgBox2Async

    I've just converted an application using MsgBox2 to MsgBox2Async, to prevent the user pressing outside the dialog and having it cancel. Another problem a user noted was that if the machine goes to sleep with a dialog on the screen, when it awakes, the dialog disappears, I presume the...
  2. M

    Android Question [SOLVED] KeyPress Event Unmanageable

    Hi, everyone, i'm coding an app, and i wanted to do it graphically catchy, so i designed my own msgBox in the designer, and i display it using the custom B4XDialog and loading the layout i did. Now, the problem is that it doesn't aumatic handle the KeyPress Back event, so you have to do it...
  3. uniplan

    Android Question change color of input dialogs (B4XInputTemplate)

    Hi. i use the input dialogs (B4XInputTemplate) https://www.b4x.com/android/forum/threads/b4x-input-dialogs-with-xui-views.101197/ how i can change the color of dialog?(background and color of header) thank you
  4. Sgdva

    Android Question Dialogs library - Prevent Dialog Closing

    Background: I need to check for the input that the users feed the library dialog with; if it does not meet the criteria, the dialog should not close until it does or the user cancels. Basically, an EditText should not be empty (that is built into the library dialog). Problem: I have not found a...
  5. R

    Android Question Dialogs library InputDialog password input only shows first character

    Using the latest Dialogs library, 4.01. Using it with PasswordMode = True. The first input character shows for a short while (and that is what I expect), but subsequent characters don't show at all. Is this by design or is this a bug? RBS
  6. Star-Dust

    B4A Library SD: Dialogs

    (No WRAP, No Java Only B4A) I finally finished my first Library. I suppose it's full of bugs. I rely on your messages and your benevolence (Do not be too bad with me) There are already many Dialogs libraries already, but since B4A 7.01 is available, the question arises. How do people who have...
Top