Ackis Recipe List

1417 - MrTrader frame support

Using version: 2.2.12

Please add MrTrader TradeskillFrame support to show Scan button.
I could make it happen by adding the following lines in Core.lua; addon:CreateScanButton()

elseif _G.MRTSkillFrame then
    scan_button:SetParent(_G.MRTSkillFrame)
    scan_button:ClearAllPoints()
    scan_button:SetPoint("RIGHT", _G.MRTSkillFrame, "LEFT", 4, 0)
    scan_button:SetWidth(scan_button:GetTextWidth() + 10)
    scan_button:Show()

The only problem is, that the Scan button does not appear on the first tradeskill window opening, but does after that. Maybe the MrTrader window is initialized after ALR, but still it suits me this way, so I won't hunt the problem... maybe you would.

Keep up the good work!
inti

User When Change
inti Jan 06, 2012 at 10:01 UTC Create

You must login to post a comment. Don't have an account? Register to get one!

Facts

Reported
Jan 06, 2012
Status
New - Issue has not had initial review yet.
Type
Enhancement - A change which is intended to better the project in some way
Priority
Medium - Normal priority.
Votes
0

Reported by

Possible assignees