View Single Post
05-19-10, 04:14 PM   #9
Grimsin
A Molten Giant
 
Grimsin's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2006
Posts: 990
Originally Posted by Haleth View Post
If you want to disable them, tried UnregisterAllEvents()?
Doing this causes problems with other elements of the bliz code. Not to mention these are functions erroring out so technically its not an event based problem as i would have to unregister every frame whos event script calls that function thus disabling half the interface.

somehow i need to stop all the functions involved with the position management nonsense. But still leave the animation system intact for the 3d model frames? because im pretty sure if i nuke the animation system for the action bars itll nuke the animation scripts needed for 3d models when i get to those again later... the animation system is linked into the frame management.... if you look at the code i posted i found those UIPARENT_MANAGED_FRAME_POSITIONS["CastingBarFrame"] = nil lines in other addons but they appear to do nothing. tried all sorts of methods of using it to.
__________________
"Are we there yet?"

GrimUI
[SIGPIC][/SIGPIC]

Last edited by Grimsin : 05-19-10 at 04:18 PM.
  Reply With Quote