p3lim-wow / ExtraQuestButton

An extra button for quest items!
Other
14 stars 1 forks source link

Configuration in Tukui? #88

Open vttale opened 6 months ago

vttale commented 6 months ago

I don't know whether it's Tukui that needs some modification (probably) or something that ExtraQuestButton can handle, but using Edit mode I don't see any way to interact with the button's location or options. Other interface elements are movable, but the extra quest button just floats in the middle of my screen with no highlighting, no moveable frame, and no options panel underneath.

I hoped /eqp would help, but alas it just says to use edit mode.

As for the options panel, since the default place to look for addon options is in the Options menu, could you also add access to the options portion there without needing to be in edit mode? Finding options in edit mode is unlike anything else in the interface.

I realize this wouldn't help my situation with wanting to move the button, but at least it would be the consistent place to find options, and you could even put a comment there above the reset position button that says "use edit mode to move the button" instead of having people wonder whether some other magic of right click and/or modifiers can enable dragging it (since many other addons use a non-edit-mode method of frame movement).

Thanks very much for the addon. I've used it for a very long time now and have always appreciated the convenience. It's only since 10.2.5 that the button moved to the dead center of my screen and I'd just like to move it back to where it was.

p3lim commented 6 months ago

Try (re)moving your WTF/Account/xxx/SavedVariables/ExtraQuestButton.lua and see if that helps, I'm unable to replicate this.

If it does, I'd like to see what the old contents were.

vttale commented 6 months ago

I haven't been able to test out resetting it yet, but here's the current contents. It's interesting and amusing to me that it already mentions Tuk Sadness...

ExtraQuestButtonDB3 = {
    ["profiles"] = {
        ["Modern"] = {
            ["artworkAlpha"] = 1,
            ["noCooldownText"] = false,
            ["trackingOnly"] = false,
            ["position"] = {
                ["y"] = 156.5003509521484,
                ["x"] = -2.50006103515625,
                ["point"] = "BOTTOM",
            },
            ["artworkStyle"] = "Default",
            ["zoneOnly"] = false,
            ["distanceYd"] = 1000,
            ["scale"] = 1,
        },
        ["No Tuk Sadness"] = {
            ["artworkAlpha"] = 1,
            ["artworkStyle"] = "Default",
            ["trackingOnly"] = false,
            ["position"] = {
                ["y"] = 0,
                ["x"] = 0,
                ["point"] = "CENTER",
            },
            ["scale"] = 1,
            ["distanceYd"] = 1000,
            ["zoneOnly"] = false,
            ["noCooldownText"] = false,
        },
    },
}

"Sadness" does not appear to come from any .lua files in my current AddOns folder though, so this does appear to be obsolete. I will report back after I am able to test.

vttale commented 5 months ago

Okay, sorry for the delay in following up. It's been crunch time around work. Anyway, I deleted the SavedVariables file for ExtraQuestButton and configuration./movement still does not show up in EditMode. The button is frustratingly still in the middle of the screen. Though I guess I can manually edit the position variable and any other settings, it'd still be much better to have access to those things in-game.

ardCOR3 commented 4 months ago

Hi im having the same issue, it doesn't move... disabled all other addons retail

ardCOR3 commented 4 months ago

Also /click ExtraQuestButton doesnt work either

p3lim commented 4 months ago

@hardCORE1234421 what do you get from this? no need for the whole output, just screenshot the top of it:

/dump ExtraQuestButton