Update of /src/master/dx/src/uipp/dxuilib
In directory opendx.watson.ibm.com:/tmp/cvs-serv8762
Modified Files:
ControlPanel.C
Log Message:
Update to fix the initial opening of a developer control panel. This panel
should not contain the CommandArea, ie it should be unmanaged initially.
Initialize for a control panel calls it's parent initialize which auto-
matically always manages all parts of a window (menu bar, work area, and
command area). So after the panel is initializaed, the command area needs
to be unmanaged. This is done with a quick check to see if the command
area exists, if so unmanage it. All further calls to change this if
not in developer style are done through a separate function call. Even
if the control panel is to come up initially in non-developer style, the
function to re-manage the command area is called.