Hi everyone,
my app has a timeout timer that is resetted every time that the user interacts with the application interface.
Thanks to this method
However I just implemented a B4XDialog with B4XInputTemplate and I noticed that when the keyboard is used in Text Mode the "user_interaction" event...
DOListDialog is a free class that makes it easy to display a list dialog.
Features:
- Easy to use: supply a title and a list and you're good to go.
- Auto-size the dialog to the minimum width or height needed, or leave it full-size.
- Show or hide the Cancel button as needed.
- Customize the...
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...
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?
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...
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...
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!
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...
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...
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...
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...
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...
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...
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...
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
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.