Wish Color code for dialog type color picker - Erel (first post)    Apr 28, 2021   (3 reactions) V1.73 - Color field accepts text input:
112412
New dependency: ByteConverter (B4A and B4J) Share My Creation Color Picker Bizzo - rgarnett1955    Aug 18, 2020   (4 reactions) Hi,
I needed to populate a color field in an sqLite database for testing and needed to enter the numbers as decimals which is a pain when most color pickers give you hex.
This little app allows you to pick a color from two different color pickers and puts the hex and decimal numbers for that color Other B4A v7.80 BETA has been released - Erel    Dec 13, 2017   (63 reactions) This is an important improvement as Google no longer updates the offline repositories. Java 9 is supported. WebView.ZoomEnabled hides or shows the zoom controls. Better error handling in CallSub calls. Fix for potential race condition in AsyncStreams. Better handling of edge cases where the Activity B4A Library Material Date Picker - intellvold    Oct 09, 2022   (15 reactions) Set custom theme color—> colorAccent in manifest for change time picker color.
SetApplicationAttribute(android:theme, "@style/MyAppTheme")
CreateResource(values, theme.xml,
<resources>
<style name="MyAppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<item name="colorAccent">#040925 B4A Code Snippet Color Picker - Erel (first post)    Jun 05, 2017   (9 reactions) And now as a custom dialog:
https://www.b4x.com/basic4android/images/SS-2017-06-05_13.06.47.png
Usage:
Sub btnSelectColor_Click
Dim cw As ColorWheelDialog
cw.Initialize
cw.ShowAsync(Me, "Select Color")
Wait For (cw) Color_Result(Success As Boolean)
If Success Then
Activity.Colo Beta [B4A V5.00] Designer color picker - klaus (first post)    Jun 03, 2015   (1 reaction) I'm coming back to the color picker.
When we open the Visual Designer, select a view and click on a color the lower left area has a white color.
Should'n it have the original color, red in this case ?
34540
In this case if we change the color and want to cancel it we can't because the lower left are B4A Example B4Xgoodies_from_walt61 Online - AnandGupta (first post)    Feb 15, 2025   (2 reactions) What's New Since Last Week (08 Feb 2025 to 15 Feb 2025)
B4X
Colour
AS Color Slider Advanced - a Snapchat like color picker
AS Color Slider Advanced - a Snapchat like color picker
https://www.b4x.com/android/forum/threads/b4x-xui-as-color-slider-advanced-a-snapchat-like-color-picker.118236/
Wish IDE Color Picker should have sample color box - Widget    Aug 08, 2016   (6 reactions) Here are a few suggestions for the Color Picker that is under the Tools menu of the IDE.
1) I'd like the Color Picker in the IDE to have a small panel for the current color under the ""Copy to Clipboard" button so we get a better view of the selected color. As it stands, all I see is a small circle Wish Improved editor color picker - PhilN    Jun 08, 2016   (1 reaction) The initial idea was that the color picker could assist in generating RGB color values in a text format which you did, however in HTML hex code format "0xFFFFA500". This is not so useful to some of us in B4A or B4i.
It would be much more useful if the output was in RGB such as "255,255,165" or "128 Wish Make the colour picker and icon chooser available in debug-mode - Erel (first post)    Apr 20, 2025   (1 reaction) 163531
They are available. Right click inside the code editor. They should be there. Page: 1   2   3   4   5   6   7   Powered by ColBERT |