Option to minimize window...
Lirieth opened this issue ยท 7 comments
Had a crack at this already by hiding the locations list and shrinking the size of the JackJack window and I couldn't get it to work. The window would jump around on hide/show, and trying to set it programmatically didn't work (and it would override the player-set window position across sessions).
Possibly I could have the titlebar be a separate frame which is draggable and anchor the window content to the titlebar, both of which would have the WoW map set as the parent, then show/hide the content frame on title bar click. Possible issue is that the window content will no longer be draggable itself; might be inconsistent with the rest of WoW UI behavior. Probably also want to source a wider titlebar texture and a show/hide icon in the WoW files in this case.
No guarantees this will work or whether this will be added in the future.
Splitting the window into two frames works, so the title and searchbar are on its own frame separate from the contents frame, containing all the location buttons and stuff. You can't drag the entire JJ window with the contents frame though, but you can with the title frame, but this is minor.
When there's no search, the contents frame is hidden, which I think is pretty intuitive.
It still says "Showing first of 3000 possibilities" though, even when it's blank. Easy fix.
Thank you very much ๐ It's very kind of you to consider this option and spend your time implementing it :-)
This will make the use of this addon much more comfortable for a lot of people ๐
Feature branch is merged with master. JJ 1.7 is still in development, but if you're really desperate for this feature you can download the source code and put it in your addons folder manually.