codejock breaks GetMessageString ? |
Post Reply |
Author | |
Ark42
Senior Member Joined: 20 October 2003 Status: Offline Points: 291 |
Post Options
Thanks(0)
Posted: 16 April 2004 at 11:57pm |
I try something simple like: void CMainFrame::GetMessageString(UINT nID, CString &rMessage) const { rMessage = "blah"; } and normally this would make the status bar always say "blah" no matter what button or menu item you hover over, but with Codejock only items with blank string table entries seem to show up as "blah", the rest will use the string table entry directly, which is not what I want, I need to load the string table entry for the control, and translate it with an external function, then display it. |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
there is CXTPControl::SetDescription method, or you can catch WM_SETMESSAGESTRING, lparam contains (LPCTSTR)strDescription |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |