Page 1 of 1

Retaining Docked Window Layout

Posted: Fri Sep 23, 2022 5:20 pm
by Puckster
Apologies if this has been answered somewhere. It seems like something that should be straightforward, but I'm not finding anything in my searches and reading.

I have several docked windows. When I start Mudlet, I have to manually resize them by grabbing the handles and adjusting the height and width.

How can I save the layout so I don't have to manually resize each time I start?

I know I must be missing something simple here.

Re: Retaining Docked Window Layout

Posted: Fri Sep 30, 2022 6:05 pm
by Puckster
Like I said: "I know I must be missing something simple here."

Turns out it was a typo on my part:

Code: Select all

loadWondowLayout()
throws an error

Code: Select all

loadWindowLayout()
works precicely as expected, even on docked windows.

I retract my question and apologize for the distraction!