In my quest for the Perfect Layout, I've delved into poking with wdw_load and chat_load commands. The idea is to have an "active" layout, mostly visible but with all the chat tabs in plain sight so I can easily notice any new messages, and a review layout where all the chat tabs are expanded to cover the entire screen, and switch easily between the two with a click of a mouse. And... it works. Sort of.
The problem is, when I switch from the active layout to the review, and then back to the active, most of the chat windows have scrolled halfway up. This probably has to do with the fact that, when a chat window is {being} resized, the text is cropped from the bottom, rather than the top, but knowing that doesn't really help me enough to solve this.
In my quest for the Perfect Layout, I've delved into poking with wdw_load and chat_load commands. The idea is to have an "active" layout, mostly visible but with all the chat tabs in plain sight so I can easily notice any new messages, and a review layout where all the chat tabs are expanded to cover the entire screen, and switch easily between the two with a click of a mouse. And... it works. Sort of.
The problem is, when I switch from the active layout to the review, and then back to the active, most of the chat windows have scrolled halfway up. This probably has to do with the fact that, when a chat window is {being} resized, the text is cropped from the bottom, rather than the top, but knowing that doesn't really help me enough to solve this.