Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Command Bars
  New Posts New Posts RSS Feed - Bug in CXTPControl::SetPrompt Method ?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Bug in CXTPControl::SetPrompt Method ?

 Post Reply Post Reply
Author
Message
Sergey View Drop Down
Newbie
Newbie


Joined: 15 November 2004
Status: Offline
Points: 18
Post Options Post Options   Thanks (0) Thanks(0)   Quote Sergey Quote  Post ReplyReply Direct Link To This Post Topic: Bug in CXTPControl::SetPrompt Method ?
    Posted: 14 May 2006 at 11:25am

I want to set both caption and description for CXTPControl (menu item) using the following method (as described in the Help):

pMyControl->SetPrompt("My Caption\nMy Description");

As a result of the method execution the menu item caption appears as "My Description" (instead of "My Caption") while a status bar contains text "My Caption" (instead of "My Description").

What is wrong?

Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 14 May 2006 at 3:41pm

Hello,

It is bug in help :(

use pMyControl->SetPrompt("My Description\nMy Caption");

Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.125 seconds.