Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Feature Requests
 System Color Info Tooltip

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
dake Posted - Jan 02 2007 : 08:31:26 AM
It would be very handy to have a tooltip displaying the current system color for the following constants :

#define COLOR_SCROLLBAR 0
#define COLOR_BACKGROUND 1
#define COLOR_ACTIVECAPTION 2
#define COLOR_INACTIVECAPTION 3
#define COLOR_MENU 4
#define COLOR_WINDOW 5
#define COLOR_WINDOWFRAME 6
etc..
1   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Jan 02 2007 : 09:48:42 AM
Probably not something VA is going to offer to be honest. One problem is what happens when someone redefines these to mean something else. This can happen if they are compiling under Linux or some other operating system.

We would have to treat certain #define's differently to all others, and I can see this opening the door to all sorts of problems.

You can manually check up on the colour values quite easily by either looking at Control panel -> display -> appearance tab -> advanced

or by using a colour picker program, this is one I like:

http://www.codeproject.com/tools/colour.asp

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000