Hi,
thanks for 3.2 release. I'm trying to get the opened window position remembered, but either it's not working or I'm doing it wrong.
I initialize a window (from wiki):
lua openUserWindow("My floating window")
resize it and move it to the left. Everything looks good: screenshot
Then, I quit Mudlet (cmd+q on my mac), I open it again and do the following command:
lua openUserWindow("My floating window")
unfortunately, the windows is placed on the right: screenshot, as default. The width of the window is not remembered nor position. I used this wiki page to get it done. Any help is appreciated.
Hi,
thanks for 3.2 release. I'm trying to get the opened window position remembered, but either it's not working or I'm doing it wrong.
I initialize a window (from wiki):
lua openUserWindow("My floating window")resize it and move it to the left. Everything looks good: screenshot
Then, I quit Mudlet (cmd+q on my mac), I open it again and do the following command:
lua openUserWindow("My floating window")unfortunately, the windows is placed on the right: screenshot, as default. The width of the window is not remembered nor position. I used this wiki page to get it done. Any help is appreciated.