View Single Post
08-17-09, 04:50 PM   #6
Akryn
A Firelord
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 479
If that's the case then nUI isn't watching for other addons that call NotifyInspect. Unfortunately, the inspect system assumes that only one addon or the Bliz UI will use it at a time, so if one addon requests talent data, and then another addon requests talent data before the first request comes back, the only answer that comes back will be the second one. There is no indication other than the talents themselves which class or player the response is for; so really the only good solution is to secure hook NotifyInspect, and if you weren't the one that called it, ignore the next result and try again (possibly after a backoff delay).