Related to the above, is there actually a way to force the icon for a plugin to be hidden when it's displayed in ChocolateBar? Some plugins provide this in their options but many don't. Being able to switch them off on a per-plugin basis from the data broker itself would be really helpful. I've noticed that ChocolateBar provides an option to turn off the text of a plugin, but I haven't been able to find an option to turn off the icon.
My addon creates a standard AceGUI Frame and then does some modification - it resizes the Close button and status bar to make room for an extra button, hides the Sizer widgets and adds OnEnter/OnLeave events to the status bar.
After upgrading to r932 access to frame.closebutton, frame.statusbg and the frame.sizer_x objects has been removed, so I'm guessing you don't want people to do that sort of thing. Are there functions I should be using instead, or am I supposed to build the frame from scratch if I want to make those sort of changes?
This might be nothing at all, but I was looking through the 3.3.0 patch notes and saw the following:
WIDGET API: REGION
* NEW - isOver = region:IsMouseOver() -- Tests whether the mouse is over the region, replaces the MouseIsOver FrameXML lua function.
From what I can see, LibQTip uses the MouseIsOver function in AutoHideTimerFrame_OnUpdate(). Is this change going to cause problems? Unfortunately I don't have the PTR build installed or I'd test it myself.
0
0
I'd also find this incredibly useful. I have some of the translations for deDE, zhTW and zhCN already but am missing plenty of them.
0
0
After upgrading to r932 access to frame.closebutton, frame.statusbg and the frame.sizer_x objects has been removed, so I'm guessing you don't want people to do that sort of thing. Are there functions I should be using instead, or am I supposed to build the frame from scratch if I want to make those sort of changes?
0
WIDGET API: REGION
* NEW - isOver = region:IsMouseOver() -- Tests whether the mouse is over the region, replaces the MouseIsOver FrameXML lua function.
From what I can see, LibQTip uses the MouseIsOver function in AutoHideTimerFrame_OnUpdate(). Is this change going to cause problems? Unfortunately I don't have the PTR build installed or I'd test it myself.