Main frame not redrawing correctly |
Post Reply |
Author | |
Graham
Groupie Joined: 12 May 2003 Location: United Kingdom Status: Offline Points: 23 |
Post Options
Thanks(0)
Posted: 21 May 2003 at 10:00am |
Using the GUID_VisualStudio7 project as an example. Undock the worksapce window containing the solution explorer window etc. Select the "Solution" tab. Switch to another application (full screen would be best) e.g. Visual Studio. Then switch back to the app, and the main frame is not redrawn, or is not brought to the front. I have tried to use the submit bug report section of your website, but when submitting the bug an error is returned : "resource not found". Regards, Graham Hammell P.S. I like the new docking windows. It was relatively easy to convert my existing app from using CXTDockWindow etc to the new docking windows. |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Thank you for your suggestion. You can make the following to fix it: (or wait next version) in XTPToolbar.cpp change the following function: LRESULT CXTPToolBar::OnFloatStatus(WPARAM wParam, LPARAM) if (m_barPosition != xtpBarFloating || !m_bVisible) if ((wParam & FS_DEACTIVATE) && !IsTopParentActive()) return lResult;
CXTPControlComboBox::CXTPControlComboBox(void) |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |