Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » CExtGridCellColor Question Collapse All
Subject Author Date
tera t May 21, 2008 - 2:38 AM

Hello.


I want to change English message for a Japanese message.

Please teach a good method.


Technical Support May 22, 2008 - 4:17 AM

There is one problem with translating these color names into Japanese: The CExtGridCellColor::GetColorName() method is virtual in v.2.83, but not virtual in 2.82. You should mark it as virtual if you are using 2.82 or earlier, create your own CExtGridCellColor-derived class and implement this virtual method.

tera t May 22, 2008 - 3:20 AM

 


 


I copied a source and coped.


Thanks,