Hi All!I have the big problem with docking layout. As You know docking controls are docked by the same way (rectangle layout): i.e. VERTICAL docking controls are between HORIZONTAL - see the picture below.---|...T...||---| T - top|..|...|..| L - left|L|...|R| R - right|..|...|..| B - bottom|---|...
Hi:Someone wrote this code and he left the company... and I am trying to change the behavoir of the docking window...In the code it is passing the parameters: unDock = AFX_IDW_DOCKBAR_RIGHT;... and then call wnd->EnableDocking( CBRS_ALIGN_ANY ); DockControlBarEx( wnd, unDock );//, 0, 0, (float)...
I have been using the sizable docking window as supplied by MarkConway. I have just upgraded to VC++ 6.0 and it seemsto no longer be working, my software just crashed with virtually nodebug info apart from an indication on the stack that the problem was inthe MRXEX42d.dll file. After some tests I t...
I have a window docked to the desktop (like the start bar) but when I close it the desktop stays the same. When you maximize programs instead of going full screen they go only up to where my program was. If you get what I mean :). Is there a way to restore the desktop?...
Hi,I need to keep track of the size of my MDI mainframe window. I also have toolbars that can dock and so forth. It seems that when a toolbar is docked from floating the mainframe window client area size is changed. However, when I map OnSize() in my MainFrm class, I'm not sent an OnSize mes...
Hello,I am developing with Visual C++ 2005 Express Edition and I would like to know how to see z-wheel events of the mouse in order to change the focus of a component on my visual interface.That is to say, I have the focus on Textbox1 and when an z-wheel event come, the focus will pass at the ...
Hello,I have a problem with the ZOrder of MDI-Children.I create MDI-Children, the order is OK.Sometimes the MDI-Child has an additional Frame - but not an MDI-Child:-------- ZORDER -> MDI-A MDI-B -add-Frame-B1 The next created Child-Frame is in the ZOrderabove MDI-B, but under add-F...
Hi!When you create a window, the application adds it to a stack. The first window overlaps all the others.Is it possible to access to this list?Or how add in a "Windows" menu the list of the openned windows?Thanks in advanceSandrine...
I declare pInfo->SetMaxPages(2) and when I preview my document at 100%, everything looks great. However, when I zoom on page 2, I see nothing, but when I zoom out, I see the document. What can I do to resolve this? Page 1 zooming works great!Any response any one can give me will be greatly apprec...
below is my coding,i'm facing the zoom problem.i've tried to use the serveral methods- glScalef(),glFrustum(),gluPerspective() and glOrtho(),but not working.how i would do about this.void ChangeSize(int w, int h){GLfloat lightPos[] = {-50.0f, 50.0f, 100.0f, 1.0f};GLfloat nRange = ...
Is it possible to increase the zooming in the print preview window? If it is possible I would also like about 5 or 6 zoom steps instead of 3.Anders Windelhedanders.windelhed@rektron.se...
I needed to zoom in my view, so I used SetScrollSizes (MapingMode, CSize) and increased x and y data members of CSize several times. My program works, but VERY slowly. What can I do?...