libdogtags help error #3


  • New
  • Defect
Open
Assigned to ckknight
  • _ForgeUser1223391 created this issue Oct 16, 2008

    after typeing /dog to open the help page I get the following error in v3.1 (10/14/08)

    Message: ..\AddOns\CowTip\libs\LibDogTag-3.0\Help.lua line 403:
       attempt to call method 'SetTextFontObject' (a nil value)
    Debug:
       (tail call): ?
       [C]: SetTextFontObject()
       CowTip\libs\LibDogTag-3.0\Help.lua:403: getTreeLine()
       CowTip\libs\LibDogTag-3.0\Help.lua:956: OpenHelp()
       CowTip\libs\LibDogTag-3.0\Help.lua:1216: value()
       ..\FrameXML\ChatFrame.lua:3212:
          ..\FrameXML\ChatFrame.lua:3144
       [C]: ChatEdit_ParseText()
       ..\FrameXML\ChatFrame.lua:2911: ChatEdit_SendText()
       ..\FrameXML\ChatFrame.lua:2932:
          ..\FrameXML\ChatFrame.lua:2931
       [C]: ChatEdit_OnEnterPressed()
       [string "*:OnEnterPressed"]:1:
          [string "*:OnEnterPressed"]:1

  • _ForgeUser1223391 added the tags New Defect Oct 16, 2008
  • _ForgeUser1223391 posted a comment Oct 16, 2008

    from nailertn on the ace forums:

    In Interface\AddOns\PitBull\libs\LibDogTag-3.0\Help.lua change line 403 to:

    frame:SetNormalFontObject(GameFontHighlight)

    from

    frame:SetTextFontObject(GameFontHighlight).

  • _ForgeUser129136 posted a comment Jan 26, 2009

    from nailertn on the ace forums:

    In Interface\AddOns\PitBull\libs\LibDogTag-3.0\Help.lua change line 403 to:

    frame:SetNormalFontObject(GameFontHighlight)

    from

    frame:SetTextFontObject(GameFontHighlight).

    No longer works.


To post a comment, please login or register a new account.