View Single Post
05-10-12, 11:11 PM   #7
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
That's because only the first frame exists when the addons load (eg. one frame for yourself, since the game doesn't yet know you're in a group).

You need to figure out what Grid's equivalent of :RegisterFrame is, and adjust the code accordingly. This is the function that is called when a new frame is created, and adds all of the visible elements (such as the frame's backdrop) and indicators to the frame.
  Reply With Quote