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 » Maximized window bug Collapse All
Subject Author Date
Oliver Burkert Oct 3, 2007 - 5:44 AM

Using Windows XP and your sample applications with the Office 2007 theme, I get the following bug:

I maximize the application window, then I minimize it with <Windows>-D, then I restore it again with <Windows>-D. Now the window is slightly larger than it should be in maximized state and it overlaps with the task bar. Is this a known bug?.

Technical Support Oct 8, 2007 - 1:11 PM

We used the MDI sample for testing the AfxMessageBox()-related problem. We modified the CMDIApp::OnAppAbout() method in it so that a message box will be displayed instead of the modal About dialog:

void CMDIApp::OnAppAbout()
{
      ::AfxMessageBox( _T("This is AfxMessageBox().") );
}
We failed to see any location changes of the main frame window. Could you please send us a screenshot demonstrating the problem? Of course, if you demonstrate how to reproduce the problem using any of our samples, that would help us a lot.

Technical Support Oct 3, 2007 - 1:06 PM

We have already fixed this issue. The fix will be available in the next release soon.

Emmanuel Verguet Oct 5, 2007 - 7:09 AM

I think I have a similar problem : When my MDI is maximized, calling AfxMessageBox() change my window dimensions. I’m using v2.80 registered.