Thread: BasicUI
View Single Post
04-30-14, 02:37 PM   #7
cokedrivers
A Rage Talon Dragon Guard
 
cokedrivers's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2009
Posts: 325
Originally Posted by Phanx View Post
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.
Well then I'm probably going to have to find another solution or see if some of the code I can figure out and add to my add-on. Because even when I disable my datatext module it still moves my target frame over my player frame. So in that aspect if some has this lib used for something else then it will still move the frame. I think it might have something to do with the scaling of the frame but as you know I m not a Luna programmer just a guesser.

Thanks for the heads up.

Coke
  Reply With Quote