dialog

  1. Alexander Stolte

    B4A Library [B4X] [XUI] AS TimePickerDialog based on B4XDialog and AS_TimePicker

    A dialog that prompts the user for the time of day using a TimePicker. I spend a lot of time in creating views, like this and to create a high quality view cost a lot of time. If you want to support me and further views, then you can do it here by Paypal or with a coffee. :) Private Sub...
  2. J

    Android Question [B4X] Input dialogs with XUI Views - hide OK/Canel panel

    Hello, I'm trying to replace the standard OK/Cancel buttons of a dialog. dialog.ShowCustom(dlgDone, "", "", "") hides the standard buttons, but it seems to have a panel at the bottom, which covers part of my panel. Is there a way to get the dialog shown without it?
  3. T

    Android Question Dialog.ShowTemplate(DateTemplate.... resize?

    Thanks,
  4. Alexander Stolte

    B4A Library [B4X] AS FloatingPanel

    This is a simple panel that can be attached anywhere and opens with an animation. More usecases and updates to come ;) I spend a lot of time in creating views, like this and to create a high quality view cost a lot of time. If you want to support me and further views, then you can do it here by...
  5. Alex Guerrero

    Android Question How to select an option in an AlertDialog with intent

    Hello everyone, lately when I want to share a file I get an alertdialog 'want to share with...' with two options, 'Cancel' and 'Ok', in some cases I require 'Cancel' and in others 'Ok', I don't want the user to choose it, therefore I want to handle it with an intent, I have tried several...
  6. M

    Android Question Show time picker dialog

    Hi everyone, there is a way to show this native-looking dialog to choose a time with B4A? From: https://androidexample365.com/material-time-picker-for-developer/ Or something like: Thanks in advance!
  7. M

    iOS Code Snippet Keep Track of Pages (getCurrentPage) [e.g. Access Network Dialog workaround]

    Hi everyone, i want to share a stupid piece of code that could be useful (to me it did). I had the need to know what was the page displayed when Application_Active sub is fired -> this is the post What I did Create a code module where i save all the useful functions and created a single...
  8. M

    iOS Code Snippet Input Dialog (modal) - slightly modified from the Erel one

    The original code: https://www.b4x.com/android/forum/threads/inputdialog-function.52811/post-331242 I modified the code to be able to add two buttons, and receive the "Success" parameter to distinguish when the user tap on the positive button or cancel button. Sub Button1_Click Dim no As...
  9. red30

    Android Question SearchTemplate Many elements

    SearchTemplate.SetItems(Items) If I use many elements (100-1000) for the SearchTemplate, then I have to wait more than 100ms. Is it possible to somehow speed up this process? Also, the time depends on different devices, the older the device, the longer the list is displayed. I've used Spinner...
  10. rgarnett1955

    Android Question XUI Views Example - B4XFloatTextField

    Hi, How can I make an XUI Input dialog that has B4XFloatTextField. The XUI Views Example has an example of the B4XFloatTextField, but it it's parent is the main window not a dialog. There is also an example of an Input dialog template, but it only has a simple text entry field: Sub...
  11. alimanam3386

    B4A Library AX_CustomAlertViewDialog

    Another B4A library šŸ¤Ŗ AX_CustomAlertViewDialog This is a wrapper for link Version : 1.1 "Custom AlertView Dialogue is the world's most advanced alert view library. Custom AlertView Dialogue includes simple message popups, confirmation alerts, selector popups, action sheet bottom menus...
  12. Dave O

    Android Question [solved] crash during Pause (show > showAsync)

    Short version: If you're getting crashes when you have dialogs open (e.g. msgbox, fileDialog, inputDialog, etc.) from the various versions of the Dialogs libraries, you can fix most/all of them by switching from the traditional Show method to ShowAsync. This has been posted in various forms...
  13. Biswajit

    B4i Library iPopupDialog - A fully customizable popup dialog

    This is a fully customizable popup dialog which supports Image, Video, Custom View, Simple text, Long Scrollable text and many more. iPopupDialog Author: @Biswajit Version: 1.0 Dependency: iUI8 Features: Image Alert Video Alert (remote video) with video pause play functionality Simple text...
  14. M

    iOS Question Wait for accept to receive notifications (RegisterUserNotification)

    Hi everyone, there is a way to wait for the user to click on the notification dialog, so the app stops to do things? Like: MsgBox2("Msg", "Body", "Title", Array("Yes", "No")) Wait For Msg_Click (ButtonText As String) If ButtonText = "Yes" Then 'things' End If thanks :D
  15. M

    iOS Question iOS13 show modal popup dialog

    hi, i saw this post that show partially how to show the new dialog style from Apple. The only problem is that, even if i had some top/right buttons to the page displayed as dialog, they aren't disaplayed because i think there isn't the navigation bar in that page. Where i add the button (taken...
  16. B

    Android Question B4Xpreference Dialog

    Hi, How can I disable the ok or cancel button during launch of the dialog?
  17. N

    Android Question How do I make the dialog change with the position of the selected word ?

    Is there a suggestion or solution?
  18. aeric

    Android Code Snippet [B4X] XUI Views - Time Dialog

    I want a better dialog for time input so I created this time (picker) dialog using B4X XUI Views and IME library. I think the code has too many lines. Hope someone can simplify or improve it. Note: I haven't tested but I think this code can also work for B4i and B4J. Update: I have tested with...
  19. N

    Android Question [SOLVED]How to make a BubbleDialog?

    I want to make a BubbleDialog like that :
  20. Pedro Caldeira

    Android Question Error in dialog.response

    Hello All, I have a small code that questions the user to confirm to exit the Application and I am getting a strange error, saying that the compiler cannot parse the dialog response B4A 7.30 The Error in the Log window is : Error occurred on line: 1559 (Main) java.lang.RuntimeException...
Top