View Single Post
06-03-18, 05:04 PM   #2
MunkDev
A Scalebane Royal Guard
 
MunkDev's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2015
Posts: 431
Lua Code:
  1. AceGUI:Release(widget)
Use this to return them to the object pool.

My personal solution to generating/setting up a crap ton of frames is to use a coroutine that yields after a couple of frames, which gives the appearance of the data loading in chunks. It was the only way I could get it to not stall the game because of the large quantity of frames used for this particular use case.
__________________
  Reply With Quote