View Single Post
05/12/14, 01:43 PM   #2
ingeniousclown
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 122
Originally Posted by CrazyDutchGuy View Post
I have a bunch of unnamed control windows in my TopLevelControl. Depending on the situation the controls are different, but the TopLevelControl and it's background remain the same. How can i destroy these control elements nicely ?
First off, how did you end up with unnamed controls? I wasn't aware that this is even possible.

Second, you can not destroy controls. Once they're created, they exist until you reloadui. You should aim to re-use controls as much as you feasibly can.
  Reply With Quote