quick statusbar question
-
I have now one hell of a project going, about 5 meg of source code alone. I have a small problem. (well honestly a few bugs) I cannot figure out why this is happening. I have docking control bars, like in the file, http://www.codeproject.com/docking/sizecbar.asp I also have a window that allows for me to have an outlock style control bar like on this page http://www.codeproject.com/miscctrl/outbar2.asp?target=outlookbar the problem is... when I dock a control bar at the bottom of the screen, it ends up under the status bar. Raising the status bar to the mid of the screen, what could I be doing wrong? And how can I prevent this? LOSTTWARE.com
-
I have now one hell of a project going, about 5 meg of source code alone. I have a small problem. (well honestly a few bugs) I cannot figure out why this is happening. I have docking control bars, like in the file, http://www.codeproject.com/docking/sizecbar.asp I also have a window that allows for me to have an outlock style control bar like on this page http://www.codeproject.com/miscctrl/outbar2.asp?target=outlookbar the problem is... when I dock a control bar at the bottom of the screen, it ends up under the status bar. Raising the status bar to the mid of the screen, what could I be doing wrong? And how can I prevent this? LOSTTWARE.com
After further review, I realized that other people using the Docking control bars were also haveing this same problem, with the docking control bar going under the status bar when it is on the bottom. Any one know of a way around this? LOSTTWARE.com
-
After further review, I realized that other people using the Docking control bars were also haveing this same problem, with the docking control bar going under the status bar when it is on the bottom. Any one know of a way around this? LOSTTWARE.com
It sames that u should initialize status bar before initializing ur docking views in CMainFrame::OnCreate(). I'm a student in China, and have been learning PC for 7 years. But till now, I'm still a learner.
-
It sames that u should initialize status bar before initializing ur docking views in CMainFrame::OnCreate(). I'm a student in China, and have been learning PC for 7 years. But till now, I'm still a learner.
Thank you, that worked. LOSTTWARE.com