Jim Brown Active Member Licensed User Longtime User Jan 7, 2011 #1 Hi Could we have a color picker dialog? This would be useful for something like a finger paint program Failing that I guess it would not be too hard to write a basic program to generate a colour-picker view
Hi Could we have a color picker dialog? This would be useful for something like a finger paint program Failing that I guess it would not be too hard to write a basic program to generate a colour-picker view
Erel B4X founder Staff member Licensed User Longtime User Jan 8, 2011 #2 There is no built-in color picker in Android. I guess you will need to implement a custom one. Upvote 0
agraham Expert Licensed User Longtime User Jan 8, 2011 #3 I've got a modal colour picker working in my Dialogs library. It needs a bit more polishing so I will post it in a day or so. Upvote 0
I've got a modal colour picker working in my Dialogs library. It needs a bit more polishing so I will post it in a day or so.
Jim Brown Active Member Licensed User Longtime User Jan 8, 2011 #4 Thanks A Graham. I will certainly take a look Meanwhile I have knocked something together which does the job nicely, except I want everything to live in its own activity Also I wanted some preset colours for quick access. So, fresh out of the oven I have: Upvote 0
Thanks A Graham. I will certainly take a look Meanwhile I have knocked something together which does the job nicely, except I want everything to live in its own activity Also I wanted some preset colours for quick access. So, fresh out of the oven I have: