B4A Library SD: Dialogs - Star-Dust    Jun 1, 2019   (17 reactions) Dialogs libraries already, but since B4A 7.01 is available, the question arises. How do people who... it in a third way with WaitFor, but I have not tried it. SD_Dialogs Author: Star-Dust Version: 0.07 ColorDIalog Events: Response (Response as int As , RGBcolor as int As ) Fields: response As Int... As String, Positive As String, Cancel As String, Negative As String) As String DateDialog Events... As String, Cancel As String, Negative As String) As String Dialogs Fields: cancel As Int... Bug? [SOLVED] B4XPreferencesDialog Bug - when data-map predefined and change at runtime value to nothing/null - returns old value ! - Magma    Jan 21, 2022 Hi there.. Well I think that found a little bug.. but annoying.. moving from: https://www.b4x.com/android/forum/threads/b4x-preferencesdialog-and-data-map-can-you-change-a-value-to-null-if-something-else.137748/ Hope we can fix, or better fixing the lib.. The problem is when predefine the data-map using at b4xpreferencesdialog and change at runtime (enduser using the form-dialog) a value to... an old record from a db with form-dialog and give somewhere null/"" value if needed.. will not... B4J Question [SOLVED] B4X PreferencesDialog and Data map, can you change a value to null if something else? - Magma    Jan 21, 2022 Private Root As B4XView Private xui As XUI Private prefdialog As PreferencesDialog...("Field3","ThirdValue") Wait For (prefdialog.ShowDialog(Options1, "OK", "CANCEL")) Complete (Result As Int) If Result = xui.DialogResponse_Positive Then... B4J Question [B4X] [SOLVED] Change width of Specific Item at PreferencesDialog - Magma    Jan 21, 2022 Hi there... 1) is it possible to change the width of fields,combo,etc or from a specific item better.. 124325 2) Is it possible - to automatic scroll when changing focus-field (when pressing enter key -->goes at the next field - but not scrolling at it) - not after validation but the time of inserting values... ? You can check my solutions here... Thanks in advance... B4A Tutorial GPS / GNSS tutorial - Erel    Mar 13, 2025   (23 reactions)   tags: gps, Erel -resolution-dialog.111652/#content... B4J Question (Solved) PreferencesDialog Buttons Text - aeric    Sep 21, 2021 How to set the "OK" and "Cancel" button text size? The Cancel button appears as "CAN..." in Ubuntu Linux. 119385... B4A Question Dialog with DateTemplate - Sergey_New    Feb 18, 2026 I need help using a Dialog with DateTemplate. The dialog has three buttons. How can I make it so that clicking one of the buttons doesn't close the dialog, but instead launches a specific function?... B4A Question DateTemplate Dialog - Sergey_New    Feb 10, 2026 Could you tell me if I'm using a date that doesn't contain one of its parts (day, month, year) and I can hide or block that part of the calendar? Or is it possible to create three simplified calendars and use them based on the date?... B4J Question MainForm.SetFormStyle("UTILITY") crashes my File open dialog - Scantech    Feb 3, 2026 ("javax.swing.JFrame",Array("")) openFileDialog End Sub Private Sub openFileDialog....JFileChooser", Array(Null)) Dim result As Int = fileChooser.RunMethod("showOpenDialog"... setting a formstyle. However, in UTILITY i select file and click OPEN in dialog then it crashes with no... B4J Tutorial SithasoDaisy: Creating Dialog Forms with the Abstract Designer - Mashiane    Jun 29, 2023   (1 reaction) Good day In the SithasoDaisy download package, you get a MySQL Crud App for a simple expense tracking app. As a showcase, there is a b4j layout named expenseCategory 143318 This layout has been built to stand alone as it's injected inside a modal during the BuildPage page process. 'start building the page private Sub BuildPage banano.LoadLayout(app.PageViewer, "expensecatego... Page: 1   2   3   4   5   6   7   |