View Single Post
06-29-20, 09:27 PM   #1
hux4
A Kobold Labourer
Join Date: Jun 2020
Posts: 1
Dynamically adding and removing frames?

Hello! I'm new to creating addons and playing around with my first one. The bulk of my addon is a queue'ing system where players will be added to a queue and then a frame with their name / location / spot in queue will show up. As more people queue, more frames are added dynamically under the other frames.


I am wondering what the best way to approach this is? Ideally it would be an array of frames than are added one after another and then removed from the first spot onward. I know you cant "remove" a frame, so thats another thing I have to tackle.

Anyway, would appreciate any steering or ideas on how should I approach this.


Thanks.
  Reply With Quote