BankStack

28 - number of pending moves is no longer shown in the LDB launcher

What steps will reproduce the problem?
1. sort anything big like a guild bank
2.
3.

What is the expected output?
the LDB launcher used to display the amount of moves left till the sort is complete

What do you see instead?
nothing

What version of the product are you using?
r196 /// choclate and statsblockcore

Do you have an error log of what happened?

Please provide any additional information below.

User When Change
Kemayo Aug 12, 2011 at 15:06 UTC Changed status from New to Fixed
essmene Nov 27, 2010 at 16:36 UTC Create

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

  • 6 comments
  • Avatar of essmene essmene Feb 02, 2011 at 15:23 UTC - 0 likes
    --- ldb.lua~    2011-02-02 15:24:29.687500000 +0100
    +++ ldb.lua     2011-02-02 15:27:18.265625000 +0100
    @@ -49,7 +49,8 @@
     
     local ldb = LibStub:GetLibrary("LibDataBroker-1.1")
     local dataobject = ldb:GetDataObjectByName("BankStack") or ldb:NewDataObject("BankStack", {
    -       type = "launcher",
    +--     type = "launcher",
    +       type = "data source",
            label = "BankStack",
            icon = [[Interface\Icons\INV_Misc_Shovel_01]],
     })
    
  • Avatar of essmene essmene Jan 21, 2011 at 00:38 UTC - 0 likes

    I think i found it: ldb.lua:

    local dataobject = ldb:GetDataObjectByName("BankStack") or ldb:NewDataObject("BankStack", {
    	type = "launcher",
    	label = "BankStack",
    	icon = [[Interface\Icons\INV_Misc_Shovel_01]],
    })
    

    It registers itsself as a launcher, thus it "just" should fire an action on click.

    But since it does also provide information it should be data provider: LDB spec Example launcher vs. data provider

    local dataobj = ldb:NewDataObject("myFPS", {type = "data source", text = "75.0 FPS"})
    
    Last edited Jan 21, 2011 by essmene
  • Avatar of cag_dk cag_dk Jan 17, 2011 at 07:47 UTC - 0 likes

    Doesn't show in DockingStation either.

    BankStack r198

    DockingStation 0.4.7 beta

  • Avatar of essmene essmene Nov 28, 2010 at 23:58 UTC - 0 likes

    hm - ok choclate does show the stackcount statsblockcore does not.

    Now i need to findout why. Once there was a problem with launcher vs. datasomething. i'll try to find something usefull.

  • Avatar of Kemayo Kemayo Nov 27, 2010 at 19:36 UTC - 0 likes

    Nope, still works for me on Chocolate.

  • Avatar of Kemayo Kemayo Nov 27, 2010 at 19:33 UTC - 0 likes

    I'll admit that I've only been watching it on the ldb slot in Bagnon, but it's working there. I'll go see if I can reproduce on Chocolate.

  • 6 comments

Facts

Last updated
Aug 12, 2011
Reported
Nov 27, 2010
Status
Fixed - Developer made requested changes. QA should verify.
Type
Defect - A shortcoming, fault, or imperfection
Priority
Medium - Normal priority.
Votes
0

Reported by

Possible assignees