m
Move page script moved page API SetWhoToUI to WoW:API SetWhoToUI without leaving a redirect
m (→Notes: some formatting, and code changes to accomodate those who will copy/paste and want the code to work) |
m (Move page script moved page API SetWhoToUI to WoW:API SetWhoToUI without leaving a redirect) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 30: | Line 30: | ||
:'''Note - Hooking FriendsFrame's OnEvent handler is a really bad idea''', because FriendsFrame contains the raid tab. This would likely cause you a lot of problems with the new secure framework. Using FriendsFrame:Hide() is also probably not a good idea unless you're absolutely sure when your code is going to be run. Otherwise, you may inadvertantly hide the FriendsFrame when the player is using it. | :'''Note - Hooking FriendsFrame's OnEvent handler is a really bad idea''', because FriendsFrame contains the raid tab. This would likely cause you a lot of problems with the new secure framework. Using FriendsFrame:Hide() is also probably not a good idea unless you're absolutely sure when your code is going to be run. Otherwise, you may inadvertantly hide the FriendsFrame when the player is using it. | ||