Help

DoubleWideTradeSkills

Professions Login to Add Favorites
  • 1 Like
  • World of Warcraft
  • 54,939 Downloads
  • Supports: 4.2
  • 20 Average Daily Downloads
  • Comments
  • Created 10/19/2008 2:24:59 PM
  • Updated 6/29/2011 8:46:47 PM
  • 330 Favorites
  • Project Site
  • License: BSD License
  • Release Type: Release
  • Newest File: v1.1.2
or

About DoubleWideTradeSkills

Make the trade skill windows DoubleWide

No configuration is needed (or possible.) Just loading the addon will make your trade skill windows (and any linked that you view) DoubleWide.

Inspired by DoubleWide

------------------------------------------------------------------------
r18 | ghunor | 2011-06-30 01:46:46 +0000 (Thu, 30 Jun 2011) | 1 line
Changed paths:
   A /tags/v1.1.2 (from /trunk:17)

v1.1.2
------------------------------------------------------------------------
r17 | ghunor | 2011-06-30 01:45:28 +0000 (Thu, 30 Jun 2011) | 1 line
Changed paths:
   M /trunk/DoubleWideTradeSkills.toc

Version 1.1.2
------------------------------------------------------------------------

Comments

First Previous Page 1 of 3 Next Last
  • #36
    To make the crafting frame movable you can add the following code to the top
    of the DoubleWideTradeSkills.lua file *after* the first line:

    function TradeSkillFrame_MakeDouble()

    And, *before* the second line:

    TradeSkillFrame:SetAttribute("UIPanelLayout-width", 695) --orig 384

    ===============================================================================
    --Enable frame dragging.
    TradeSkillFrame:SetMovable(true)
    TradeSkillFrame:EnableMouse(true)
    TradeSkillFrame:SetScript("OnMouseDown",function() TradeSkillFrame:StartMoving() end)
    TradeSkillFrame:SetScript("OnMouseUp",function() TradeSkillFrame:StopMovingOrSizing() end)

    ===============================================================================

    The first ten lines of the DoubleWideTradeSkills.lua file should appear as follows:

    ===============================================================================
    function TradeSkillFrame_MakeDouble()
    --Enable frame dragging.
    TradeSkillFrame:SetMovable(true)
    TradeSkillFrame:EnableMouse(true)
    TradeSkillFrame:SetScript("OnMouseDown",function() TradeSkillFrame:StartMoving() end)
    TradeSkillFrame:SetScript("OnMouseUp",function() TradeSkillFrame:StopMovingOrSizing() end)

    TradeSkillFrame:SetAttribute("UIPanelLayout-width", 695) --orig 384

    TradeSkillFrame:SetWidth(695)
    ===============================================================================

    Save the file. Run the game. Your mileage may vary, but probably won't. ;)


  • #35
    No changes were needed for 4.1. Let me know if anyone sees any bugs.
  • #34
    Glad to see you have a remake. I had already fixed this for my guildie right when 4.0.1 came out and I decided I'd update this for anyone that needs.
  • #33
    Remake/replacement is done!

    http://wow.curse.com/downloads/wow-addons/details/tinywidetradeskills.aspx
  • #31
    Just as a heads-up:

    I've been working a bit on this in my spare time. With the new 4.0 trade skill frame stuff, this addon essentially has to be rewritten from the ground up (it's not just a simple "find-and-replace" job). Also, the Blizz UI has been fighting me all the way.

    Hopefully I'll get this figured out soon. Just wanted to let you know that *someone* has picked up the ball. ;)
  • #32
    Awesome cant wait as i hate the small window
  • #30
    Is there any news if this one is going to be updated to Cataclysm?
    Both addons to simply have a bigger TradeSkill window are now not working anymore (TradeSkill HD and this one), see below for error when opening TradeSkillWindow in DoubleWideTradeSkills:

    Message: ...dOns\DoubleWideTradeSkills\DoubleWideTradeSkills.lua:289: attempt to index global 'TradeSkillInvSlotDropDown' (a nil value)
    Time: 10/21/10 14:32:43
    Count: 1
    Stack: ...dOns\DoubleWideTradeSkills\DoubleWideTradeSkills.lua:289: in function `TradeSkillFrame_LoadUI'
    Interface\FrameXML\UIParent.lua:880: in function
    [C]: in function `CastSpell'
    Interface\FrameXML\SpellBookFrame.lua:408: in function `SpellButton_OnClick'


    Locals: oldTradeSkillsDisplayed = 8
    regions = {
    1 = TradeSkillFrameBg {
    }
    2 = TradeSkillFrameTitleBg {
    }
    3 = TradeSkillFramePortrait {
    }
    4 = TradeSkillFramePortraitFrame {
    }
    5 = TradeSkillFrameTopRightCorner {
    }
    6 = TradeSkillFrameTopLeftCorner {
    }
    7 = TradeSkillFrameTopBorder {
    }
    8 = TradeSkillFrameTitleText {
    }
    9 = TradeSkillFrameTopTileStreaks {
    }
    10 = TradeSkillFrameBotLeftCorner {
    }
    11 = TradeSkillFrameBotRightCorner {
    }
    12 = TradeSkillFrameBottomBorder {
    }
    13 = TradeSkillFrameLeftBorder {
    }
    14 = TradeSkillFrameRightBorder {
    }
    15 = TradeSkillFrameBtnCornerLeft {
    }
    16 = TradeSkillFrameBtnCornerRight {
    }
    17 = TradeSkillFrameButtonBottomBorder {
    }
    18 = TradeSkillFrameTabardBackground {
    }
    19 = TradeSkillFrameTabardEmblem {
    }
    20 = TradeSkillFrameTabardBorder {
    }
    21 = TradeSkillHorizontalBarLeft {
    }
    22 = {
    }
    23 = TradeSkillFrameDummyString {
    }
    }
    region = {
    0 =
    }
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) =
    (*temporary) =
    (*temporary) = 0
    (*temporary) = 1
    (*temporary) =
    (*temporary) =
    (*temporary) = 0
    (*temporary) = "RIGHT"
    (*temporary) = "attempt to index global 'TradeSkillInvSlotDropDown' (a nil value)"
    oldTradeSkillFrame_LoadUI = defined @Interface\FrameXML\UIParent.lua:295
    SingleWideTradeSkillFrame_SetSelection = defined @Interface\AddOns\Blizzard_TradeSkillUI\Blizzard_TradeSkillUI.lua:310
    TradeSkillFrameHDivLeft = TradeSkillHorizontalBarLeft {
    0 =
    }
    TradeSkillFrameHDivRight = {
    0 =
    }
    TradeSkillFrameTopLeftTexture = nil
    TradeSkillFrameTopRightTexture = nil
    DoubleWideTradeSkillFrameBottomTexture = {
    0 =
    }
    TradeFrame_OnEvent = defined @Interface\AddOns\DoubleWideTradeSkills\DoubleWideTradeSkills.lua:212
  • #29
    please update this
  • #27
    Oh how I wish this addon would be updated for Cata...tradeskill windows won't even open with this addon in the new patch, and I don't want Advanced Tradeskill Window because it's WAY too complex.
  • #28
    You and me both. Addons like this have made me consider taking up how to write addons. This one definitely needs to be updated for 4.0.1.
  • #25
    this is great addon just one thing what it makes perfect
    on the bottom right should be some description about the appointed skill like: "Bold Cardinal Ruby: +20 Strenght"
  • #24
    superb addon, and it still works but it would be nice if someone could update it
  • #23
    I love the idea of this addon but actually it doesn't work while trading. I am an Enchanter and can not open the Enchantwindow without canceling the trade.
    Anyone else here with the same problem or am i the only one?

    Thanks for help
  • #26
    I have the exact same Problem. My Workaround is that i deactivated it on my Enchanter but i don't know any other Addon that is so simple and works.
  • #20
    Don't you update it at Curse anymore? Wowinterface has v 1.01 as of 20 July.
  • To post a comment, please login or register a new account.
Learn how to disable ads
Learn how to disable ads
Login to Curse

Don't have an account? Create One.

Get an epic experience with Curse Premium
  • Faster Addon Downloads
  • Premium-Only Beta Giveaways
  • Ad-Free Curse.com Experience
  • Premium Curse Client
  • and many More Features
  • Learn More »

Minecraft 3D Print Giveaway

Enter Now!