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 » Size bug in CExtMiniDockFrameWnd Collapse All
Subject Author Date
Raffaele Cappelli Mar 7, 2006 - 7:21 AM

Hello,

some time ago I submitted a but related to CExtMiniDockFrameWnd resize and you provided a fix. I have just noted that the problem is not fully solved.

To reproduce the behaviour:


1) at the end of CMainFrame::OnCreate(), add buttons to make the toolbar very large:

for (int k=0;k<10;k++)
m_wndToolBar2.InsertButton(-1,ID_VIEW_LIKE_STUDIO_2005);


2) move the floating toolbar to the left so that most of it is outside the left border of the screen


3) drag its right border to make it layout as a single row.


What happens (at least here on my PC) is that the window start looping between the full width and the width that CExtMiniDockFrameWnd::OnTimer(5) attempts to set. Would it be possible to force the floating control bar to wrap into two or more lines in those cases?



Technical Support Mar 7, 2006 - 10:27 AM

We fixed this bug. Thank you. Please download an updated Prof-UIS 2.53 from our ftp site.