> I need to code a color palette dialog that is similar to the one created by > UIPickColor(...). I'd like to make a square for each color that the user > can pick. Someone clued me in to use gadgets for this,
thump him. > ...but I'm a bit overwhelmed on where to begin. I am not surprised. > If someone could point me to some good sample code, I'd really appreciate it. try this: IndexColorType i; RGBColorType rgb; UIPickColor(&i, &rgb, 0, "Pick a Color", 0); -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
