Hi, can you tell me what is wrong with my window command?  As you can see that in the screenshot my window is extending too much. We can say if I drag that window from the corner (using that arrow) it will go to infinity. Any idea how to fix it?
This is the starting code of my script.
<br><div>  if ( `window -exists "nameWindow"` ) {</div><div>    deleteUI "nameWindow"; windowPref -remove "nameWindow";</div><div>    }</div><div>    </div><div>    // create a window with a menu bar</div><div>    window -title "3DGhost" -menuBar true -w 220 -h 200 "nameWindow";</div><div>    			</div><div>    </div><div>    			// two frame layouts will be laid out in a columna</div><div>    			columnLayout;</div><div>    	</div><div>    				</div><div>    				</div><div>    				{</div><div>        if ( `window -exists CgGhost` ) {</div><div>          deleteUI CgGhost;</div><div>    </div><div>    }</div>
 
            
Replies