Hi all,
Does anybody know how I can get the PickColor control to start-up at a specified position? I tried setting the value in the following ways (psuedo code):
ColorPickerInfo.placeWhere=kAtSpecifiedOrigin;
ColorPickerInfo.dialogOrigin.v = 10;
ColorPickerInfo.dialogOrigin.h = 10;
Also, from the documentation, it mentioned that the dialogOrigin structure is suppose to contain the position of the dialog when it returns. Apparently, the debugging information that I got did not contain this. Appreciate for all help rendered and thank you very much once again
Does anybody know how I can get the PickColor control to start-up at a specified position? I tried setting the value in the following ways (psuedo code):
ColorPickerInfo.placeWhere=kAtSpecifiedOrigin;
ColorPickerInfo.dialogOrigin.v = 10;
ColorPickerInfo.dialogOrigin.h = 10;
Also, from the documentation, it mentioned that the dialogOrigin structure is suppose to contain the position of the dialog when it returns. Apparently, the debugging information that I got did not contain this. Appreciate for all help rendered and thank you very much once again