Basic ColorPickerDialog alternative.
ColorPickerDialog.SelectedColor will be the last chosen color.
B4X:
Sub SomeButton_Click
ColorPickerDialog.Show("Choose the color", Colors.Magenta)
End Sub
ColorPickerDialog.SelectedColor will be the last chosen color.
Attachments
-
1.4 KB Views: 356