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 » Bug in StatusBar? Collapse All
Subject Author Date
Daniel Tiedy Oct 30, 2003 - 6:08 PM

I would think that in the void CExtStatusControlBar::OnPaint() function what it should check each panes style for SBPS_NOBORDERS before the call to g_PaintManager->PaintControlBarBorders( dc, _pcbbd );

Technical Support Oct 31, 2003 - 8:16 AM

Dear Daniel,
CExtStatusControlBar is the simplest class in Prof-UIS: it just sets a background color and paints panes’ borders without any style analysis. That is enough for emulation of MS Office or Visual Studio .NET bars. It fits the requirements in 99 % cases. If you need a status bar that will analyze pane items, please let us know and we will send a ready-to-use solution by e-mail.