View Single Post
  #2  
Old 11-18-2008, 03:08 PM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
Methinks you could use an md5 hash to insure a unique name for the gui control, then just use your object variables to point to it.
PHP Code:
temp.controlname md5(timevar2);
new 
GuiWindowCtrl(temp.controlname) {
  
thiso.windowctrl this;
  
// blah
}
this.windowctrl.visible true
__________________
Reply With Quote