Thread: BasicUI
View Single Post
04-30-14, 01:12 PM   #6
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Originally Posted by cokedrivers View Post
I was able to fix my issue by marking out the frames I didn't want Jostle to move in the lib file itself.
That's not a good solution, as if the user has any other addons installed that use the same lib, your modified version may get overwritten, or may overwrite the other version, and either way will result in one addon not getting the functionality it expects. If you don't want Jostle to move the frames at the top of the screen, just don't call the RegisterTop method to tell it to move frames at the top of the screen.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote