B4A Library SD: Dialogs - Star-Dust    Jun 1, 2019   (17 reactions) 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... Dialogs libraries already, but since B4A 7.01 is available, the question arises. How do people who... 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... B4A Code Snippet Theme Colors - Erel    Jan 8, 2026   (21 reactions)   tags: Themes, B4A Theme, color, status navigation color, Theme, ActionBar Changing the action bar, status bar and navigation bar colors is done with resources set in..., colors.xml, <resources> <color name="actionbar">#ff039be5</color> <color name="statusbar">#ff006db3</color> <color name="textColorPrimary">#ffffffff</color> <color name="navigationBar">#ff006db3</color> </resources> ) CreateResource(values, theme.xml, <resources> <style name... German Zugriff auf Kontakte - specci48 (first post)    Aug 27, 2008 Eine einfache Farbauswahl geht hiermit: http://www.b4x.com/forum/additional-libraries/2751-colordialog-device.html Die Zuordnung der Farbänderung zu den Elementen musst Du natürlich selbst implementieren... ;) Gruß specci48... B4A Tutorial Android Views (Controls) und Dialogs - klaus    Mar 31, 2011 (oder Msgbox2): http://www.b4x.com/basic4android/images/views_msgbox.png Dialogs Library ColorDialog: http://www.b4x.com/basic4android/images/views_colordialog.png ColorPickerDialog: http://www....png WebView: http://www.b4x.com/basic4android/images/views_webview.png Dialogs Basic4android Dialoge sind blockierende modale Dialoge. Was bedeutet, daß die Code-Ausführung anhält, während das Dialogfeld angezeigt ist. Einige der Dialoge weden durch den Aufruf eines Schlüsselwortes (wie... B4A Question what is the best way to load colors from a file - Cableguy (first post)    Feb 17, 2015 separately as I'm using ColorDialog and I just wanted to do it that way. If my memory serves me correctly, cont all the colour integers start with a (-)hyphen. I remember doing ToastMessageShow(Colors.Black, False) and ToastMessageShow(Colors.RGB(0, 0, 0), False) thinking that it would return 000000 or... myself, I may take the easy route and just write the output of colors.rgb (xxx,xxx,xxx)
You should... B4J Question Dialog errors - maleche    Mar 22, 2014 Dialog","Yes","Cancel","No",ba,(android.graphics.Bitmap)(anywheresoftware.b4a.keywords.Common.Null)))); Example: Dim Ret as integer Dim fd As FileDialog Ret = fd.Show("This Dialog","Yes","Cancel","No","",Null) Same for; Dim cd As ColorDialog Ret cd.Show("This Dialog","Yes","Cancel...Hello All, I receive the following errors when using ANY dialog; Parsing code. 0.01 Compiling... B4A Question Syntax for colorpickerdialog - jschuchert    Jun 29, 2011 I am trying to give my users the opportunity to set the background color for each of several activities. I intend to have a button available that triggers the color picker dialog from which they choose a color. However, I am not sure of the correct syntax. I have declared "cp as colorpickerdialog", "cd as colordialog" and tried to display the dialog using cp.show with its... be. "ColorPickerDialog" didn't work. I have unsuccessfully searched for real world examples so am hoping... B4A Library [B4X] ComboBoxPlus - ComboBox with individual color configurable items - gregchao    Feb 24, 2024   (15 reactions) I wanted to be able to change the color of individual items in the Combobox list (playing card... Colors for ComboBox Items In Designer View, you should be able to access under Add View>CustomView>ComboBoxPlus and place it on you layout. You can set the colorkey colors. You have 6... item, you can now assign a text and color (colorkey = 0-5). . For x = 0 To 10... along with color defintion AddItemAt (Position As Int, cd As String, colorkey As Int, enabled as boolean... 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... programmatically by calling SetOptions. 2. Call ShowDialog and pass the data map... (prefdialog.ShowDialog(Options1, "OK", "CANCEL")) Complete (Result As Int) If Result = xui.DialogResponse_Positive Then PrintOptions(Options1, TextArea1) End If The data map... B4A Tutorial FusedLocationProvider + Resolution Dialog - Erel    May 10, 2021   (17 reactions)   tags: location gps ** This is the only option to enable location services from inside your app. ** Example was updated and is based on B4XPages. Don't miss: 1. ShowResolutionDialog sub that is added to Main. It needs to be added to the activity that hosts B4XPages. 2. #AdditionalJars in Main. 3. Manifest editor addition. https://www.b4x.com/basic4android/images/i_view64_fHopQqm7Zd.png... Page: 1   2   3   4   5   6   7   |