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 General Discussion » CExtStatusControlBar flickers too much Collapse All
Subject Author Date
Dmitri Zhukov Mar 16, 2004 - 9:48 AM

I need to dynamically change status bar panes (add or remove) according to user requests. So I do call RemovePane and then AddPane and SetPaneWidth like this.

for(j=ATOM_OPTIONS_COUNT-1;j>=0;--j)
{
...
BOOL bRs = m_wndStatusBar.RemovePane(nID);
}

for(j=ATOM_OPTIONS_COUNT-1;j>=0;--j)
{
..
BOOL bRes = m_wndStatusBar.AddPane(nID, i);
m_wndStatusBar.SetPaneWidth(i, m_infoPane[j].width);
}

The problem is the status bar flickers heavily on that operation.

Technical Support Mar 16, 2004 - 11:39 AM

Dear Dmitri,

The bug with a flicker effect in the Prof-UIS status bar had been fixed just before Prof-UIS 2.24 and Prof-UIS 2.23 Freeware were released. We will send you the ExtStatusControlBar.h and ExtStatusControlBar.cpp files by e-mail. If the problem persists, please let us know.