View Single Post
# 6 15-08-2004 , 11:06 PM
Registered User
Join Date: Jul 2004
Location: Vancouver
Posts: 9
try inserting this statement at start of proc :

if (`window -exists crowdWin` == true)
deleteUI crowdWin;

BEFORE you define crowdWin in this statement:

window
-title "Crowd System"
-widthHeight 300 200
crowdWin;