mel dock control error
Hi guys I am trying to do this dock control, but I am not quite sure if I am doing it right.
if (`dockControl -ex $dockedWindow`)deleteUI -control $dockedWindow;
global string $gMainWindow;
$tabLayout_1 = `tabLayout -parent $gMainWindow `;
$dockedWindow = `dockControl -l "UV_Texture_Editor_Panel" -allowedArea "all" -area "left" -content $tabLayout_1`;
TextureViewWindow;
control -e -p $tabLayout_1 polyTexturePlacementPanel1Window;
Last edited by morhshion; 07-12-2015 at 04:14 PM.
Reason: Spellcheck