View Single Post
10-11-11, 04:01 PM   #10
Torhal
A Pyroguard Emberseer
 
Torhal's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2008
Posts: 1,196
Ok, I looked at the code: TellMeWhen dynamically creates its group frames when they're needed. Your best bet is to hook "TMW:Group_Update()" (which is where the group frames are created) and check for the existence of that frame when it is called. However, are you absolutely sure you'll always need Group44? Since the creation is dynamic, the contents may be anything.
__________________
Whenever someone says "pls" because it's shorter than "please", I say "no" because it's shorter than "yes".

Author of NPCScan and many other AddOns.
  Reply With Quote