by VAD_Support » Thu Feb 11, 2010 2:27 pm
Maybe you resized the window to make its size = 0.
Try renaming the file "%AppData%\3CX Voice Application Designer\3CX Voice Application Designer.layout" to something else. Then, the default layout should be loaded.
If you don't want to load the default layout, you may try changing it manually with a text editor. For example, this is the Debug window section in that file when you resize it to 0:
<DockingControlData>
<DockedDimension>0</DockedDimension>
<Cancelled>false</Cancelled>
<DockingType>Bottom</DockingType>
<Title>Debug</Title>
<FloatingBounds>
<X>0</X>
<Y>0</Y>
<Width>0</Width>
<Height>0</Height>
</FloatingBounds>
<AutoHide>true</AutoHide>
<DockingIndex>2</DockingIndex>
<PanelIndex>0</PanelIndex>
</DockingControlData>
You can change DockedDimension to 200 this way:
<DockedDimension>200</DockedDimension>
Let me know if this works for you.