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 » CView stuck at top left Collapse All
Subject Author Date
Brett Cook Oct 17, 2006 - 4:35 PM

Dear Support,

I have a standard SDI app with a frame, doc template, and view. When my app is initialized, the CView draws on the very top left of the main window, overlapping the menu bar and anything else in the top left. I am stumped as to why this is occuring. Any ideas would be greatly appreciated.

Technical Support Oct 18, 2006 - 7:57 AM

Please make sure that you correctly specified the window that is the parent of your view. It should be the main frame window. If the problem persists, please send us a test project so we can quickly find out what’s wrong.

Brett Cook Oct 23, 2006 - 12:27 PM

I was able to solve this problem by removing a second CView that I was creating. Now it works correctly, thank you.