ColorPickerDialog

micheleBr

Member
Licensed User
Longtime User
Good morning,
I want use a color picker like this: http://www.b4x.com/basic4android/images/views_colorpickerdialog.png
B4X:
Dim cd As ColorPickerDialog   
cd.RGB = Colors.DarkGray
ret = cd.Show("", "ok", "","", Null)
the problem is that in phone (landscape view) not all lines of colors are shown because the control is much higher than the phone height (landscape view).
Does anyone know how to fix ?
tnx in advance!!
 
Top