Jason Greer

Results 168 comments of Jason Greer

It has been requested in the past, for the moment you only have something like this: ```lua /run Dominos.Frame:ForFrame('extra', 'SetAndSaveFramePosition', point, x, y) /run Dominos.Frame:ForFrame('1-10', 'SetAndSaveFramePosition', point, x, y) ```

Yep, I plan on doing this.

Along with the built in alignment grid in the latest releases, I have a branch that snaps bars to the nearest vertex on the grid https://github.com/tullamods/Dominos/tree/snap-to-grid I still need to...

This is maybe something to consider for the next expansion (where they're revamping the UI)

It is not supported currently, but I'll look at implementing it.

No, not yet. This is more wrapped up in me implementing settings on a per bar level.

This now works `/run Dominos.Frame:Get(1):SetUnit("mouseover")` Running this will return to the normal behavior: `/run Dominos.Frame:Get(1):SetUnit("none")`

Try ``` #showtooltip /cast [btn:2]Conjure Water;Conjured Spring Water ```

Im pretty sure I replicated this on the stock action bars too, so it will be an interesting thing to fix