Makes your chat edit box movable and saves the location!
Many thanks to Moron for their excellent code in StickyChatWindow, which all of the location saving is from!
Known Caveats!
I cannot for the life of me get rid of the extra space at the bottom of the chat window like I could in BottomsUp. I am so at a loss as to how to fix this! So, please, if you have code or even an idea that might work to fix the chat window to act as it does in BottomsUp, PLEASE drop me a line, comment, ticket, etc...
- 1 comment
- 1 comment
Facts
- Date created
- 30 Oct 2008
- Category
- Last update
- 30 Oct 2008
- Development stage
- Abandoned
- Language
- enUS
- License
- All Rights Reserved
- Recent file
- R: BottomsAnywhere 1.0 for Beta 3.0 on 30 Oct 2008
- Reply
- #1
Grayhoof Fri, 31 Oct 2008 18:50:18Regarding the extra space in the chat window, I believe all windows are "sticky" by default, meaning no part of them can be dragged of the screen. I bet the chat window main frame is purposely a bit larger to account for the old edit box placement. I had to address this in my mod by using sticky="false" in the XML for the window.
Not sure how you can change that setting with Lua/API, but you should be able to just shrink the height of the chat window to account for the removal of the editbox using WindowSetDimensions.