Home » U++ Library support » U++ Widgets - General questions or Mixed problems » How To call the Color picker window?
How To call the Color picker window? [message #20608] |
Thu, 26 March 2009 09:21 |
kbyte
Messages: 87 Registered: July 2008
|
Member |
|
|
Hi all,
I am trying to design a form for the application configuration and for choose colors for several items of the application. I cant show the color picker window.
I tryed this:
TopWindow t;
ColorPopUp h;
t.Add(h.SizePos());
t.Run();
but it opens a new window with a very large length and not buttons for feedback.
What I want is to have the myDlg form and some static boxes showing the item to be configured in terms of color and in front of each item a rectabgle or something must be drawn with the default color. When someone clicks those rectangles then the color pick must appear to select other color.
Something like the theIDE|Setup|Environemnt|Syntax highlighting but I dont need the grid, just in the form...
Many thanks
Alex
|
|
|
Goto Forum:
Current Time: Fri Nov 01 01:35:06 CET 2024
Total time taken to generate the page: 0.04003 seconds
|