B4J Question Get / Set ColorPicker Color (String/Int)

Status
Not open for further replies.

Mashiane

Expert
Licensed User
Longtime User
Hi

I want to get and set the color of a ColorPicker using my crud db app. The color picker returns a Paint object. How do I get the returned color as a string/int and also be able to set it when I read the saved color from a db?

This post so far I have been able to get the RBG, perfect! Now setting the color is the issue. Any help please.
 

EnriqueGonzalez

Well-Known Member
Licensed User
Longtime User
B4X:
Sub Process_Globals
    Private fx As JFX
if you can't find it there, then you are not using an UI project
 
Upvote 0
Status
Not open for further replies.
Top