I’m trying to figure out if there’s a way to control where the colorpicker window pops up when activated, currently my application uses 2 screens as “control” and “display” and whenever I launch a colorpicker window, (using Color.SelectFromDialog) the window opens at the upper left corner of the 2nd display, and I can’t seem to find any handles to change that (it looks like from the documentation if I use colorpicker.show I can define a top, left, height, width in MacOS, but not windows) Any suggestions?
2 posts - 2 participants