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 » StatusBar question Collapse All
Subject Author Date
tera tera Jun 21, 2009 - 10:19 PM

Hello.


Information cannot display it in the status bar.

If there is a good method, please teach it.


tera tera Jun 28, 2009 - 10:42 PM

I want to fix the width.

When a message cannot display it

I want to start the automatic scroll of the message


 




Is not there any good suggestion?

Technical Support Jun 30, 2009 - 6:05 AM

This should be implemented as a custom drawn CWnd-based window created as a child of the status bar and attached to a status pane.

Technical Support Jun 23, 2009 - 8:30 AM

Please try this:

CStatusBar & wndStatusBar = . . . // or CExtStatusControlBar - not important
      wndStatusBar.GetStatusBarCtrl().SetMinHeight( 50 );