I haven't been able to find much on this. I'm creating a simple app in Carbide C++ that has multiple views. I did something similar to the Multiviews example in SDK but I still get this error. I'm simply trying to switch views. The switching is fine, I know how to do that, but I have a drawing problem. When the view opens, and the container is drawn, it doesn't draw over the entire client rectangle. I look at the TRect that is passed to my container's draw function and it's 176x124 which will leave a bit of area that is not drawn over and I see the screen that is behind my app (the task list). I know that the Draw function should be getting 176x144. Anyone have an idea why the Draw function is getting the smaller TRect. I've looked at how I set up the view and I have the same code as in the SDK examples. Please help!!!



