View Single Post
06-14-10, 02:43 AM   #18
Chimaine
A Deviate Faerie Dragon
 
Chimaine's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 17
Originally Posted by yssaril View Post
then you are using global variables and have to make sure that you give each frame a very unique name.
Not that difficult. Having your addon's name as a prefix is often enough.

If you register different types of Events to different frames, you have to create an OnEvent handler for each frame. I don't see one here, but maybe you create the handler elsewhere...
Also, maybe I'm still asleep, but does :RegisterEvent() not only have one arg?
__________________
Author cAddOns
Chimaine on EU-Destromath.

ATTN! A german writing english!

Last edited by Chimaine : 06-14-10 at 02:45 AM. Reason: Added
  Reply With Quote