• 0

    posted a message on ChocolateBar, do you like chocolate?
    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.
    Posted in: Data Broker AddOns
  • 0

    posted a message on Changes to the LibBabble Libraries - Translators Read!
    Quote from neaves
    Any chance of a LibBabble-CreatureFamily?


    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.
    Posted in: Libraries
  • 0

    posted a message on Errors after moving from r931 to r932
    Ahh, looks like those pointers were intentionally removed (see ticket 136). I'll have to work out some other way of doing what I need.
    Posted in: Ace3
  • 0

    posted a message on Errors after moving from r931 to r932
    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?
    Posted in: Ace3
  • 0

    posted a message on LibQTip
    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.
    Posted in: Libraries
  • To post a comment, please or register a new account.