View Single Post
01-10-18, 12:57 AM   #2
myrroddin
A Pyroguard Emberseer
 
myrroddin's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 1,240
They should still respond, yes. Hiding is exactly that –– not making it visible, whereas unregistering an event is exactly how it sounds. Hiding and unregistration are two separate things altogether.

Case in point, think about how an event handler frame is created:
  1. Create the frame
  2. Register event(s) on the frame
  3. Set a script handler on the frame
  4. Hide the frame
Widgets operate the same way.
  Reply With Quote