Hi,
I have a little problem and I am sure there is a very simple solution to it. All I want is for old windows to be closed when I execute the script. I broke the script down to the important parts, so hopefully someone can tell me what is missing:
string $mapWin;
if(`window -ex $mapWin`)
{
deleteUI -window $mapWin;
}
string $mapWin = `window -t "UV MAPPER V1.1"
-wh 350 400`;
columnLayout -adj true;
showWindow $mapWin;
Thank you.