Dominos

Dominos

19M Downloads

Custom bar paging

Goranaws opened this issue ยท 8 comments

commented

I have my method functional. Right now, it needs to be integrated into the main addon options, but it's testable in game.

https://github.com/Goranaws/Dominos/blob/master/bars/barStates.lua

To use: click on the editbox, you can type what you want, or use the menu that will pop up. Clicking anything on the menu will build the state for you. once you have what you want to test, click the "+" and got to the paging menu on a bar.

commented

I still need to actually look at this.

commented

It's better that you hadn't before now, it was rather a mess before. I'm bad for making code soup...

commented

Just did some work on this. code is cleaner, and semi-integrated into the options panel. Right clicking the minimap button now brings it up with the main options. Needs some touch-up, and maybe a good bit of Tuller TLC.

commented

The addon menu bit doesn't actually work for me at the moment (I think its dependent on a dropdown menu implementation that's not there). I really need to draw out some mockups for what I want to help me figure out how I want it to look/function.

commented

Woops, forgot I'm using lib_uidropdownmenu... Had some bugs that it resolved. Deafult ui dorpdowns are leaky. I've continued working on it, so I'll post my current effort with lib_uidropdownmenu.

commented

Just to explain my implementation... My idea is that having the dropdown will assist people who aren't macro savy.

One thing I would like to add is the double check that the show states gives... It tells you via the chat window if your macros are good. I'd like to add that feature

commented

Just uploaded my latest. Everything should work as expected now.

commented

I'll try and look at it this weekend.