Custom message disappears from Status Bar |
Post Reply |
Author | |
Sergey
Newbie Joined: 15 November 2004 Status: Offline Points: 18 |
Post Options
Thanks(0)
Posted: 24 August 2005 at 3:34am |
When user clicks a button on a toolbar we display a message in the Status Bar. However when user moves the mouse out of the button this message disappears because it is changed to "Ready" so the user can not read the message. It should be noted that MFC does not change Status Bar text. To ensure that I created an MDI MFC application with the Wizard, changed the content of 'OnAppAbout()' method to: CMainFrame * pFrame = DYNAMIC_DOWNCAST(CMainFrame,::AfxGetMainWnd()); Build and run the application, click "?" button and move the mouse out of the button. The Status Bar text was not replaced! How to allow the user to read a custom message in the Status Bar? |
|
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 |