Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 enum with comma doesn't show full
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Sugar13
New Member

2 Posts

Posted - Jun 21 2012 :  01:36:06 AM  Show Profile  Reply with Quote
like this:

enum color
{
WHITE_COLOR = RGB (255, 255, 255),
BLACK_COLOR = RGB ( 0, 0, 0),
};

when my mouse touches symbol " WHITE_COLOR ", it just show:

WHITE_COLOR = RGB (255

this is not accurate, but i want it to show:

WHITE_COLOR = RGB (255, 255, 255)
or show:
WHITE_COLOR = 0x00FFFFFF
or simply show:
WHITE_COLOR = 16777215

please, how to solve this problem?

(my english level is just so-so...)

Edited by - Sugar13 on Jun 24 2012 01:57:14 AM

accord
Whole Tomato Software

United Kingdom
3287 Posts

Posted - Jun 21 2012 :  4:30:22 PM  Show Profile  Reply with Quote
I am seeing the same effect here. Thank you for the clear description:

case=67409
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000