B4A Library [B4X] XUI Views - Cross platform views and dialogs - Erel    Mar 19, 2025   (85 reactions)   tags: B4X XUI Views Dialogs, xui, XUI Views dialogs. Everything is written in B4X. The source code is included inside the b4xlib file, which... layout file.
A custom "list of colors" dialog added to the example:
https://www.b4x.com... B4A Library Dialogs2 library - an update to the original Dialogs library - agraham    Oct 7, 2021   (45 reactions) example in the reworked CustomDialog2 example in the DialogsDemo file the ListView ItemClick no longer... you.
EDIT: Dialogs 1.2 Posted. FileDialog now has a TextSize property.
EDIT2: See this link for a fix for... B4A Library Dialogs library - agraham    Dec 7, 2017   (34 reactions)   tags: library .6 posted with a File Dialog. See post #30 for details.
Edit : - Version 1.7 posted with a minor UI.... His version 2.91 is based on my unpublished v2.9 which set the text box in FileDialog to... B4A Library File Dialog - agraham (first post)    Apr 24, 2013 I know this isn't absolutely on topic, but thank you for extensively using DesignerName in your Library, as it has meant the B4A ... B4A Library [Class] File Explorer with visualization - Informatix    Sep 17, 2018   (28 reactions)   tags: File Hi,
I created this class because I was frustrated by the File Dialog in the (great) Dialogs lib... like rename, delete, create folder, etc.
Currently, the class can visualize picture and text files... B4A Library [B4X] B4XPreferencesDialog - Cross platform forms - Erel    Nov 12, 2021   (52 reactions)   tags: preference, B4X, builder, B4X B4XPreferencesDialog B4XPreferencesDialog makes it easy to create dialogs with all kinds of input fields. The main steps required to use these dialogs are: 1. Define the list of fields. The recommended way to do it is with Forms Builder....104670/ The template file is loaded with: prefdialog.LoadFromJson(File.ReadString(File.DirAssets... programmatically by calling SetOptions. 2. Call ShowDialog and pass the data map... (prefdialog.ShowDialog(Options1, "OK", "CANCEL")) Complete (Result As Int) If... B4A Library [class] FileProvider - share files - Erel    Aug 16, 2021   (46 reactions)   tags: B4A Class FileProvider, share email file, share, File provider, email, WP SHARE Edit: FileProvider is included as an internal library now. After investigating several issues with the current FileProvider code that you can find in the forum, I decided to make some improvements and implement it in a class. Starting from Android 7 (API 24) you cannot directly share file uris with other applications. You need to use FileProvider. The FileProvider class should work on all Android versions (4+). Instructions: 1. Add a reference to FileProvider library. 2. Add to... B4A Library [Class] Message - derez    Feb 15, 2017   (2 reactions) My solution to the Msgbox. This one is modal-like or non-modal so the result is returned either in the calling sub or in a special return sub. Size, colors and textsize are controlled. See also http://www.b4x.com/forum/additional-libraries-classes-official-updates/24911-class-getfiles-file-dialog.html and the discussion there. I'll be glad to have your feedback. Edit: Updated. Edit: Orientation changes happen only after dialog is off. Edit : version 2, added the FreezeOrientation... B4A Library WebViewExtras - warwound    Oct 16, 2023   (36 reactions)   tags: Webview enables:
Javascript modal dialogs: alert, prompt and confirm.
Logging of javascript console messages and errors to the B4A log.
File upload dialog - see http://www.b4x.com/forum/additional-libraries... B4A Library FilePicker - DonManfred    May 31, 2018   (38 reactions) for B4A :)
FilePicker
Author: DonManfred (wrapper)
Version: 1.01
DialogProperties
Methods... modes,
See DialogConfigs for more info. Set to FILE_SELECT by default.
root = The Parent/Root... As String
Location As String
Marked As Boolean
Time As Long
FilePickerDialog
Events...() As String)
Selection Mode defines whether a single of
multiple Files/Directories have to be selected... Page: 1   2   3   4   5   6   |